freebsd-src/usr.bin/w
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
..
extern.h Change the proc information returned from the kernel so that it 2000-12-12 07:25:57 +00:00
Makefile Use the same technique as ps(1) to avoid the need for setgid. (ie: use 1999-11-17 15:28:45 +00:00
pr_time.c Fix cosmetic bug in time display. Current day logins are now displayed 1999-11-10 04:28:16 +00:00
proc_compare.c Change the proc information returned from the kernel so that it 2000-12-12 07:25:57 +00:00
uptime.1 $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
w.1 mdoc(7) police: use the new features of the Nm macro. 2000-11-20 19:21:22 +00:00
w.c Change the proc information returned from the kernel so that it 2000-12-12 07:25:57 +00:00