summaryrefslogtreecommitdiffstats
path: root/bin/ps/print.c
Commit message (Expand)AuthorAgeFilesLines
* Fix elapsed (etime) field for swapped out processes in ps:jilles2009-05-241-0/+4
* Add a -d option to ps to display descendant info with the output.brian2009-05-171-10/+23
* [1] When showing threads, the thread name just appears if the commattilio2009-02-261-2/+24
* Fix whitespace.emaste2008-11-131-3/+2
* Introduce a way to make pure kernal threads.julian2007-10-261-4/+21
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-5/+4
* For pts, print the pts number, instead of the full name. As it was, we endedcognet2006-02-211-0/+2
* Use warn() instead of perror().tjr2004-07-201-2/+2
* Change the "rtprio" format so it prints an informative string forgad2004-06-271-0/+3
* Change "struct varent" to use the standard queue(8) macros, instead ofgad2004-06-231-14/+12
* Avoid padding the value of "ucomm" when it is the last column in the line.gad2004-06-231-1/+4
* Make sure the value of "upr" (scheduling priority on return from system call)gad2004-06-231-1/+13
* 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-201-0/+9
* From SUSv3:gad2004-06-201-1/+1
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Fix `-o rtprio' so it prints the correct value.gad2004-03-281-2/+2
* Implement the nwchan keyword that has been in the man page, but washarti2003-08-131-0/+13
* 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-121-1/+3
* Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according tocharnier2003-02-051-3/+20
* Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similarjmallett2003-01-191-4/+4
* Refer to the process label as proclabel, as there is a function called label,jmallett2003-01-181-10/+10
* 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-241-3/+46
* Catch up to SMTX -> SLOCK changes.jhb2002-10-021-9/+9
* Rename new PLONG type to PGTOK as the conversion is more important than thejmallett2002-09-171-1/+1
* Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't thinkjmallett2002-09-171-18/+3
* Perform keyword.c:1.27 properly, implement -orss in the New World Order ofjmallett2002-09-161-0/+10
* Do not risk using the kernel pgtok() which assumes the page size ispeter2002-09-131-6/+2
* Fixed a printf format error that was fatal on alphas. Adding WFORMAT=0bde2002-07-111-2/+1
* Make printval() take a 'void *' thus negating any assumptions the compilerjmallett2002-07-071-2/+2
* Consistently use FBSDIDobrien2002-06-301-4/+2
* Cast to long to match format. Hidden by revision 1.18 of Makefile.jmallett2002-06-071-1/+2
* Use a global `now' variable for the current time, and initialise it atjmallett2002-06-061-6/+0
* Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsedjmallett2002-06-061-0/+17
* Support the SUSv3 `rgroup' format.jmallett2002-06-061-5/+18
* SUSv3 conform on the "comm" and "args" formats, and make correct the "command"jmallett2002-06-061-0/+30
* Widen the scope of fmt.c::1.19 and consistently use errx(3) if malloc(3) [orjmallett2002-06-051-2/+2
* Use a const char * where it is meant to be used. There's no reason to tryjmallett2002-06-051-1/+2
* ANSIfy.markm2002-02-221-1/+1
* Revert wchan functionality. Add 'mwchan' to supply new duel mutex/msleepdillon2002-02-211-1/+24
* Fixed divots that I created when I moved prototypes of group_from_gidimp2002-02-191-0/+2
* When blocked on a mutex, display the mutex name via the wchan string fielddillon2002-02-161-1/+4
* WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extramarkm2002-02-031-34/+17
* o __P has been reovedimp2002-02-021-93/+33
* Add missed includes.sobomax2002-01-151-0/+1
* Add LOMAC options (the "Z" flag in both cases) to display extra informationgreen2001-11-261-0/+11
* KSE Milestone 2julian2001-09-121-2/+3
OpenPOWER on IntegriCloud