Display thread IDs instead of the name of the process's owner when "-H"
authormpi <mpi@openbsd.org>
Wed, 6 May 2015 07:53:29 +0000 (07:53 +0000)
committermpi <mpi@openbsd.org>
Wed, 6 May 2015 07:53:29 +0000 (07:53 +0000)
commit4d3d39ea0cb113195a4616a731593e87300ce3bb
tree289bc5c28728625471c7d6a9d26cc8214a5c1baf
parent8ccd1c5e4db113924b7eeca893c085835d8b708e
Display thread IDs instead of the name of the process's owner when "-H"
is used.

The rationnal is that when you're looking at threads you're generally
already filtereing by PID and this allow you to see which thread is a
pig.

Written some time ago with mikeb@

ok sthen@, krw@, guenther@
usr.bin/top/display.c
usr.bin/top/machine.c
usr.bin/top/machine.h
usr.bin/top/top.1
usr.bin/top/top.c