freebsd_amp_hwpstate/bin/ps
Poul-Henning Kamp 85082fc3c3 Pick up kernel variables/constants using sysctl rather than through /dev/mem
Use /dev/null for opening the kvm library, we don't need access to /dev/mem
anymore.

ps can now run without the setgid(kmem) bit.  If it does it will not be
able to show argv/envp for another uid's processes unless you are root.
1998-06-30 21:34:14 +00:00
..
Makefile Add an option to building PS, so that the upages are explicitly paged in only 1997-12-05 07:33:40 +00:00
extern.h If no value is present for the login name set it to '-'. 1998-05-25 05:07:18 +00:00
fmt.c Remove compile time dependency on ARG_MAX. 1998-06-17 11:33:10 +00:00
keyword.c If no value is present for the login name set it to '-'. 1998-05-25 05:07:18 +00:00
nlist.c Pick up kernel variables/constants using sysctl rather than through /dev/mem 1998-06-30 21:34:14 +00:00
print.c Fixed printf format errors (second round with non-i386 typedefs). 1998-06-28 21:05:48 +00:00
ps.1 Fix errors that crept into the previous commit. 1998-06-04 07:02:59 +00:00
ps.c Pick up kernel variables/constants using sysctl rather than through /dev/mem 1998-06-30 21:34:14 +00:00
ps.h Dynamically adjust size of displayed username to the longest username which 1997-04-29 05:26:05 +00:00