summaryrefslogtreecommitdiffstats
path: root/bin/ps/keyword.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add "ps -o pledge" option, which prints a comma-seperated list of pledgesderaadt2019-06-231-1/+2
* Export unveil state so that ps(8) can show it. Two new status flags,deraadt2019-06-231-2/+2
* do not need sys/proc.hderaadt2017-01-241-2/+1
* etime isn't just an alias for start. the output format is different.tedu2016-09-081-2/+2
* rename a few variables/functions to avoid shadowingtedu2015-12-301-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* Remove duplicate and misleading vcmp() prototype;schwarze2014-10-131-2/+1
* Move the "minflt" entry to the correct spot in the var array so that alllteo2014-03-201-2/+2
* Fix field header overriding on fields that are (internally) aliases for others.guenther2013-10-241-9/+8
* Stop merging the per-thread and per-process flags when reportingguenther2013-09-221-1/+3
* Add maxrss keyword for the ru_maxrss value...which ariane@ is making workguenther2012-04-111-1/+2
* Add "tid" as a formatting keyword. If the -H option is specified, includejsing2012-04-041-1/+7
* Add rtable id and thread id to struct kinfo_proc (and fix process id)guenther2012-01-071-1/+2
* Suppress the header line if all the field headers have been set to empty.guenther2011-12-291-1/+4
* Make ps understand -o cwd using the new KERN_PROC_CWD sysctl. Some helpnicm2011-12-111-1/+3
* Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc nowguenther2011-04-101-3/+3
* Replace the old, broken KERN_PROC ABI and its matching functionsguenther2011-03-121-3/+3
* Avoid overflow and wraparound in memory fields by using unsignedguenther2010-02-141-5/+5
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* Instead of calling donlist() in the format print routines, call itmillert2008-03-081-5/+5
* Userland gets 7 chars of wchan, not 6; noticed by thib@miod2007-04-131-4/+4
* Do not test for processes being swapped out since this can't happen anymore.miod2006-11-291-3/+2
* The session field is a pointer and so should be 8 chars formillert2006-10-161-5/+5
* Format nicelevel relative NZERO as other tools do.hugh2006-05-021-3/+3
* rename internal uname() to euname() to avoid libc conflictderaadt2004-09-141-3/+3
* export cpuid via kproc2, and make ps & top aware... from niklasderaadt2004-06-111-2/+3
* Convert to kinfo_proc2. The sort order for -u and -m will be differentmillert2004-01-081-47/+45
* typo; mjc@bitz.caderaadt2003-12-161-3/+3
* protosderaadt2003-06-251-3/+3
* ansification, art okderaadt2003-06-111-9/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* add dsiz and ssiz to accompany tsiz; millert@ okmickey2002-12-191-2/+4
* Fix format bug with ps -o group. ok deraadt@drahn2002-07-191-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-4/+4
* null pointers are not your friendaaron1998-11-251-2/+4
* fix ps(1) LIM columnkstailey1997-11-061-3/+3
* add ps "emul" optionkstailey1997-09-031-2/+3
* XPG4 compatibility for format options:kstailey1997-08-221-2/+7
* Add a "parsed" flag for ps fields so we don't print the same fieldmillert1997-08-081-37/+38
* toast non-NEWVM code; freebsdderaadt1997-08-041-97/+2
* tabifykstailey1997-07-231-4/+4
* (foo *)NULL -> NULLkstailey1997-06-181-4/+4
* Stat field takes 5 chars not 4 (think "IW<s+")kstailey1997-02-121-3/+3
* Added "gid" keyword to print effective group ID of process.kstailey1997-02-051-2/+4
* update rcsidderaadt1996-06-231-1/+2
* in findvar() return NULL for keywords not foundderaadt1996-06-101-2/+3
* initial import of NetBSD treederaadt1995-10-181-0/+368