aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
* Update p_flags doc.Peter Wemm1999-04-061-3/+1
* Look at p_lock instead of P_NOSWAP etc as an indicator of unswappability.Peter Wemm1999-04-061-2/+4
* On FreeBSD/alpha, ps(1) does not correctly report process start timesBill Paul1999-04-011-1/+40
* Enable Linux threads support by default.Julian Elischer1999-01-261-8/+1
* Re-enable the options in ps(1) that were disabled with the LinuxJulian Elischer1999-01-131-1/+6
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-1/+3
* Fixed -Wall regression (broken in rev.1.12). Removed unused includes.Bruce Evans1998-12-071-3/+3
* Fix formatting of %CPU value on alpha.Doug Rabson1998-11-251-3/+3
* Portability fixes when sizeof(int) != sizeof(long).Doug Rabson1998-09-143-41/+47
* Fixed breakage of %CPU and %MEM in the previous commit. sysctlbyname()Bruce Evans1998-09-101-5/+11
* Pick up kernel variables/constants using sysctl rather than through /dev/memPoul-Henning Kamp1998-06-302-80/+17
* Fixed printf format errors (second round with non-i386 typedefs).Bruce Evans1998-06-281-2/+3
* Oops, the previous log message should have read "Fixed type mismatches -Bruce Evans1998-06-281-1/+1
* Fixed printf format errors.Bruce Evans1998-06-281-4/+7
* Remove compile time dependency on ARG_MAX.Joseph Koshy1998-06-171-2/+11
* Fix errors that crept into the previous commit.Joseph Koshy1998-06-041-3/+3
* 1. `ps' output now shows 3 characters in the `TT' field, not 2, afterJoseph Koshy1998-06-041-3/+4
* Fixed imperfections in previous commit (a poor variable name,Bruce Evans1998-05-311-14/+14
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.Poul-Henning Kamp1998-05-281-14/+14
* If no value is present for the login name set it to '-'.Steve Price1998-05-253-5/+39
* Correct use of .Nm. Add rcsid.Philippe Charnier1998-05-155-23/+31
* Add 'f' flag to the optstring.Dima Ruban1998-02-181-2/+2
* cosmetic change for optstringDima Ruban1998-02-181-2/+2
* Display VSZ much more accurately now.John Dyson1998-02-021-3/+2
* Document the new -f flag.John Dyson1997-12-051-1/+3
* Add an option to building PS, so that the upages are explicitly paged in onlyJohn Dyson1997-12-052-13/+44
* Document correct option in manual page.Jonathan Lemon1997-08-191-2/+2
* Use -I${.CURDIR}/../../sys so that the path is relativeSteve Price1997-08-131-2/+2
* Oops, add #include's (forgotten in last commit) to make thisSteve Price1997-08-111-1/+4
* Use -I../../sys instead of -I/sys.Steve Price1997-08-111-2/+2
* Remove #ifdef NEWVM code and remove extra "key.name = p" line.Steve Price1997-08-111-125/+6
* Fix seg fault when invalid keywords are used.Steve Price1997-08-111-3/+2
* Fix "lstart". (Displays "19" rather than time)Peter Wemm1997-08-031-2/+2
* Kill #ifndef NEWVM etc. It affected a lot of other things besidesPeter Wemm1997-08-034-130/+7
* devname.c moved to libc before Lite1 and isn't in ps in Lite2.Bruce Evans1997-07-131-82/+0
* 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-295-145/+254
* When "-c" is specified, don't pad the command with spaces if it isJohn Polstra1997-04-161-2/+5
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Fix buffer overflow (probably unexploitable).Guido van Rooij1997-03-101-2/+2
* Big usernames fixesAndrey A. Chernov1997-03-041-4/+5
* Use MAXLOGNAME-1 for width because MAXLOGNAME includes NULAndrey A. Chernov1997-03-031-3/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2210-10/+10
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1410-10/+10
* -Wall cleaning.Steve Price1996-12-146-15/+15
* 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-214-11/+24
* Updated to match kernel changes for timer/run queue.David Greenman1996-07-311-2/+2
* The default swap device is /dev/drum, not /dev/swapMike Pritchard1996-07-031-2/+2
* Make %CPU add up closer to 100%.. At least, it now agrees with top.. :-)Peter Wemm1996-06-291-3/+4