summaryrefslogtreecommitdiffstats
path: root/bin/ps/ps.c
Commit message (Expand)AuthorAgeFilesLines
* - Use (MAXLOGNAME - 1) where UT_NAMESIZE was used to be able torobert2002-07-081-2/+1
* Consistently use FBSDIDobrien2002-06-301-3/+2
* Don't try to decode old-style options if the argv[1] begins with `-' and thesobomax2002-06-201-10/+28
* Use a global `now' variable for the current time, and initialise it atjmallett2002-06-061-0/+4
* Widen the scope of fmt.c::1.19 and consistently use errx(3) if malloc(3) [orjmallett2002-06-051-6/+4
* Comma seperate format lists, since space is no longer up to the task.jmallett2002-06-051-6/+6
* Respect setting of the COLUMNS environment variable (SUSv3)tjr2002-06-041-1/+4
* errx()/strerror() -> err()jedgar2002-04-071-2/+2
* Revert wchan functionality. Add 'mwchan' to supply new duel mutex/msleepdillon2002-02-211-1/+1
* WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extramarkm2002-02-031-49/+47
* o __P has been reovedimp2002-02-021-28/+19
* Remove a stray `:' after `v' in the getopt() call.ru2002-01-281-2/+2
* GC the -W option. kvm(3) doesn't read swap for almost 10 years.ru2002-01-281-13/+7
* Add missed includes.sobomax2002-01-151-0/+1
* Add LOMAC options (the "Z" flag in both cases) to display extra informationgreen2001-11-261-2/+8
* 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
OpenPOWER on IntegriCloud