aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
* o Typo: s/teminal/terminal/.Maxim Konovalov2005-04-291-1/+1
* Add and document the 'jid' keyword for the '-o' option.Pawel Jakub Dawidek2005-03-202-1/+4
* Several improvements to ps.1:Xin LI2005-02-141-10/+22
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-092-6/+5
* Since it is not un-common for a process's resident set size (rss)Christian S.J. Peron2005-02-061-1/+1
* ps(1) is WARNS=6 on all Tier-1 platforms as far as I can test,Xin LI2005-01-271-1/+1
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-0/+1
* Remove single line containing the word "KLD" ommitted in ps.1:1.80.Robert Watson2004-12-221-1/+0
* Point at the mac(4) man page when describing the -Z option.Robert Watson2004-11-291-5/+4
* Use statfs instead of getmntinfo(). This will make the procfs checksChristian S.J. Peron2004-11-191-9/+6
* Currently if the user specifies -e and procfs is not mounted on /proc,Christian S.J. Peron2004-11-141-0/+25
* Removed bitrot.Ruslan Ermilov2004-11-132-14/+2
* Use warn() instead of perror().Tim J. Robbins2004-07-201-2/+2
* Change the "rtprio" format so it prints an informative string forGarance A Drosehn2004-06-271-0/+3
* Improve checking for `ps -t <dev>', and give better error messages whenGarance A Drosehn2004-06-271-8/+16
* Fix a bug I introduced by some last-minute changes in -r 1.102. I endedGarance A Drosehn2004-06-241-1/+1
* Rework the logic for `-t <tty>', such that it accepts "ttyp0" and "console",Garance A Drosehn2004-06-241-15/+43
* Change "struct varent" to use the standard queue(8) macros, instead ofGarance A Drosehn2004-06-235-32/+25
* Add a check for defunct processes in saveuser(), so the output for "args"Garance A Drosehn2004-06-231-10/+18
* Avoid padding the value of "ucomm" when it is the last column in the line.Garance A Drosehn2004-06-231-1/+4
* Make sure the value of "upr" (scheduling priority on return from system call)Garance A Drosehn2004-06-233-3/+15
* Include the `-c' option in the usage() message.Garance A Drosehn2004-06-231-1/+1
* In the sorting routine, sort by thread-id if two processes have the same PID.Garance A Drosehn2004-06-231-0/+2
* Get rid of a cast to '(void) ' on the return of a call to strcpy.Garance A Drosehn2004-06-221-1/+1
* Oops. Undo that last 'const' change. It expects similar changes to someGarance A Drosehn2004-06-222-13/+11
* Add 'const' to a few places.Garance A Drosehn2004-06-222-11/+13
* When displaying the "COMMAND" field for system-processes and/or kernelGarance A Drosehn2004-06-222-1/+4
* Have `ps' return the cputimes for zombies, with the assumption thatGarance A Drosehn2004-06-211-1/+1
* Add the `-O emul' format option, which prints the name of the system-callGarance A Drosehn2004-06-203-0/+13
* From SUSv3:Garance A Drosehn2004-06-201-1/+1
* Add new output-format keywords of LWP and NLWP, which show the thread-idGarance A Drosehn2004-06-201-0/+8
* Have the main() routine calculate %CPU and (if needed) memory informationGarance A Drosehn2004-06-202-36/+31
* Try to change the isdigitch() macro to something that Bruce won't rollGarance A Drosehn2004-06-011-3/+3
* A few more style-fixes from Bruce. The only non-cosmetic changeGarance A Drosehn2004-06-011-16/+9
* Since I'm not ready to add the non-standard ADD_PS_LISTRESET feature,Garance A Drosehn2004-06-011-26/+1
* Make a few style-istic improvements to the previous commits.Garance A Drosehn2004-06-011-16/+15
* Fix so `ps' catches and complains about null-values specified for aGarance A Drosehn2004-06-011-3/+8
* Additional tiny adjustment to kludge-option processing so `ps t p0'Garance A Drosehn2004-06-011-6/+7
* Rewrite the kludge-option processing to improve how it handles a fewGarance A Drosehn2004-06-011-62/+91
* Add pgrep(1) and pkill(1) to the cross-reference section of ps(1).Garance A Drosehn2004-05-251-0/+2
* Add the 'sid' info to the output of `ps -j', to make up for the 'sess'Garance A Drosehn2004-05-232-2/+2
* Fix the kludge-old-options processing so `ps tpt' will be treated theGarance A Drosehn2004-05-231-4/+5
* Change `ps' to use the KERN_PROC_RGID and KERN_PROC_SESSION optionsGarance A Drosehn2004-05-221-8/+5
* Assorted markup fixes.Ruslan Ermilov2004-05-161-209/+227
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-068-32/+0
* Drop the include of <stdint.h>, since r1.84 removed references of intmax_t.Garance A Drosehn2004-04-041-1/+0
* Add back the `-e' option, which was mistakenly dropped when cleaningGarance A Drosehn2004-04-041-1/+1
* Give a name of 'l' (list) to the union in struct listinfo. This isGarance A Drosehn2004-04-041-28/+30
* Add spaces after flag names on .Fl macros.Garance A Drosehn2004-04-011-2/+2
* Describe the sorting options in better and more complete detail.Garance A Drosehn2004-03-311-6/+29