summaryrefslogtreecommitdiffstats
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
* Bump date after the previous commit.pluknet2011-07-011-1/+1
* Update and sort the list of the available keywords.pluknet2011-07-011-6/+8
* Add "gid" and "group" keywords to display the effective group IDtrasz2011-06-144-2/+34
* Fix some typos under bin/uqs2011-05-221-1/+1
* Spelling in P_HADTHREADS.pluknet2011-05-201-1/+1
* Fix the description of the "paddr" keyword. It shows a processpluknet2011-05-201-1/+1
* Document problems with -d/-w and the fact that -X is the default.trasz2011-04-181-2/+9
* Get rid of DSIZ; instead just call the sizing function if provided.trasz2011-04-123-16/+15
* Add proper width calculation for time fields (time, cputime and usertime).trasz2011-03-243-5/+52
* Make "LOGIN" and "CLASS" columns width scale properly instead of wasting space.trasz2011-03-243-5/+34
* Implement the usertime and systime keywords for ps, printing thekib2011-03-174-21/+63
* Export login class information via kinfo and make it possible to viewtrasz2011-03-054-1/+28
* Document P_FOLLOWFORK.kib2011-01-251-0/+1
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-091-0/+1
* Make a thread's address available via the kern proc sysctl, just like theemaste2010-10-082-0/+4
* Correct sort order.emaste2010-09-221-1/+1
* Fix alignment for the 'flags' label, and make more room for 'tdev'.trasz2010-07-241-2/+2
* Add P_HASTHREADS flag description.trasz2010-07-241-1/+2
* Update the list of the process flags for P_WKILLED.kib2010-04-131-1/+2
* o) Add a keyword to displaying elapsed time in integer seconds, "etimes".jmallett2010-03-174-2/+25
* Update the list of the process flags. Note that the lists of pendingkib2010-03-051-3/+15
* Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allow...brucec2010-02-081-1/+2
* Fix small resource leak (memory).netchild2009-11-171-0/+1
* Increase width for %CPU, RSS and VSZ columns for now. Modern systemsdelphij2009-11-031-3/+3
* Add the -d switch to the usage message.brian2009-07-231-1/+1
* Add manual page links to advertise procstat(1) a little better.trasz2009-07-091-1/+2
* Fix elapsed (etime) field for swapped out processes in ps:jilles2009-05-241-0/+4
* Remove redundant whitespacebrian2009-05-181-3/+2
* Add a -d option to ps to display descendant info with the output.brian2009-05-174-15/+167
* [1] When showing threads, the thread name just appears if the commattilio2009-02-263-11/+37
* Fix whitespace.emaste2008-11-131-3/+2
* Remove unnessasary castkevlo2008-07-181-1/+1
* - P_SA has been removed.jeff2008-03-121-1/+0
* Teach ps(1) to parse pts TT values (i.e. '0', '1') for the -t flag.jhb2007-11-081-9/+23
* fix sorting of 'tdnam' keyword in keyword list.julian2007-10-281-2/+1
* Introduce a way to make pure kernal threads.julian2007-10-264-6/+27
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-172-7/+6
* Markup fixes.ru2006-09-171-1/+1
* For the sake of clarity, explicitly tell that comma and spaceyar2006-08-211-2/+3
* Document a detail in the present syntax of "ps -o foo=bar". Nowyar2006-08-181-6/+7
* Re-correct commit 1.73, but this time in a way that does not causegad2006-04-061-9/+18
* Fix a problem introduced by change 1.73, which causes a seg-fault ifgad2006-04-051-0/+2
* Collapse strncpy/strncat/strncat into a single snprintf, as suggestedgad2006-03-081-3/+1
* Fix the case where the user specifies an alternate heading for somegad2006-03-081-6/+13
* For pts, print the pts number, instead of the full name. As it was, we endedcognet2006-02-211-0/+2
* o Typo: s/teminal/terminal/.maxim2005-04-291-1/+1
* Add and document the 'jid' keyword for the '-o' option.pjd2005-03-202-1/+4
* Several improvements to ps.1:delphij2005-02-141-10/+22
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-092-6/+5
* Since it is not un-common for a process's resident set size (rss)csjp2005-02-061-1/+1
OpenPOWER on IntegriCloud