freebsd-dev/usr.bin/top
Mark Johnston e96ed17746 top: Use a cpuset_t to represent a CPU mask
The code attempts to detect holes in the CPU ID space, but previously
this would only work for up to sizeof(long)*8 CPUs.

MFC after:	2 weeks
2023-05-26 15:38:08 -04:00
..
commands.c top(1): support command name and argument grepping 2021-06-29 17:51:18 -06:00
commands.h top(1): support command name and argument grepping 2021-06-29 17:51:18 -06:00
display.c
display.h
layout.h
loadavg.h
machine.c top: Use a cpuset_t to represent a CPU mask 2023-05-26 15:38:08 -04:00
machine.h top(1): support command name and argument grepping 2021-06-29 17:51:18 -06:00
Makefile ncurses: chase dependency changes in the source tree 2021-10-04 11:38:24 +02:00
Makefile.depend Update/fix Makefile.depend for userland 2023-04-18 17:14:23 -07:00
screen.c
screen.h
top.1 top.1: Use the Dq macros instead of \*lq and \*rq 2021-11-18 15:56:49 +01:00
top.c top(1): Fix a typo in a source code comment 2022-04-02 14:53:20 +02:00
top.h top(1): support command name and argument grepping 2021-06-29 17:51:18 -06:00
username.c
username.h
utils.c
utils.h