summaryrefslogtreecommitdiffstats
path: root/bin/ps/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ps(1) is WARNS=6 on all Tier-1 platforms as far as I can test,delphij2005-01-271-1/+1
| | | | so use default WARNS level from bin/Makefile.inc
* Removed bitrot.ru2004-11-131-2/+0
|
* style.Makefile:johan2004-02-231-1/+1
| | | | Use WARNS?= instead of WARNS=
* Get this area compiling with the highest WARNS= that it works with.markm2003-06-131-2/+1
| | | | | | | Obsolete WFORMAT= junk also removed where possible. OK'ed by: obrien Tested on: sparc64, alpha, i386
* fmt.c has a comparison between signed and unsigned that is unclear howobrien2003-05-021-0/+1
| | | | to properly fix.
* Use the MAC interface to list process MAC labels rather than usingrwatson2002-10-241-1/+1
| | | | | | | | | | the LOMAC-specific interface (which is being deprecated). The revised LOMAC using the MAC framework will export levels listable using this mechanism. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Bring back WFORMAT=0.jmallett2002-07-081-0/+1
|
* Remove tunables to hide warnings that no longer exist.jmallett2002-06-071-2/+0
|
* Correct inadvertent style botches in previous commit.kris2002-02-041-3/+2
|
* Lock down with WFORMAT=1 except those directories with unfixed warnings.kris2002-02-041-0/+2
| | | | Tested on i386 and alpha.
* WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extramarkm2002-02-031-1/+1
| | | | cleanup courtesy of automatic checking (lint).
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-0/+1
| | | | | | set WARNS=0. Reviewed by: mike
* Add LOMAC options (the "Z" flag in both cases) to display extra informationgreen2001-11-261-1/+1
| | | | | | in ls(1) and ps(1). Sponsored by: DARPA, NAI Labs
* Removed -I${.CURDIR}/.../sys from CFLAGS.ru2001-05-181-1/+1
|
* I'm probably jumping the gun, but what the heck, this is -current.peter1999-11-171-2/+2
| | | | | | | | | | | | | | | Turn off setgid-kmem for /bin/ps, it's now quite functional without it. ps no longer needs /dev/*mem or /proc. (It will still use some /proc files if they are available for -e, but it's not required, so it'll happily run in a jail or chroot). The proc stats are now part of eproc (obtained via sysctl) and no longer needs to beat up the u-page reading code and the problems with that. This also has the side effect of disabling 'ps -e' for normal users *EXCEPT* when looking at their own processes. ie: they can see environments in processes with their uid, enforced by the ownership of /proc/*/mem. Root can still see them all, as it can open all /proc/*/mem.
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* 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