summaryrefslogtreecommitdiffstats
path: root/bin/ps/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add an option to building PS, so that the upages are explicitly paged in onlydyson1997-12-051-2/+8
| | | | | | | | | | | | | 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>
* Use -I${.CURDIR}/../../sys so that the path is relativesteve1997-08-131-2/+2
| | | | | | to the source code directory. Submitted by: bde
* Use -I../../sys instead of -I/sys.steve1997-08-111-2/+2
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* fix bad dependencies (LIBMATH -> LIBM)torstenb1995-10-251-2/+2
|
* Install with default BINOWN (as it once used to be).dg1995-04-151-2/+1
|
* Install setgid kmem rather than setuid root. The problem with procfs thatdg1995-04-151-2/+3
| | | | was breaking this before has been fixed.
* Added $Id$dg1994-09-241-0/+1
|
* Make `ps' set-uid root so that it can read the same set of argumentswollman1994-08-111-2/+2
| | | | | | | that old `ps'es did. I'm not too thrilled about this, but I'm not enough of an FS person to hack procfs so that /proc/xxx/mem is readable by members of group `kmem'. If this is done, then `ps' can go back to being set-gid kmem.
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+11
OpenPOWER on IntegriCloud