aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
* MFC 245610,245633,245635:John Baldwin2013-03-013-10/+16
* MFC r246486:Konstantin Belousov2013-02-211-1/+2
* MFC r240645:Andrey Zonov2012-10-032-1/+7
* MFC 239883:Ed Maste2012-09-051-2/+2
* MFC r235851:Konstantin Belousov2012-05-302-1/+4
* MFC r225868:Edward Tomasz Napierala2012-05-245-608/+452
* MFC r232694:Konstantin Belousov2012-03-111-1/+2
* MFC r227840, r227846:Mikolaj Golub2012-01-302-31/+1
* MFC 225908, 225912, 225927:Glen Barber2011-10-101-11/+18
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.Bjoern A. Zeeb2011-07-182-9/+9
* Bump date after the previous commit.Sergey Kandaurov2011-07-011-1/+1
* Update and sort the list of the available keywords.Sergey Kandaurov2011-07-011-6/+8
* Add "gid" and "group" keywords to display the effective group IDEdward Tomasz Napierala2011-06-144-2/+34
* Fix some typos under bin/Ulrich Spörlein2011-05-221-1/+1
* Spelling in P_HADTHREADS.Sergey Kandaurov2011-05-201-1/+1
* Fix the description of the "paddr" keyword. It shows a processSergey Kandaurov2011-05-201-1/+1
* Document problems with -d/-w and the fact that -X is the default.Edward Tomasz Napierala2011-04-181-2/+9
* Get rid of DSIZ; instead just call the sizing function if provided.Edward Tomasz Napierala2011-04-123-16/+15
* Add proper width calculation for time fields (time, cputime and usertime).Edward Tomasz Napierala2011-03-243-5/+52
* Make "LOGIN" and "CLASS" columns width scale properly instead of wasting space.Edward Tomasz Napierala2011-03-243-5/+34
* Implement the usertime and systime keywords for ps, printing theKonstantin Belousov2011-03-174-21/+63
* Export login class information via kinfo and make it possible to viewEdward Tomasz Napierala2011-03-054-1/+28
* Document P_FOLLOWFORK.Konstantin Belousov2011-01-251-0/+1
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.Konstantin Belousov2011-01-091-0/+1
* Make a thread's address available via the kern proc sysctl, just like theEd Maste2010-10-082-0/+4
* Correct sort order.Ed Maste2010-09-221-1/+1
* Fix alignment for the 'flags' label, and make more room for 'tdev'.Edward Tomasz Napierala2010-07-241-2/+2
* Add P_HASTHREADS flag description.Edward Tomasz Napierala2010-07-241-1/+2
* Update the list of the process flags for P_WKILLED.Konstantin Belousov2010-04-131-1/+2
* o) Add a keyword to displaying elapsed time in integer seconds, "etimes".Juli Mallett2010-03-174-2/+25
* Update the list of the process flags. Note that the lists of pendingKonstantin Belousov2010-03-051-3/+15
* Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allow...Rebecca Cran2010-02-081-1/+2
* Fix small resource leak (memory).Alexander Leidinger2009-11-171-0/+1
* Increase width for %CPU, RSS and VSZ columns for now. Modern systemsXin LI2009-11-031-3/+3
* 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