| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | From SUSv3: | gad | 2004-06-20 | 1 | -1/+1 |
* | Add new output-format keywords of LWP and NLWP, which show the thread-id | gad | 2004-06-20 | 1 | -0/+8 |
* | Have the main() routine calculate %CPU and (if needed) memory information | gad | 2004-06-20 | 2 | -36/+31 |
* | Try to change the isdigitch() macro to something that Bruce won't roll | gad | 2004-06-01 | 1 | -3/+3 |
* | A few more style-fixes from Bruce. The only non-cosmetic change | gad | 2004-06-01 | 1 | -16/+9 |
* | Since I'm not ready to add the non-standard ADD_PS_LISTRESET feature, | gad | 2004-06-01 | 1 | -26/+1 |
* | Make a few style-istic improvements to the previous commits. | gad | 2004-06-01 | 1 | -16/+15 |
* | Fix so `ps' catches and complains about null-values specified for a | gad | 2004-06-01 | 1 | -3/+8 |
* | Additional tiny adjustment to kludge-option processing so `ps t p0' | gad | 2004-06-01 | 1 | -6/+7 |
* | Rewrite the kludge-option processing to improve how it handles a few | gad | 2004-06-01 | 1 | -62/+91 |
* | Add pgrep(1) and pkill(1) to the cross-reference section of ps(1). | gad | 2004-05-25 | 1 | -0/+2 |
* | Add the 'sid' info to the output of `ps -j', to make up for the 'sess' | gad | 2004-05-23 | 2 | -2/+2 |
* | Fix the kludge-old-options processing so `ps tpt' will be treated the | gad | 2004-05-23 | 1 | -4/+5 |
* | Change `ps' to use the KERN_PROC_RGID and KERN_PROC_SESSION options | gad | 2004-05-22 | 1 | -8/+5 |
* | Assorted markup fixes. | ru | 2004-05-16 | 1 | -209/+227 |
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 8 | -32/+0 |
* | Drop the include of <stdint.h>, since r1.84 removed references of intmax_t. | gad | 2004-04-04 | 1 | -1/+0 |
* | Add back the `-e' option, which was mistakenly dropped when cleaning | gad | 2004-04-04 | 1 | -1/+1 |
* | Give a name of 'l' (list) to the union in struct listinfo. This is | gad | 2004-04-04 | 1 | -28/+30 |
* | Add spaces after flag names on .Fl macros. | gad | 2004-04-01 | 1 | -2/+2 |
* | Describe the sorting options in better and more complete detail. | gad | 2004-03-31 | 1 | -6/+29 |