summaryrefslogtreecommitdiffstats
path: root/bin/ps/keyword.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r267196:pluknet2014-06-261-0/+2
* Add the ability to display the default FIB number for a process to thewill2013-08-261-0/+1
* - Add 'dsiz' and 'ssiz' keywords to show data and stack size respectively.zont2012-09-181-0/+2
* Add 'cow' keyword to show per-process cow count.kib2012-05-231-0/+1
* Make ps(1) automatically size its column widths.trasz2011-09-291-162/+100
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.bz2011-07-181-2/+2
* Add "gid" and "group" keywords to display the effective group IDtrasz2011-06-141-0/+7
* Get rid of DSIZ; instead just call the sizing function if provided.trasz2011-04-121-11/+11
* Add proper width calculation for time fields (time, cputime and usertime).trasz2011-03-241-4/+6
* Make "LOGIN" and "CLASS" columns width scale properly instead of wasting space.trasz2011-03-241-4/+4
* Implement the usertime and systime keywords for ps, printing thekib2011-03-171-0/+3
* Export login class information via kinfo and make it possible to viewtrasz2011-03-051-0/+2
* Make a thread's address available via the kern proc sysctl, just like theemaste2010-10-081-0/+2
* Fix alignment for the 'flags' label, and make more room for 'tdev'.trasz2010-07-241-2/+2
* o) Add a keyword to displaying elapsed time in integer seconds, "etimes".jmallett2010-03-171-0/+1
* Fix small resource leak (memory).netchild2009-11-171-0/+1
* Increase width for %CPU, RSS and VSZ columns for now. Modern systemsdelphij2009-11-031-3/+3
* [1] When showing threads, the thread name just appears if the commattilio2009-02-261-9/+12
* fix sorting of 'tdnam' keyword in keyword list.julian2007-10-281-2/+1
* Introduce a way to make pure kernal threads.julian2007-10-261-0/+2
* Re-correct commit 1.73, but this time in a way that does not causegad2006-04-061-9/+18
* Fix a problem introduced by change 1.73, which causes a seg-fault ifgad2006-04-051-0/+2
* Collapse strncpy/strncat/strncat into a single snprintf, as suggestedgad2006-03-081-3/+1
* Fix the case where the user specifies an alternate heading for somegad2006-03-081-6/+13
* Add and document the 'jid' keyword for the '-o' option.pjd2005-03-201-0/+1
* Since it is not un-common for a process's resident set size (rss)csjp2005-02-061-1/+1
* Change "struct varent" to use the standard queue(8) macros, instead ofgad2004-06-231-9/+2
* Make sure the value of "upr" (scheduling priority on return from system call)gad2004-06-231-2/+1
* Add the `-O emul' format option, which prints the name of the system-callgad2004-06-201-0/+3
* Add new output-format keywords of LWP and NLWP, which show the thread-idgad2004-06-201-0/+8
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* MFp4 @46705:jmallett2004-02-081-0/+2
* Implement the nwchan keyword that has been in the man page, but washarti2003-08-131-0/+1
* Display residency and sleep times (re and sl fields) larger than 127 as 127.tjr2003-04-121-2/+2
* Fix slight disorder that broke sorting. Put in bold warning about thesobomax2003-02-051-2/+3
* Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according tocharnier2003-02-051-1/+1
* Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similarjmallett2003-01-191-6/+13
* When inserting a non-user-specified (e.g. not via -o or -O) format, don't dupejmallett2003-01-191-5/+15
* Use the MAC interface to list process MAC labels rather than usingrwatson2002-10-241-1/+2
* Catch up to SMTX -> SLOCK changes.jhb2002-10-021-1/+1
* List valid keywords, ala kill(1), rather than the csh builtin kill, whichjmallett2002-09-271-2/+5
* Ala kill(1), tell people to type 'ps -L' for a list of format keywords.jmallett2002-09-271-1/+1
* Rename new PLONG type to PGTOK as the conversion is more important than thejmallett2002-09-171-2/+2
* Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't thinkjmallett2002-09-171-2/+2
* Perform keyword.c:1.27 properly, implement -orss in the New World Order ofjmallett2002-09-161-2/+1
* Remove some NOTINUSE stuff. Good housekeeping.jmallett2002-09-161-9/+0
* - Use (MAXLOGNAME - 1) where UT_NAMESIZE was used to be able torobert2002-07-081-2/+1
* Consistently use FBSDIDobrien2002-06-301-4/+2
* Allow whitespace to act as a delimiter in the keywords list given to the -o,jmallett2002-06-081-3/+12
* Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsedjmallett2002-06-061-0/+1
OpenPOWER on IntegriCloud