freebsd-dev/usr.bin/top
Eitan Adler c8aa5e526f top(1): move command mapping to commands.c
This eliminates the difficult to follow mapping of a string list. It
moves numbers from "#define" into (more) debuggable enums. More
generally, it follows the trend of moving more data into a more central
mechanism.

The help output is a little worse: " " is not rendered well, and there
are duplicate entries, but that will be fixed in a followup.
2018-06-12 06:53:31 +00:00
..
commands.c top(1): move command mapping to commands.c 2018-06-12 06:53:31 +00:00
commands.h top(1): move command mapping to commands.c 2018-06-12 06:53:31 +00:00
display.c top(1): use correct word when displaying threads 2018-06-10 06:33:49 +00:00
display.h top(1): include what you use 2018-06-04 04:59:32 +00:00
layout.h
loadavg.h top(1): filter fewer warnings; clean up 2018-06-10 06:21:51 +00:00
machine.c top(1): handle specific pids better 2018-06-09 23:08:02 +00:00
machine.h top(1): use a different command to toggle tid vs pid 2018-06-09 02:14:33 +00:00
Makefile top(1): handle 0 in "digits" functions 2018-06-11 05:05:20 +00:00
Makefile.depend
screen.c top(1): move command mapping to commands.c 2018-06-12 06:53:31 +00:00
screen.h top(1): cleanup memory allocation and warnings 2018-06-02 21:40:45 +00:00
top.1 top(1): initial pass to freebsdize the man page 2018-06-09 21:40:33 +00:00
top.c top(1): move command mapping to commands.c 2018-06-12 06:53:31 +00:00
top.h top(1): bring some structure to commands 2018-06-10 08:59:57 +00:00
username.c top(1): filter fewer warnings; clean up 2018-06-10 06:21:51 +00:00
username.h top(1): partial revert of r334517 2018-06-03 05:20:11 +00:00
utils.c top(1): handle 0 in "digits" functions 2018-06-11 05:05:20 +00:00
utils.h top(1): Use strsep instead of homegrown alternative 2018-06-04 03:16:24 +00:00