| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 245610,245633,245635: | John Baldwin | 2013-03-01 | 3 | -10/+16 |
| * | MFC r240645: | Andrey Zonov | 2012-10-03 | 2 | -1/+9 |
| * | MFC 239883: | Ed Maste | 2012-09-05 | 1 | -2/+2 |
| * | MFC r235851: | Konstantin Belousov | 2012-05-30 | 2 | -1/+4 |
| * | MFC 225908, 225912, 225927: | Glen Barber | 2011-10-10 | 1 | -11/+18 |
| * | MFC r222127,r222130: | Sergey Kandaurov | 2011-05-27 | 1 | -2/+2 |
| * | MFC r219713: | Konstantin Belousov | 2011-03-24 | 4 | -21/+63 |
| * | MFC r217821: | Konstantin Belousov | 2011-02-05 | 1 | -0/+1 |
| * | MFC r213536 by emaste: | Attilio Rao | 2010-10-26 | 2 | -0/+4 |
| * | MFC r213012 by emaste: | Attilio Rao | 2010-10-25 | 1 | -1/+1 |
| * | MFC r210447: | Edward Tomasz Napierala | 2010-08-24 | 1 | -1/+2 |
| * | MFC r210448: | Edward Tomasz Napierala | 2010-08-24 | 1 | -2/+2 |
| * | MFC r206548: | Konstantin Belousov | 2010-05-11 | 1 | -1/+2 |
| * | MFC r204755: | Konstantin Belousov | 2010-03-19 | 1 | -3/+15 |
| * | MFC r203688: | Rebecca Cran | 2010-02-18 | 1 | -1/+2 |
| * | MFC r199351: | Alexander Leidinger | 2009-11-24 | 1 | -0/+1 |
| * | Add the -d switch to the usage message. | Brian Somers | 2009-07-23 | 1 | -1/+1 |
| * | Add manual page links to advertise procstat(1) a little better. | Edward Tomasz Napierala | 2009-07-09 | 1 | -1/+2 |
| * | Fix elapsed (etime) field for swapped out processes in ps: | Jilles Tjoelker | 2009-05-24 | 1 | -0/+4 |
| * | Remove redundant whitespace | Brian Somers | 2009-05-18 | 1 | -3/+2 |
| * | Add a -d option to ps to display descendant info with the output. | Brian Somers | 2009-05-17 | 4 | -15/+167 |
| * | [1] When showing threads, the thread name just appears if the comm | Attilio Rao | 2009-02-26 | 3 | -11/+37 |
| * | Fix whitespace. | Ed Maste | 2008-11-13 | 1 | -3/+2 |
| * | Remove unnessasary cast | Kevin Lo | 2008-07-18 | 1 | -1/+1 |
| * | - P_SA has been removed. | Jeff Roberson | 2008-03-12 | 1 | -1/+0 |
| * | Teach ps(1) to parse pts TT values (i.e. '0', '1') for the -t flag. | John Baldwin | 2007-11-08 | 1 | -9/+23 |
| * | fix sorting of 'tdnam' keyword in keyword list. | Julian Elischer | 2007-10-28 | 1 | -2/+1 |
| * | Introduce a way to make pure kernal threads. | Julian Elischer | 2007-10-26 | 4 | -6/+27 |
| * | - Move all of the PS_ flags into either p_flag or td_flags. | Jeff Roberson | 2007-09-17 | 2 | -7/+6 |
| * | Markup fixes. | Ruslan Ermilov | 2006-09-17 | 1 | -1/+1 |
| * | For the sake of clarity, explicitly tell that comma and space | Yaroslav Tykhiy | 2006-08-21 | 1 | -2/+3 |
| * | Document a detail in the present syntax of "ps -o foo=bar". Now | Yaroslav Tykhiy | 2006-08-18 | 1 | -6/+7 |
| * | Re-correct commit 1.73, but this time in a way that does not cause | Garance A Drosehn | 2006-04-06 | 1 | -9/+18 |
| * | Fix a problem introduced by change 1.73, which causes a seg-fault if | Garance A Drosehn | 2006-04-05 | 1 | -0/+2 |
| * | Collapse strncpy/strncat/strncat into a single snprintf, as suggested | Garance A Drosehn | 2006-03-08 | 1 | -3/+1 |
| * | Fix the case where the user specifies an alternate heading for some | Garance A Drosehn | 2006-03-08 | 1 | -6/+13 |
| * | For pts, print the pts number, instead of the full name. As it was, we ended | Olivier Houchard | 2006-02-21 | 1 | -0/+2 |
| * | o Typo: s/teminal/terminal/. | Maxim Konovalov | 2005-04-29 | 1 | -1/+1 |
| * | Add and document the 'jid' keyword for the '-o' option. | Pawel Jakub Dawidek | 2005-03-20 | 2 | -1/+4 |
| * | Several improvements to ps.1: | Xin LI | 2005-02-14 | 1 | -10/+22 |
| * | Sync program's usage() with manpage's SYNOPSIS. | Ruslan Ermilov | 2005-02-09 | 2 | -6/+5 |
| * | Since it is not un-common for a process's resident set size (rss) | Christian S.J. Peron | 2005-02-06 | 1 | -1/+1 |
| * | ps(1) is WARNS=6 on all Tier-1 platforms as far as I can test, | Xin LI | 2005-01-27 | 1 | -1/+1 |
| * | /*- or .\"- or #- to begin license clauses. | Warner Losh | 2005-01-10 | 1 | -0/+1 |
| * | Remove single line containing the word "KLD" ommitted in ps.1:1.80. | Robert Watson | 2004-12-22 | 1 | -1/+0 |
| * | Point at the mac(4) man page when describing the -Z option. | Robert Watson | 2004-11-29 | 1 | -5/+4 |
| * | Use statfs instead of getmntinfo(). This will make the procfs checks | Christian S.J. Peron | 2004-11-19 | 1 | -9/+6 |
| * | Currently if the user specifies -e and procfs is not mounted on /proc, | Christian S.J. Peron | 2004-11-14 | 1 | -0/+25 |
| * | Removed bitrot. | Ruslan Ermilov | 2004-11-13 | 2 | -14/+2 |
| * | Use warn() instead of perror(). | Tim J. Robbins | 2004-07-20 | 1 | -2/+2 |