summaryrefslogtreecommitdiffstats
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
* Document the new -f flag.dyson1997-12-051-1/+3
* Add an option to building PS, so that the upages are explicitly paged in onlydyson1997-12-052-13/+44
* Document correct option in manual page.jlemon1997-08-191-2/+2
* Use -I${.CURDIR}/../../sys so that the path is relativesteve1997-08-131-2/+2
* Oops, add #include's (forgotten in last commit) to make thissteve1997-08-111-1/+4
* Use -I../../sys instead of -I/sys.steve1997-08-111-2/+2
* Remove #ifdef NEWVM code and remove extra "key.name = p" line.steve1997-08-111-125/+6
* Fix seg fault when invalid keywords are used.steve1997-08-111-3/+2
* Fix "lstart". (Displays "19" rather than time)peter1997-08-031-2/+2
* Kill #ifndef NEWVM etc. It affected a lot of other things besidespeter1997-08-034-130/+7
* devname.c moved to libc before Lite1 and isn't in ps in Lite2.bde1997-07-131-82/+0
* Cosmetic change in usage string.charnier1997-06-061-6/+5
* Dynamically adjust size of displayed username to the longest username whichjkh1997-04-295-145/+254
* When "-c" is specified, don't pad the command with spaces if it isjdp1997-04-161-2/+5
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
* Fix buffer overflow (probably unexploitable).guido1997-03-101-2/+2
* Big usernames fixesache1997-03-041-4/+5
* Use MAXLOGNAME-1 for width because MAXLOGNAME includes NULache1997-03-031-3/+3
* Revert $FreeBSD$ to $Id$peter1997-02-2210-10/+10
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1410-10/+10
* -Wall cleaning.steve1996-12-146-15/+15
* Remove unneeded #include <sys/proc.h>.hsu1996-11-101-2/+1
* Implement a -c option to ps to display the short command name instead ofpeter1996-10-214-11/+24
* Updated to match kernel changes for timer/run queue.dg1996-07-311-2/+2
* The default swap device is /dev/drum, not /dev/swapmpp1996-07-031-2/+2
* Make %CPU add up closer to 100%.. At least, it now agrees with top.. :-)peter1996-06-291-3/+4
* Fix (I think) the %MEM count in 'ps -u'. It was bogusly taking thepeter1996-06-291-2/+2
* CLSIZE -> getpagesize()phk1996-05-021-2/+2
* Replace NBPG with getpagesize()phk1996-05-021-3/+3
* Fix up the badly out of date struct proc's p_flags.smpatel1996-04-191-39/+22
* Correct some cross references and some path names.mpp1996-04-061-2/+2
* Fix some incorrect locations in the FILES sections of some man pages.mpp1996-02-021-3/+3
* Use the correct buffer size from limits.h for the error buffermpp1996-01-201-2/+3
* oops. I forgot to add the "[-U username]" option to the usage string.peter1996-01-121-2/+2
* Small man page tweaks:joerg1995-12-301-2/+12
* Implement a new option to ps.. `-U username'. This allows you topeter1995-12-262-4/+19
* I add #include <sys/user.h>phk1995-10-282-2/+4
* Change local to LC_ALL, there is no bitmaskache1995-10-261-2/+3
* fix bad dependencies (LIBMATH -> LIBM)torstenb1995-10-251-2/+2
* Add setlocale LC_CTYPE|LC_TIMEache1995-10-231-1/+3
* Remove unneded ctype.hache1995-10-231-2/+1
* Correct the alignment of the tty column, which was affected by my change topeter1995-09-262-5/+5
* Increase the tty column width from 2 to 3 characters.peter1995-09-042-5/+5
* Delete bogus referneces to timezone code internal header file `tzfile.h',wollman1995-08-071-4/+3
* Remove trailing whitespace.rgrimes1995-05-302-5/+5
* 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
* You will find enclosed some changes to make gcc -Wall more happy injoerg1995-03-192-9/+10
* Fix previous fix that removes an unnecessary space; the output is nowdg1995-03-091-3/+6
* Re-apply an old patchkit days fix of mine for mempages:dg1994-11-241-1/+2
OpenPOWER on IntegriCloud