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