summaryrefslogtreecommitdiffstats
path: root/bin/ps/ps.c
Commit message (Expand)AuthorAgeFilesLines
* Handle kvm_getprocs() returning nothing. Dont pass -1 to a sizepeter2001-08-241-1/+1
* Only capitalise the last `t' in ps's first argument when it'sbrian2001-08-161-1/+5
* Use PATH_MAX rather than MAXPATHLEN.imp2001-05-301-1/+1
* Depollute headers now that the VM headers DTRT.markm2001-05-031-1/+0
* Compensate for header dethreading.markm2001-05-011-0/+1
* The sess column went away last December with v1.26 of keyword.cbrian2001-04-071-1/+1
* Small optimization: set use_ampm only when neededache2001-03-031-3/+0
* Use AM/PM time only when available in localeache2001-03-021-1/+4
* - Catch up to new proc flags.jhb2001-01-241-2/+2
* Change the proc information returned from the kernel so that itmckusick2000-12-121-22/+15
* Support multiple (comma separated) names as arguments to -Ubrian2000-09-261-13/+69
* Fix the exit code for the case where nentries == 0; if a PID doesn't exist,will2000-07-081-1/+1
* Use eproc.e_stats, not a series of crude hacks to fetch it from the u-area.peter1999-11-171-60/+19
* Introduce commandline caching in the kernel.phk1999-11-161-1/+1
* Typo (appropiate -> appropriate)kris1999-11-151-1/+1
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* On FreeBSD/alpha, ps(1) does not correctly report process start timeswpaul1999-04-011-1/+40
* Pick up kernel variables/constants using sysctl rather than through /dev/memphk1998-06-301-4/+10
* Correct use of .Nm. Add rcsid.charnier1998-05-151-3/+5
* cosmetic change for optstringdima1998-02-181-2/+2
* Add an option to building PS, so that the upages are explicitly paged in onlydyson1997-12-051-11/+36
* Kill #ifndef NEWVM etc. It affected a lot of other things besidespeter1997-08-031-9/+1
* Cosmetic change in usage string.charnier1997-06-061-6/+5
* Dynamically adjust size of displayed username to the longest username whichjkh1997-04-291-5/+46
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-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
* -Wall cleaning.steve1996-12-141-3/+3
* 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-211-5/+9
* 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
* Implement a new option to ps.. `-U username'. This allows you topeter1995-12-261-3/+14
* Change local to LC_ALL, there is no bitmaskache1995-10-261-2/+3
* Add setlocale LC_CTYPE|LC_TIMEache1995-10-231-1/+3
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* You will find enclosed some changes to make gcc -Wall more happy injoerg1995-03-191-4/+5
* Use kvm_uread instead of kvm_read to access the upages.dg1994-10-181-2/+3
* On second thought...back out previous commit.dg1994-10-021-3/+2
* Include rtprio.hdg1994-10-021-2/+3
* Added $Id$dg1994-09-241-0/+2
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+504
OpenPOWER on IntegriCloud