Re: svn commit: r362705 - head/bin/ps

2020-06-27 Thread Konstantin Belousov
On Sat, Jun 27, 2020 at 09:29:32PM +0200, Piotr P. Stefaniak wrote: > On 2020-06-27 22:21:02, Konstantin Belousov wrote: > > On Sat, Jun 27, 2020 at 07:09:33PM +, Piotr Pawel Stefaniak wrote: > > > Author: pstef > > > > @@ -1454,6 +1457,18 @@ pidmax_init(void) > > > xo_warn("unable t

Re: svn commit: r362705 - head/bin/ps

2020-06-27 Thread Piotr P. Stefaniak
On 2020-06-27 22:21:02, Konstantin Belousov wrote: On Sat, Jun 27, 2020 at 07:09:33PM +, Piotr Pawel Stefaniak wrote: Author: pstef @@ -1454,6 +1457,18 @@ pidmax_init(void) xo_warn("unable to read kern.pid_max"); pid_max = 9; } +} + +static void

Re: svn commit: r362705 - head/bin/ps

2020-06-27 Thread Konstantin Belousov
On Sat, Jun 27, 2020 at 07:09:33PM +, Piotr Pawel Stefaniak wrote: > Author: pstef > Date: Sat Jun 27 19:09:33 2020 > New Revision: 362705 > URL: https://svnweb.freebsd.org/changeset/base/362705 > > Log: > ps(1): reuse keyword "cpu" to show CPU number > > This flag will now show the pro

svn commit: r362705 - head/bin/ps

2020-06-27 Thread Piotr Pawel Stefaniak
Author: pstef Date: Sat Jun 27 19:09:33 2020 New Revision: 362705 URL: https://svnweb.freebsd.org/changeset/base/362705 Log: ps(1): reuse keyword "cpu" to show CPU number This flag will now show the processor number on which a process is running. This change was inspired by PR129965. I