| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the -d switch to the usage message. | brian | 2009-07-23 | 1 | -1/+1 |
* | Add manual page links to advertise procstat(1) a little better. | trasz | 2009-07-09 | 1 | -1/+2 |
* | Fix elapsed (etime) field for swapped out processes in ps: | jilles | 2009-05-24 | 1 | -0/+4 |
* | Remove redundant whitespace | brian | 2009-05-18 | 1 | -3/+2 |
* | Add a -d option to ps to display descendant info with the output. | brian | 2009-05-17 | 4 | -15/+167 |
* | [1] When showing threads, the thread name just appears if the comm | attilio | 2009-02-26 | 3 | -11/+37 |
* | Fix whitespace. | emaste | 2008-11-13 | 1 | -3/+2 |
* | Remove unnessasary cast | kevlo | 2008-07-18 | 1 | -1/+1 |
* | - P_SA has been removed. | jeff | 2008-03-12 | 1 | -1/+0 |
* | Teach ps(1) to parse pts TT values (i.e. '0', '1') for the -t flag. | jhb | 2007-11-08 | 1 | -9/+23 |
* | fix sorting of 'tdnam' keyword in keyword list. | julian | 2007-10-28 | 1 | -2/+1 |
* | Introduce a way to make pure kernal threads. | julian | 2007-10-26 | 4 | -6/+27 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 2 | -7/+6 |
* | Markup fixes. | ru | 2006-09-17 | 1 | -1/+1 |
* | For the sake of clarity, explicitly tell that comma and space | yar | 2006-08-21 | 1 | -2/+3 |
* | Document a detail in the present syntax of "ps -o foo=bar". Now | yar | 2006-08-18 | 1 | -6/+7 |
* | Re-correct commit 1.73, but this time in a way that does not cause | gad | 2006-04-06 | 1 | -9/+18 |
* | Fix a problem introduced by change 1.73, which causes a seg-fault if | gad | 2006-04-05 | 1 | -0/+2 |
* | Collapse strncpy/strncat/strncat into a single snprintf, as suggested | gad | 2006-03-08 | 1 | -3/+1 |
* | Fix the case where the user specifies an alternate heading for some | gad | 2006-03-08 | 1 | -6/+13 |
* | For pts, print the pts number, instead of the full name. As it was, we ended | cognet | 2006-02-21 | 1 | -0/+2 |
* | o Typo: s/teminal/terminal/. | maxim | 2005-04-29 | 1 | -1/+1 |
* | Add and document the 'jid' keyword for the '-o' option. | pjd | 2005-03-20 | 2 | -1/+4 |
* | Several improvements to ps.1: | delphij | 2005-02-14 | 1 | -10/+22 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-09 | 2 | -6/+5 |
* | Since it is not un-common for a process's resident set size (rss) | csjp | 2005-02-06 | 1 | -1/+1 |
* | ps(1) is WARNS=6 on all Tier-1 platforms as far as I can test, | delphij | 2005-01-27 | 1 | -1/+1 |
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 1 | -0/+1 |
* | Remove single line containing the word "KLD" ommitted in ps.1:1.80. | rwatson | 2004-12-22 | 1 | -1/+0 |
* | Point at the mac(4) man page when describing the -Z option. | rwatson | 2004-11-29 | 1 | -5/+4 |
* | Use statfs instead of getmntinfo(). This will make the procfs checks | csjp | 2004-11-19 | 1 | -9/+6 |
* | Currently if the user specifies -e and procfs is not mounted on /proc, | csjp | 2004-11-14 | 1 | -0/+25 |
* | Removed bitrot. | ru | 2004-11-13 | 2 | -14/+2 |
* | Use warn() instead of perror(). | tjr | 2004-07-20 | 1 | -2/+2 |
* | Change the "rtprio" format so it prints an informative string for | gad | 2004-06-27 | 1 | -0/+3 |
* | Improve checking for `ps -t <dev>', and give better error messages when | gad | 2004-06-27 | 1 | -8/+16 |
* | Fix a bug I introduced by some last-minute changes in -r 1.102. I ended | gad | 2004-06-24 | 1 | -1/+1 |
* | Rework the logic for `-t <tty>', such that it accepts "ttyp0" and "console", | gad | 2004-06-24 | 1 | -15/+43 |
* | Change "struct varent" to use the standard queue(8) macros, instead of | gad | 2004-06-23 | 5 | -32/+25 |
* | Add a check for defunct processes in saveuser(), so the output for "args" | gad | 2004-06-23 | 1 | -10/+18 |
* | Avoid padding the value of "ucomm" when it is the last column in the line. | gad | 2004-06-23 | 1 | -1/+4 |
* | Make sure the value of "upr" (scheduling priority on return from system call) | gad | 2004-06-23 | 3 | -3/+15 |
* | Include the `-c' option in the usage() message. | gad | 2004-06-23 | 1 | -1/+1 |
* | In the sorting routine, sort by thread-id if two processes have the same PID. | gad | 2004-06-23 | 1 | -0/+2 |
* | Get rid of a cast to '(void) ' on the return of a call to strcpy. | gad | 2004-06-22 | 1 | -1/+1 |
* | Oops. Undo that last 'const' change. It expects similar changes to some | gad | 2004-06-22 | 2 | -13/+11 |
* | Add 'const' to a few places. | gad | 2004-06-22 | 2 | -11/+13 |
* | When displaying the "COMMAND" field for system-processes and/or kernel | gad | 2004-06-22 | 2 | -1/+4 |
* | Have `ps' return the cputimes for zombies, with the assumption that | gad | 2004-06-21 | 1 | -1/+1 |
* | Add the `-O emul' format option, which prints the name of the system-call | gad | 2004-06-20 | 3 | -0/+13 |