freebsd-skq/bin/ps
John Dyson 3ac5e95583 Add an option to building PS, so that the upages are explicitly paged in only
for users who are root, or in group wheel.  This is useful on large timesharing
systems where a PS command can cause the system to grind to a halt.  The
ability to get the information isn't diminished for those who really need the
additional detail (administrators.)  Normal users won't see any difference unless
the processes are swapped out.  The "really get it mode" is invoked by the
use of an additional flag in the command string "-f".  New/old behavior is
selectable with a compile option.

PR:		5196
Submitted by:	Matt Dillon <dillon@best.net>
1997-12-05 07:33:40 +00:00
..
extern.h Kill #ifndef NEWVM etc. It affected a lot of other things besides 1997-08-03 08:25:01 +00:00
fmt.c Fix buffer overflow (probably unexploitable). 1997-03-10 19:10:08 +00:00
keyword.c Oops, add #include's (forgotten in last commit) to make this 1997-08-11 02:41:02 +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
nlist.c Kill #ifndef NEWVM etc. It affected a lot of other things besides 1997-08-03 08:25:01 +00:00
print.c Fix "lstart". (Displays "19" rather than time) 1997-08-03 08:33:17 +00:00
ps.1 Document correct option in manual page. 1997-08-19 21:52:07 +00:00
ps.c Add an option to building PS, so that the upages are explicitly paged in only 1997-12-05 07:33:40 +00:00
ps.h Dynamically adjust size of displayed username to the longest username which 1997-04-29 05:26:05 +00:00