summaryrefslogtreecommitdiffstats
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ps(1) is WARNS=6 on all Tier-1 platforms as far as I can test,delphij2005-01-271-1/+1
* /*- or .\"- or #- to begin license clauses.imp2005-01-101-0/+1
* Remove single line containing the word "KLD" ommitted in ps.1:1.80.rwatson2004-12-221-1/+0
* Point at the mac(4) man page when describing the -Z option.rwatson2004-11-291-5/+4
* Use statfs instead of getmntinfo(). This will make the procfs checkscsjp2004-11-191-9/+6
* Currently if the user specifies -e and procfs is not mounted on /proc,csjp2004-11-141-0/+25
* Removed bitrot.ru2004-11-132-14/+2
* Use warn() instead of perror().tjr2004-07-201-2/+2
* Change the "rtprio" format so it prints an informative string forgad2004-06-271-0/+3
* Improve checking for `ps -t <dev>', and give better error messages whengad2004-06-271-8/+16
* Fix a bug I introduced by some last-minute changes in -r 1.102. I endedgad2004-06-241-1/+1
* Rework the logic for `-t <tty>', such that it accepts "ttyp0" and "console",gad2004-06-241-15/+43
* Change "struct varent" to use the standard queue(8) macros, instead ofgad2004-06-235-32/+25
* Add a check for defunct processes in saveuser(), so the output for "args"gad2004-06-231-10/+18
* Avoid padding the value of "ucomm" when it is the last column in the line.gad2004-06-231-1/+4
* Make sure the value of "upr" (scheduling priority on return from system call)gad2004-06-233-3/+15
* Include the `-c' option in the usage() message.gad2004-06-231-1/+1
* In the sorting routine, sort by thread-id if two processes have the same PID.gad2004-06-231-0/+2
* Get rid of a cast to '(void) ' on the return of a call to strcpy.gad2004-06-221-1/+1
* Oops. Undo that last 'const' change. It expects similar changes to somegad2004-06-222-13/+11
* Add 'const' to a few places.gad2004-06-222-11/+13
OpenPOWER on IntegriCloud