summaryrefslogtreecommitdiffstats
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
...
* When displaying the "COMMAND" field for system-processes and/or kernelgad2004-06-222-1/+4
* Have `ps' return the cputimes for zombies, with the assumption thatgad2004-06-211-1/+1
* Add the `-O emul' format option, which prints the name of the system-callgad2004-06-203-0/+13
* From SUSv3:gad2004-06-201-1/+1
* Add new output-format keywords of LWP and NLWP, which show the thread-idgad2004-06-201-0/+8
* Have the main() routine calculate %CPU and (if needed) memory informationgad2004-06-202-36/+31
* Try to change the isdigitch() macro to something that Bruce won't rollgad2004-06-011-3/+3
* A few more style-fixes from Bruce. The only non-cosmetic changegad2004-06-011-16/+9
* Since I'm not ready to add the non-standard ADD_PS_LISTRESET feature,gad2004-06-011-26/+1
* Make a few style-istic improvements to the previous commits.gad2004-06-011-16/+15
* Fix so `ps' catches and complains about null-values specified for agad2004-06-011-3/+8
* Additional tiny adjustment to kludge-option processing so `ps t p0'gad2004-06-011-6/+7
* Rewrite the kludge-option processing to improve how it handles a fewgad2004-06-011-62/+91
* Add pgrep(1) and pkill(1) to the cross-reference section of ps(1).gad2004-05-251-0/+2
* Add the 'sid' info to the output of `ps -j', to make up for the 'sess'gad2004-05-232-2/+2
* Fix the kludge-old-options processing so `ps tpt' will be treated thegad2004-05-231-4/+5
* Change `ps' to use the KERN_PROC_RGID and KERN_PROC_SESSION optionsgad2004-05-221-8/+5
* Assorted markup fixes.ru2004-05-161-209/+227
* Remove clause 3 from the UCB licenses.markm2004-04-068-32/+0
* Drop the include of <stdint.h>, since r1.84 removed references of intmax_t.gad2004-04-041-1/+0
* Add back the `-e' option, which was mistakenly dropped when cleaninggad2004-04-041-1/+1
* Give a name of 'l' (list) to the union in struct listinfo. This isgad2004-04-041-28/+30
* Add spaces after flag names on .Fl macros.gad2004-04-011-2/+2
* Describe the sorting options in better and more complete detail.gad2004-03-311-6/+29
* Switch to using strtoul() for parsing a potential UID or GID, which getsgad2004-03-301-9/+8
* Bruce would really like the prototype for fmt() to be split across linesgad2004-03-301-1/+2
* Minor style fixes, mostly adding indent-protection on some comment-blocks.gad2004-03-301-6/+6
* Replace pscomp() with a cleaner version, mostly written by bde (*).gad2004-03-301-14/+43
* Oops. Remove some ';'s in #defines added by a previous update.gad2004-03-291-2/+2
* Have this source explicitly include <sys/proc.h>, since it referencesgad2004-03-291-0/+1
* Since "kp" is a pointer, I should be comparing against NULL not 0.gad2004-03-291-1/+1
* Various style improvements, mostly in comments and indentation.gad2004-03-291-43/+58
* In the routines I've been working on, sort the variable declartionsgad2004-03-291-9/+9
* Split two 'fmt' strings so they're easier to read on 80-char windows.gad2004-03-291-2/+4
* Sort the declarations of global variables.gad2004-03-291-24/+25
* Sort the routine prototypes.gad2004-03-281-10/+9
* If <x> is a process id that does not exist, then just print the headergad2004-03-281-1/+1
* Fix `-o rtprio' so it prints the correct value.gad2004-03-281-2/+2
* If a non-existent user is given as part of `-U userlist', treat it asgad2004-03-271-11/+6
* Explicitly wrap two long-ish linesi of code, to make them easier to read.gad2004-03-271-2/+4
* Change the #if-ish logic which is used to add the `-f' option when `ps'gad2004-03-271-9/+9
* Move the 'f' case so it shows up in the right place, alphabetically.gad2004-03-271-6/+6
* Update the date on the man page, since this the previous change addedgad2004-03-271-1/+1
* Support more POSIX/SUSv3 options:gad2004-03-272-187/+580
* Avoid the manpage layering violation and low-level implementationru2004-03-261-3/+2
* - Remove references to /dev/kmem -- ps(1) utilizes theru2004-03-261-11/+5
* Document incorrect handling of multibyte characters.tjr2004-03-211-1/+6
* Fix 'ps -p proclist' and 'ps -u userlist' so the command returns non-zerogad2004-03-181-3/+13
* Improvements to 'ps -p <x>'. If <x> is a process id that does not exist, thengad2004-03-172-21/+104
* style.Makefile:johan2004-02-231-1/+1
OpenPOWER on IntegriCloud