freebsd-dev/usr.bin/top
Kirk McKusick 1f7d250182 Change the proc information returned from the kernel so that it
no longer contains kernel specific data structures, but rather
only scalar values and structures that are already part of the
kernel/user interface, specifically rusage and rtprio. It no
longer contains proc, session, pcred, ucred, procsig, vmspace,
pstats, mtx, sigiolst, klist, callout, pasleep, or mdproc. If
any of these changed in size, ps, w, fstat, gcore, systat, and
top would all stop working. The new structure has over 200 bytes
of unassigned space for future values to be added, yet is nearly
100 bytes smaller per entry than the structure that it replaced.
2000-12-12 07:25:57 +00:00
..
machine.c Change the proc information returned from the kernel so that it 2000-12-12 07:25:57 +00:00
Makefile Merge from stable: support for the o, order, command 1998-08-12 09:58:15 +00:00
sigdesc.h This is the FreeBSD-specific files for top, plus the Makefile 1997-03-23 18:55:20 +00:00
top.local.1 Man pages for top refer to only 2.x, but not to 3.x and later 1999-06-14 12:06:11 +00:00
top.local.h This is the FreeBSD-specific files for top, plus the Makefile 1997-03-23 18:55:20 +00:00