summaryrefslogtreecommitdiff
path: root/bin/ps/keyword.c
AgeCommit message (Expand)Author
2019-06-23add "ps -o pledge" option, which prints a comma-seperated list of pledgesTheo de Raadt
2019-06-23Export unveil state so that ps(8) can show it. Two new status flags,Theo de Raadt
2017-01-24do not need sys/proc.hTheo de Raadt
2016-09-08etime isn't just an alias for start. the output format is different.Ted Unangst
2015-12-30rename a few variables/functions to avoid shadowingTed Unangst
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-10-13Remove duplicate and misleading vcmp() prototype;Ingo Schwarze
2014-03-20Move the "minflt" entry to the correct spot in the var array so that allLawrence Teo
2013-10-24Fix field header overriding on fields that are (internally) aliases for others.Philip Guenther
2013-09-22Stop merging the per-thread and per-process flags when reportingPhilip Guenther
2012-04-11Add maxrss keyword for the ru_maxrss value...which ariane@ is making workPhilip Guenthe
2012-04-04Add "tid" as a formatting keyword. If the -H option is specified, includeJoel Sing
2012-01-07Add rtable id and thread id to struct kinfo_proc (and fix process id)Philip Guenthe
2011-12-29Suppress the header line if all the field headers have been set to empty.Philip Guenthe
2011-12-11Make ps understand -o cwd using the new KERN_PROC_CWD sysctl. Some helpNicholas Marriott
2011-04-10Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc nowPhilip Guenthe
2011-03-12Replace the old, broken KERN_PROC ABI and its matching functionsPhilip Guenthe
2010-02-14Avoid overflow and wraparound in memory fields by using unsignedPhilip Guenthe
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-03-08Instead of calling donlist() in the format print routines, call itTodd C. Miller
2007-04-13Userland gets 7 chars of wchan, not 6; noticed by thib@Miod Vallat
2006-11-29Do not test for processes being swapped out since this can't happen anymore.Miod Vallat
2006-10-16The session field is a pointer and so should be 8 chars forTodd C. Miller
2006-05-02Format nicelevel relative NZERO as other tools do.Hugh Graham
2004-09-14rename internal uname() to euname() to avoid libc conflictTheo de Raadt
2004-06-11export cpuid via kproc2, and make ps & top aware... from niklasTheo de Raadt
2004-01-08Convert to kinfo_proc2. The sort order for -u and -m will be differentTodd C. Miller
2003-12-16typo; mjc@bitz.caTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-11ansification, art okTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-12-19add dsiz and ssiz to accompany tsiz; millert@ okMichael Shalayeff
2002-07-19Fix format bug with ps -o group. ok deraadt@Dale Rahn
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
1998-11-25null pointers are not your friendAaron Campbell
1997-11-06fix ps(1) LIM columnkstailey
1997-09-03add ps "emul" optionkstailey
1997-08-22XPG4 compatibility for format options:kstailey
1997-08-08Add a "parsed" flag for ps fields so we don't print the same fieldTodd C. Miller
1997-08-04toast non-NEWVM code; freebsdTheo de Raadt
1997-07-23tabifykstailey
1997-06-18(foo *)NULL -> NULLkstailey
1997-02-12Stat field takes 5 chars not 4 (think "IW<s+")kstailey
1997-02-05Added "gid" keyword to print effective group ID of process.kstailey
1996-06-23update rcsidTheo de Raadt
1996-06-10in findvar() return NULL for keywords not foundTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt