Re: svn commit: r334864 - head/usr.bin/top

2018-06-09 Thread Eitan Adler
On 9 June 2018 at 16:13, Eitan Adler wrote: > On 9 June 2018 at 08:55, Eitan Adler wrote: > Another issue I just found is that if you start top with -P some columns don't show any values: > > Thanks to "git bisect" I've narrowed this down to r334822. Patch coming soon. Fixed in r334903

Re: svn commit: r334864 - head/usr.bin/top

2018-06-09 Thread Eitan Adler
On 9 June 2018 at 08:55, Eitan Adler wrote: >>> Another issue I just found is that if you start top with -P some columns >>> don't show any values: Thanks to "git bisect" I've narrowed this down to r334822. Patch coming soon. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Sec

Re: svn commit: r334864 - head/usr.bin/top

2018-06-09 Thread Eitan Adler
On 8 June 2018 at 23:13, Florian Smeets wrote: > On 09.06.18 04:14, Eitan Adler wrote: >> Author: eadler >> Date: Sat Jun 9 02:14:33 2018 >> New Revision: 334864 >> URL: https://svnweb.freebsd.org/changeset/base/334864 >> >> Log: >> top(1): use a different command to toggle tid vs pid > > Thank

Re: svn commit: r334864 - head/usr.bin/top

2018-06-09 Thread Eitan Adler
On 9 June 2018 at 08:54, Eitan Adler wrote: > On 8 June 2018 at 23:13, Florian Smeets wrote: >> On 09.06.18 04:14, Eitan Adler wrote: >>> Author: eadler >>> Date: Sat Jun 9 02:14:33 2018 >>> New Revision: 334864 >>> URL: https://svnweb.freebsd.org/changeset/base/334864 >>> >>> Log: >>> top(1):

Re: svn commit: r334864 - head/usr.bin/top

2018-06-08 Thread Florian Smeets via svn-src-all
On 09.06.18 04:14, Eitan Adler wrote: > Author: eadler > Date: Sat Jun 9 02:14:33 2018 > New Revision: 334864 > URL: https://svnweb.freebsd.org/changeset/base/334864 > > Log: > top(1): use a different command to toggle tid vs pid Thank you. You cannot start top with -T unless you add somethin

svn commit: r334864 - head/usr.bin/top

2018-06-08 Thread Eitan Adler
Author: eadler Date: Sat Jun 9 02:14:33 2018 New Revision: 334864 URL: https://svnweb.freebsd.org/changeset/base/334864 Log: top(1): use a different command to toggle tid vs pid - By popular demand, implement a different switch ("T") for toggling between thread id and process id. - Add