summaryrefslogtreecommitdiffstats
path: root/bin/ps/print.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r256838:trasz2014-01-021-7/+1
* ps: Fix memory leak when showing start/lstart for swapped-out process.jilles2012-07-151-4/+6
* Remove unused variables.ed2012-01-171-96/+30
* For processes with no controlling terminal, display "-" in the TTY columntrasz2011-10-301-3/+3
* Make ps(1) automatically size its column widths.trasz2011-09-291-354/+231
* Get rid of major/minor number distinction.ed2011-09-281-6/+2
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.bz2011-07-181-7/+7
* Add "gid" and "group" keywords to display the effective group IDtrasz2011-06-141-0/+16
* Add proper width calculation for time fields (time, cputime and usertime).trasz2011-03-241-1/+43
* Make "LOGIN" and "CLASS" columns width scale properly instead of wasting space.trasz2011-03-241-1/+28
* Implement the usertime and systime keywords for ps, printing thekib2011-03-171-18/+51
* Export login class information via kinfo and make it possible to viewtrasz2011-03-051-0/+20
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-091-0/+1
* o) Add a keyword to displaying elapsed time in integer seconds, "etimes".jmallett2010-03-171-0/+16
* 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
OpenPOWER on IntegriCloud