| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some typos under bin/ | Ulrich Spörlein | 2011-05-22 | 1 | -1/+1 |
| * | Get rid of DSIZ; instead just call the sizing function if provided. | Edward Tomasz Napierala | 2011-04-12 | 1 | -3/+3 |
| * | Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allow... | Rebecca Cran | 2010-02-08 | 1 | -1/+2 |
| * | Add the -d switch to the usage message. | Brian Somers | 2009-07-23 | 1 | -1/+1 |
| * | 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 | 1 | -3/+129 |
| * | Remove unnessasary cast | Kevin Lo | 2008-07-18 | 1 | -1/+1 |
| * | Teach ps(1) to parse pts TT values (i.e. '0', '1') for the -t flag. | John Baldwin | 2007-11-08 | 1 | -9/+23 |
| * | Introduce a way to make pure kernal threads. | Julian Elischer | 2007-10-26 | 1 | -1/+2 |
| * | - Move all of the PS_ flags into either p_flag or td_flags. | Jeff Roberson | 2007-09-17 | 1 | -2/+2 |
| * | Sync program's usage() with manpage's SYNOPSIS. | Ruslan Ermilov | 2005-02-09 | 1 | -3/+3 |
| * | 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 | 1 | -12/+2 |
| * | Improve checking for `ps -t <dev>', and give better error messages when | Garance A Drosehn | 2004-06-27 | 1 | -8/+16 |
| * | Fix a bug IÂ introduced by some last-minute changes in -r 1.102. I ended | Garance A Drosehn | 2004-06-24 | 1 | -1/+1 |
| * | Rework the logic for `-t <tty>', such that it accepts "ttyp0" and "console", | Garance A Drosehn | 2004-06-24 | 1 | -15/+43 |
| * | Change "struct varent" to use the standard queue(8) macros, instead of | Garance A Drosehn | 2004-06-23 | 1 | -7/+7 |
| * | Add a check for defunct processes in saveuser(), so the output for "args" | Garance A Drosehn | 2004-06-23 | 1 | -10/+18 |
| * | Include the `-c' option in the usage() message. | Garance A Drosehn | 2004-06-23 | 1 | -1/+1 |
| * | In the sorting routine, sort by thread-id if two processes have the same PID. | Garance A Drosehn | 2004-06-23 | 1 | -0/+2 |
| * | Have the main() routine calculate %CPU and (if needed) memory information | Garance A Drosehn | 2004-06-20 | 1 | -36/+29 |
| * | Try to change the isdigitch() macro to something that Bruce won't roll | Garance A Drosehn | 2004-06-01 | 1 | -3/+3 |
| * | A few more style-fixes from Bruce. The only non-cosmetic change | Garance A Drosehn | 2004-06-01 | 1 | -16/+9 |
| * | Since I'm not ready to add the non-standard ADD_PS_LISTRESET feature, | Garance A Drosehn | 2004-06-01 | 1 | -26/+1 |
| * | Make a few style-istic improvements to the previous commits. | Garance A Drosehn | 2004-06-01 | 1 | -16/+15 |
| * | Fix so `ps' catches and complains about null-values specified for a | Garance A Drosehn | 2004-06-01 | 1 | -3/+8 |
| * | Additional tiny adjustment to kludge-option processing so `ps t p0' | Garance A Drosehn | 2004-06-01 | 1 | -6/+7 |
| * | Rewrite the kludge-option processing to improve how it handles a few | Garance A Drosehn | 2004-06-01 | 1 | -62/+91 |
| * | Add the 'sid' info to the output of `ps -j', to make up for the 'sess' | Garance A Drosehn | 2004-05-23 | 1 | -1/+1 |
| * | Fix the kludge-old-options processing so `ps tpt' will be treated the | Garance A Drosehn | 2004-05-23 | 1 | -4/+5 |
| * | Change `ps' to use the KERN_PROC_RGID and KERN_PROC_SESSION options | Garance A Drosehn | 2004-05-22 | 1 | -8/+5 |
| * | Remove clause 3 from the UCB licenses. | Mark Murray | 2004-04-06 | 1 | -4/+0 |
| * | Drop the include of <stdint.h>, since r1.84 removed references of intmax_t. | Garance A Drosehn | 2004-04-04 | 1 | -1/+0 |
| * | Add back the `-e' option, which was mistakenly dropped when cleaning | Garance A Drosehn | 2004-04-04 | 1 | -1/+1 |
| * | Give a name of 'l' (list) to the union in struct listinfo. This is | Garance A Drosehn | 2004-04-04 | 1 | -28/+30 |
| * | Switch to using strtoul() for parsing a potential UID or GID, which gets | Garance A Drosehn | 2004-03-30 | 1 | -9/+8 |
| * | Bruce would really like the prototype for fmt() to be split across lines | Garance A Drosehn | 2004-03-30 | 1 | -1/+2 |
| * | Minor style fixes, mostly adding indent-protection on some comment-blocks. | Garance A Drosehn | 2004-03-30 | 1 | -6/+6 |
| * | Replace pscomp() with a cleaner version, mostly written by bde (*). | Garance A Drosehn | 2004-03-30 | 1 | -13/+42 |
| * | Oops. Remove some ';'s in #defines added by a previous update. | Garance A Drosehn | 2004-03-29 | 1 | -2/+2 |
| * | Have this source explicitly include <sys/proc.h>, since it references | Garance A Drosehn | 2004-03-29 | 1 | -0/+1 |
| * | Since "kp" is a pointer, I should be comparing against NULL not 0. | Garance A Drosehn | 2004-03-29 | 1 | -1/+1 |
| * | Various style improvements, mostly in comments and indentation. | Garance A Drosehn | 2004-03-29 | 1 | -43/+58 |
| * | In the routines I've been working on, sort the variable declartions | Garance A Drosehn | 2004-03-29 | 1 | -9/+9 |
| * | Split two 'fmt' strings so they're easier to read on 80-char windows. | Garance A Drosehn | 2004-03-29 | 1 | -2/+4 |
| * | Sort the declarations of global variables. | Garance A Drosehn | 2004-03-29 | 1 | -24/+25 |
| * | Sort the routine prototypes. | Garance A Drosehn | 2004-03-28 | 1 | -10/+9 |
| * | If <x> is a process id that does not exist, then just print the header | Garance A Drosehn | 2004-03-28 | 1 | -1/+1 |
| * | If a non-existent user is given as part of `-U userlist', treat it as | Garance A Drosehn | 2004-03-27 | 1 | -11/+6 |