aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
* Make it so users can select the new (5.x) behavior for processing extraGarance A Drosehn2004-06-121-3/+7
* MFC *: Fix the kludge-old-options processing so `ps tpt' will be treatedGarance A Drosehn2004-06-081-107/+126
* MFC 1.74 1.75 & 1.80: Sort the declarations of global variables, andGarance A Drosehn2004-04-041-24/+28
* MFC 1.73 & 1.83: Sort the routine prototypes.Garance A Drosehn2004-04-041-10/+10
* MFC *: Change the #if-ish logic which is used to add the `-f' optionGarance A Drosehn2004-04-041-15/+14
* MFC *: Support more POSIX/SUSv3 options:Garance A Drosehn2004-04-043-212/+665
* MFC 1.66: Fix 'ps -p proclist' and 'ps -u userlist' so the commandGarance A Drosehn2004-03-271-3/+13
* MFC *: Improvements to 'ps -p <x>'. Wrt 4.x-stable, this adds supportGarance A Drosehn2004-03-272-21/+105
* More code-diff reductions wrt ps.c in 5.x-current, to make it easier toGarance A Drosehn2004-03-253-23/+66
* MFC various style(9)-ish and other cosmetic changes from -current,Garance A Drosehn2004-03-237-206/+194
* MFC rev 1.66: Bring ps(1) up to date with changesColin Percival2004-01-291-27/+12
* MFC: 1.64Christian Brueffer2003-08-091-2/+2
* MFC rev 1.76: Do not print a header line if it would be empty.Tim J. Robbins2002-11-301-0/+9
* MFC keyword.c rev1.56, print a list of valid formats when no valid formatsJuli Mallett2002-10-101-2/+5
* MFC: don't try to decode old-style options if argv[1] begins with `-' and isMaxim Sobolev2002-07-041-10/+24
* The .Nm utilityPhilippe Charnier2002-06-201-2/+6
* MFC: Don't overflow command buffer.Mike Heffner2002-03-161-4/+8
* MFC: misc locale improvementsAlexey Zelkin2002-03-121-7/+14
* MFC: deorbit the -W option.Ruslan Ermilov2002-02-012-21/+7
* MFC: Only capitalise the last `t' in ps's first argument when it'sBrian Somers2001-09-261-1/+5
* MFC: print.c 1.49, keyword.c 1.33: Banish KERNBASE masking that wasn'tPeter Wemm2001-09-212-4/+4
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-4/+3
* MFC: MAXPATHLEN -> PATH_MAXDavid E. O'Brien2001-08-011-2/+2
* MFC: rcsidDavid E. O'Brien2001-08-011-0/+2
* MFC 1.36: correct typo.Dima Dorfman2001-06-081-1/+1
* MFC 1.35: document kern.ps_showallprocs.Dima Dorfman2001-06-081-1/+5
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-051-1/+1
* MFC: rev 1.14 (fix rcsid)David E. O'Brien2001-03-021-0/+6
* MFC: r1.29, coredump fix.Jonathan Lemon2001-02-141-1/+1
* MFC: Support multiple (comma separated) names as arguments to -U.Jeroen Ruigrok van der Werven2001-01-231-13/+69
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-2/+2
* MFC: spelling correctionJordan K. Hubbard2000-09-201-1/+1
* MFC: Fix exit code if process does not exist.Will Andrews2000-07-081-1/+1
* I'm probably jumping the gun, but what the heck, this is -current.Peter Wemm1999-11-171-2/+2
* Use eproc.e_stats, not a series of crude hacks to fetch it from the u-area.Peter Wemm1999-11-171-60/+19
* Introduce commandline caching in the kernel.Poul-Henning Kamp1999-11-161-1/+1
* Typo (appropiate -> appropriate)Kris Kennaway1999-11-151-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-278-8/+8
* Correct reference to the obsolete vadvise() to madvise() (with appropriateKris Kennaway1999-06-301-5/+5
* Various spelling/formatting changes.Kris Kennaway1999-05-081-3/+3
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-282-2/+9
* 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