aboutsummaryrefslogtreecommitdiff
path: root/bin/ps/print.c
Commit message (Expand)AuthorAgeFilesLines
* ps(1): fix some nitsEitan Adler2018-06-131-3/+1
* Add a "jail" keyword to list the name of a jail rather than its ID.John Baldwin2018-03-131-0/+14
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Make ps(1) flag processes in capsicum(4) capability mode with "C".Edward Tomasz Napierala2017-09-061-0/+2
* Reflect realtime and idle priorities in ps(1) state flags, same likeEdward Tomasz Napierala2017-09-061-2/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Export the whole thread name in kinfo_procEric van Gyzen2016-12-071-6/+10
* ps(1): Expand variables to match expanded fieldsConrad Meyer2016-06-011-1/+1
* Convert to use libxo. Document use of libxo as well.Marcel Moolenaar2015-05-221-13/+14
* Use 24h timestamps in the ps(1) STARTED columnMark Felder2015-03-171-7/+2
* Don't test arrays for being NULL.Edward Tomasz Napierala2013-10-211-7/+1
* ps: Fix memory leak when showing start/lstart for swapped-out process.Jilles Tjoelker2012-07-151-4/+6
* Remove unused variables.Ed Schouten2012-01-171-96/+30
* For processes with no controlling terminal, display "-" in the TTY columnEdward Tomasz Napierala2011-10-301-3/+3
* Make ps(1) automatically size its column widths.Edward Tomasz Napierala2011-09-291-354/+231
* Get rid of major/minor number distinction.Ed Schouten2011-09-281-6/+2
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.Bjoern A. Zeeb2011-07-181-7/+7
* Add "gid" and "group" keywords to display the effective group IDEdward Tomasz Napierala2011-06-141-0/+16
* Add proper width calculation for time fields (time, cputime and usertime).Edward Tomasz Napierala2011-03-241-1/+43
* Make "LOGIN" and "CLASS" columns width scale properly instead of wasting space.Edward Tomasz Napierala2011-03-241-1/+28
* Implement the usertime and systime keywords for ps, printing theKonstantin Belousov2011-03-171-18/+51
* Export login class information via kinfo and make it possible to viewEdward Tomasz Napierala2011-03-051-0/+20
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.Konstantin Belousov2011-01-091-0/+1
* o) Add a keyword to displaying elapsed time in integer seconds, "etimes".Juli Mallett2010-03-171-0/+16
* Fix elapsed (etime) field for swapped out processes in ps:Jilles Tjoelker2009-05-241-0/+4
* Add a -d option to ps to display descendant info with the output.Brian Somers2009-05-171-10/+23
* [1] When showing threads, the thread name just appears if the commAttilio Rao2009-02-261-2/+24
* Fix whitespace.Ed Maste2008-11-131-3/+2
* Introduce a way to make pure kernal threads.Julian Elischer2007-10-261-4/+21
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-171-5/+4
* For pts, print the pts number, instead of the full name. As it was, we endedOlivier Houchard2006-02-211-0/+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
* Change "struct varent" to use the standard queue(8) macros, instead ofGarance A Drosehn2004-06-231-14/+12
* 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-231-1/+13
* 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-201-0/+9
* From SUSv3:Garance A Drosehn2004-06-201-1/+1
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Fix `-o rtprio' so it prints the correct value.Garance A Drosehn2004-03-281-2/+2
* Implement the nwchan keyword that has been in the man page, but wasHartmut Brandt2003-08-131-0/+13
* Revert the zombie part of previous commitPhilippe Charnier2003-04-151-1/+1
* Correct style bugs. Don't skip zombies in cputime(), according to Bruce,Philippe Charnier2003-04-141-58/+42
* Display residency and sleep times (re and sl fields) larger than 127 as 127.Tim J. Robbins2003-04-121-1/+3
* Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according toPhilippe Charnier2003-02-051-3/+20
* Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similarJuli Mallett2003-01-191-4/+4
* Refer to the process label as proclabel, as there is a function called label,Juli Mallett2003-01-181-10/+10
* Do not print a header line if it would be empty; required by 1003.1-2001.Tim J. Robbins2002-10-311-0/+9
* Use the MAC interface to list process MAC labels rather than usingRobert Watson2002-10-241-3/+46