Date: Thu, 4 Dec 1997 23:33:41 -0800 (PST) From: John Dyson <dyson@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/ps Makefile ps.c Message-ID: <199712050733.XAA05942@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 1997/12/04 23:33:41 PST
Modified files:
bin/ps Makefile ps.c
Log:
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>
Revision Changes Path
1.11 +8 -2 src/bin/ps/Makefile
1.22 +36 -11 src/bin/ps/ps.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712050733.XAA05942>
