aboutsummaryrefslogtreecommitdiff
path: root/bin/ps/ps.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Fix exit code if process does not exist.Will Andrews2000-07-081-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* MFC: kludge ps(1) to read uarea on FreeBSD/alpha via kvm_read().Bill Paul1999-04-011-1/+40
* Pick up kernel variables/constants using sysctl rather than through /dev/memPoul-Henning Kamp1998-06-301-4/+10
* Correct use of .Nm. Add rcsid.Philippe Charnier1998-05-151-3/+5
* cosmetic change for optstringDima Ruban1998-02-181-2/+2
* Add an option to building PS, so that the upages are explicitly paged in onlyJohn Dyson1997-12-051-11/+36
* Kill #ifndef NEWVM etc. It affected a lot of other things besidesPeter Wemm1997-08-031-9/+1
* Cosmetic change in usage string.Philippe Charnier1997-06-061-6/+5
* Dynamically adjust size of displayed username to the longest username whichJordan K. Hubbard1997-04-291-5/+46
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* -Wall cleaning.Steve Price1996-12-141-3/+3
* Remove unneeded #include <sys/proc.h>.Jeffrey Hsu1996-11-101-2/+1
* Implement a -c option to ps to display the short command name instead ofPeter Wemm1996-10-211-5/+9
* Use the correct buffer size from limits.h for the error bufferMike Pritchard1996-01-201-2/+3
* oops. I forgot to add the "[-U username]" option to the usage string.Peter Wemm1996-01-121-2/+2
* Implement a new option to ps.. `-U username'. This allows you toPeter Wemm1995-12-261-3/+14
* Change local to LC_ALL, there is no bitmaskAndrey A. Chernov1995-10-261-2/+3
* Add setlocale LC_CTYPE|LC_TIMEAndrey A. Chernov1995-10-231-1/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-191-4/+5
* Use kvm_uread instead of kvm_read to access the upages.David Greenman1994-10-181-2/+3
* On second thought...back out previous commit.David Greenman1994-10-021-3/+2
* Include rtprio.hDavid Greenman1994-10-021-2/+3
* Added $Id$David Greenman1994-09-241-0/+2
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+504