CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/05/06 01:53:29
Modified files:
usr.bin/top : display.c machine.c machine.h top.1 top.c
Log message:
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@
