aboutsummaryrefslogtreecommitdiff
path: root/bin/ps/keyword.c
Commit message (Expand)AuthorAgeFilesLines
* ps(1): reuse keyword "cpu" to show CPU numberPiotr Pawel Stefaniak2020-06-271-2/+1
* ps: use %hs instead of %s format specifiersYuri Pankov2020-06-071-1/+1
* Add a "jail" keyword to list the name of a jail rather than its ID.John Baldwin2018-03-131-0/+1
* Remove some KSE references from ps(1).John Baldwin2018-01-231-1/+2
* Add "vmaddr" ps(1) keyword.Edward Tomasz Napierala2017-12-011-0/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Undocument "tdnam" (leaving it as an alias), and rename the columnEdward Tomasz Napierala2017-10-091-2/+2
* Fix long name (used by libxo) for the "tdnam" ps(1) keyword.Edward Tomasz Napierala2017-10-091-1/+1
* Document "tdnam" keyword to ps(1), and add "tdname" alias.Edward Tomasz Napierala2017-10-091-0/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* 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-112/+170
* Return real parent pid in kinfo (used by e.g. ps)Mateusz Guzik2014-08-281-0/+1
* Add support for inspecting process flags set in p_flag2.Sergey Kandaurov2014-06-061-0/+2
* Add the ability to display the default FIB number for a process to theWill Andrews2013-08-261-0/+1
* - Add 'dsiz' and 'ssiz' keywords to show data and stack size respectively.Andrey Zonov2012-09-181-0/+2
* Add 'cow' keyword to show per-process cow count.Konstantin Belousov2012-05-231-0/+1
* Make ps(1) automatically size its column widths.Edward Tomasz Napierala2011-09-291-162/+100
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.Bjoern A. Zeeb2011-07-181-2/+2
* Add "gid" and "group" keywords to display the effective group IDEdward Tomasz Napierala2011-06-141-0/+7
* Get rid of DSIZ; instead just call the sizing function if provided.Edward Tomasz Napierala2011-04-121-11/+11
* Add proper width calculation for time fields (time, cputime and usertime).Edward Tomasz Napierala2011-03-241-4/+6
* Make "LOGIN" and "CLASS" columns width scale properly instead of wasting space.Edward Tomasz Napierala2011-03-241-4/+4
* Implement the usertime and systime keywords for ps, printing theKonstantin Belousov2011-03-171-0/+3
* Export login class information via kinfo and make it possible to viewEdward Tomasz Napierala2011-03-051-0/+2
* Make a thread's address available via the kern proc sysctl, just like theEd Maste2010-10-081-0/+2
* Fix alignment for the 'flags' label, and make more room for 'tdev'.Edward Tomasz Napierala2010-07-241-2/+2
* o) Add a keyword to displaying elapsed time in integer seconds, "etimes".Juli Mallett2010-03-171-0/+1
* Fix small resource leak (memory).Alexander Leidinger2009-11-171-0/+1
* Increase width for %CPU, RSS and VSZ columns for now. Modern systemsXin LI2009-11-031-3/+3
* [1] When showing threads, the thread name just appears if the commAttilio Rao2009-02-261-9/+12
* fix sorting of 'tdnam' keyword in keyword list.Julian Elischer2007-10-281-2/+1
* Introduce a way to make pure kernal threads.Julian Elischer2007-10-261-0/+2
* Re-correct commit 1.73, but this time in a way that does not causeGarance A Drosehn2006-04-061-9/+18
* Fix a problem introduced by change 1.73, which causes a seg-fault ifGarance A Drosehn2006-04-051-0/+2
* Collapse strncpy/strncat/strncat into a single snprintf, as suggestedGarance A Drosehn2006-03-081-3/+1
* Fix the case where the user specifies an alternate heading for someGarance A Drosehn2006-03-081-6/+13
* Add and document the 'jid' keyword for the '-o' option.Pawel Jakub Dawidek2005-03-201-0/+1
* Since it is not un-common for a process's resident set size (rss)Christian S.J. Peron2005-02-061-1/+1
* Change "struct varent" to use the standard queue(8) macros, instead ofGarance A Drosehn2004-06-231-9/+2
* Make sure the value of "upr" (scheduling priority on return from system call)Garance A Drosehn2004-06-231-2/+1
* Add the `-O emul' format option, which prints the name of the system-callGarance A Drosehn2004-06-201-0/+3
* Add new output-format keywords of LWP and NLWP, which show the thread-idGarance A Drosehn2004-06-201-0/+8
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* MFp4 @46705:Juli Mallett2004-02-081-0/+2
* Implement the nwchan keyword that has been in the man page, but wasHartmut Brandt2003-08-131-0/+1
* Display residency and sleep times (re and sl fields) larger than 127 as 127.Tim J. Robbins2003-04-121-2/+2
* Fix slight disorder that broke sorting. Put in bold warning about theMaxim Sobolev2003-02-051-2/+3
* Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according toPhilippe Charnier2003-02-051-1/+1
* Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similarJuli Mallett2003-01-191-6/+13