summaryrefslogtreecommitdiffstats
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow the -H option to show threads when selecting by uid, tty,deischen2004-02-221-8/+6
* MFp4 @46705:jmallett2004-02-081-0/+2
* Bring ps.1 up to date with changes in the past seven years:cperciva2004-01-211-33/+22
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
* Implement the nwchan keyword that has been in the man page, but washarti2003-08-133-0/+15
* Clarify that the 'state' information consists of characters, notbrueffer2003-08-051-2/+2
* Get this area compiling with the highest WARNS= that it works with.markm2003-06-131-2/+1
* Add the -H option to ps(1) to display all kernel visible threads in eachscottl2003-06-122-6/+19
* add section name to .Xrcharnier2003-06-081-1/+1
* Fix long constant usage for i386.markm2003-05-031-1/+1
* Fix a bazillion warnings. This makes almost the whole of src/bin/*markm2003-05-031-1/+1
* fmt.c has a comparison between signed and unsigned that is unclear howobrien2003-05-021-0/+1
* Fix references to non-existing or obsoleted man pages.schweikh2003-04-301-3/+1
* Revert the zombie part of previous commitcharnier2003-04-151-1/+1
* Correct style bugs. Don't skip zombies in cputime(), according to Bruce,charnier2003-04-141-58/+42
* Display residency and sleep times (re and sl fields) larger than 127 as 127.tjr2003-04-123-3/+6
* Fix slight disorder that broke sorting. Put in bold warning about thesobomax2003-02-051-2/+3
* Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according tocharnier2003-02-055-4/+24
* Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similarjmallett2003-01-194-11/+19
* When inserting a non-user-specified (e.g. not via -o or -O) format, don't dupejmallett2003-01-193-16/+39
* Refer to the process label as proclabel, as there is a function called label,jmallett2003-01-181-10/+10
* Fixed the abuses of .Ql visible on stderr in troff mode.ru2002-12-231-1/+1
* The hw.availpages sysctl has an unsigned long value now, fix the retrievaltmm2002-11-012-2/+3
* Do not print a header line if it would be empty; required by 1003.1-2001.tjr2002-10-311-0/+9
* Use the MAC interface to list process MAC labels rather than usingrwatson2002-10-248-172/+58
* Oops, the previous version was a last minute test version with off_tbde2002-10-031-1/+1
OpenPOWER on IntegriCloud