aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
* MFC 245610,245633,245635:John Baldwin2013-03-013-10/+16
* MFC r240645:Andrey Zonov2012-10-032-1/+9
* MFC 239883:Ed Maste2012-09-051-2/+2
* MFC r235851:Konstantin Belousov2012-05-302-1/+4
* MFC 225908, 225912, 225927:Glen Barber2011-10-101-11/+18
* MFC r222127,r222130:Sergey Kandaurov2011-05-271-2/+2
* MFC r219713:Konstantin Belousov2011-03-244-21/+63
* MFC r217821:Konstantin Belousov2011-02-051-0/+1
* MFC r213536 by emaste:Attilio Rao2010-10-262-0/+4
* MFC r213012 by emaste:Attilio Rao2010-10-251-1/+1
* MFC r210447:Edward Tomasz Napierala2010-08-241-1/+2
* MFC r210448:Edward Tomasz Napierala2010-08-241-2/+2
* MFC r206548:Konstantin Belousov2010-05-111-1/+2
* MFC r204755:Konstantin Belousov2010-03-191-3/+15
* MFC r203688:Rebecca Cran2010-02-181-1/+2
* MFC r199351:Alexander Leidinger2009-11-241-0/+1
* Add the -d switch to the usage message.Brian Somers2009-07-231-1/+1
* Add manual page links to advertise procstat(1) a little better.Edward Tomasz Napierala2009-07-091-1/+2
* Fix elapsed (etime) field for swapped out processes in ps:Jilles Tjoelker2009-05-241-0/+4
* Remove redundant whitespaceBrian Somers2009-05-181-3/+2
* Add a -d option to ps to display descendant info with the output.Brian Somers2009-05-174-15/+167
* [1] When showing threads, the thread name just appears if the commAttilio Rao2009-02-263-11/+37
* Fix whitespace.Ed Maste2008-11-131-3/+2
* Remove unnessasary castKevin Lo2008-07-181-1/+1
* - P_SA has been removed.Jeff Roberson2008-03-121-1/+0
* Teach ps(1) to parse pts TT values (i.e. '0', '1') for the -t flag.John Baldwin2007-11-081-9/+23
* fix sorting of 'tdnam' keyword in keyword list.Julian Elischer2007-10-281-2/+1
* Introduce a way to make pure kernal threads.Julian Elischer2007-10-264-6/+27
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-172-7/+6
* Markup fixes.Ruslan Ermilov2006-09-171-1/+1
* For the sake of clarity, explicitly tell that comma and spaceYaroslav Tykhiy2006-08-211-2/+3
* Document a detail in the present syntax of "ps -o foo=bar". NowYaroslav Tykhiy2006-08-181-6/+7
* Re-correct commit 1.73, but this time in a way that does not causeGarance A Drosehn2006-04-061-9/+18
* Fix a problem introduced by change 1.73, which causes a seg-fault ifGarance A Drosehn2006-04-051-0/+2
* Collapse strncpy/strncat/strncat into a single snprintf, as suggestedGarance A Drosehn2006-03-081-3/+1
* Fix the case where the user specifies an alternate heading for someGarance A Drosehn2006-03-081-6/+13
* For pts, print the pts number, instead of the full name. As it was, we endedOlivier Houchard2006-02-211-0/+2
* o Typo: s/teminal/terminal/.Maxim Konovalov2005-04-291-1/+1
* Add and document the 'jid' keyword for the '-o' option.Pawel Jakub Dawidek2005-03-202-1/+4
* Several improvements to ps.1:Xin LI2005-02-141-10/+22
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-092-6/+5
* Since it is not un-common for a process's resident set size (rss)Christian S.J. Peron2005-02-061-1/+1
* ps(1) is WARNS=6 on all Tier-1 platforms as far as I can test,Xin LI2005-01-271-1/+1
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-0/+1
* Remove single line containing the word "KLD" ommitted in ps.1:1.80.Robert Watson2004-12-221-1/+0
* Point at the mac(4) man page when describing the -Z option.Robert Watson2004-11-291-5/+4
* Use statfs instead of getmntinfo(). This will make the procfs checksChristian S.J. Peron2004-11-191-9/+6
* Currently if the user specifies -e and procfs is not mounted on /proc,Christian S.J. Peron2004-11-141-0/+25
* Removed bitrot.Ruslan Ermilov2004-11-132-14/+2
* Use warn() instead of perror().Tim J. Robbins2004-07-201-2/+2