freebsd-dev/usr.bin/top
Eitan Adler 937499dcb1 top(1): Display of TID when using 'H' flag
Some users prefer seeing the TID when viewing individual threads. This
makes sense as the PID will be the same for multiple entries. An attempt
was made to include both, but there is insufficient room. As such, using
the TID.

While here, rename the header variables to be more understandable.

Discussed with:	mmacy
Reported on:	2009-10-07
2018-06-01 05:51:40 +00:00
..
boolean.h top(1): Migrate top to usr.bin 2018-05-19 22:40:23 +00:00
commands.c top(1): unbreak build with gcc7; fix varargs 2018-05-22 02:13:04 +00:00
commands.h top(1): Migrate top to usr.bin 2018-05-19 22:40:23 +00:00
display.c top(1): unbreak build with gcc7; fix varargs 2018-05-22 02:13:04 +00:00
display.h top(1): further unconditionally assume we're on FreeBSD 2018-05-21 04:02:45 +00:00
layout.h top(1): Migrate top to usr.bin 2018-05-19 22:40:23 +00:00
loadavg.h top(1): fix MIPS 2018-05-21 04:47:13 +00:00
machine.c top(1): Display of TID when using 'H' flag 2018-06-01 05:51:40 +00:00
machine.h top(1): modernize a bit; reduce warnings 2018-05-21 09:25:21 +00:00
Makefile top(1): fix build 2018-05-21 09:43:50 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
screen.c top(1): modernize a bit; reduce warnings 2018-05-21 09:25:21 +00:00
screen.h top(1): clean much of WARNS=3 issues 2018-05-21 00:53:42 +00:00
sigconv.awk top(1): fix "variable without declaration" warning 2018-05-21 01:05:32 +00:00
top.1 top(1): Display of TID when using 'H' flag 2018-06-01 05:51:40 +00:00
top.c top(1): unbreak build with gcc7; fix varargs 2018-05-22 02:13:04 +00:00
top.h top(1): modernize a bit; reduce warnings 2018-05-21 09:25:21 +00:00
username.c top(1): fix build 2018-05-21 09:43:50 +00:00
username.h top(1): add myself as a MAINTAIENR 2018-05-21 05:00:19 +00:00
utils.c top(1): add myself as a MAINTAIENR 2018-05-21 05:00:19 +00:00
utils.h top(1): Quiesce several warnings 2018-05-20 02:14:27 +00:00