index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
ps
/
keyword.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
add "ps -o pledge" option, which prints a comma-seperated list of pledges
deraadt
2019-06-23
1
-1
/
+2
*
Export unveil state so that ps(8) can show it. Two new status flags,
deraadt
2019-06-23
1
-2
/
+2
*
do not need sys/proc.h
deraadt
2017-01-24
1
-2
/
+1
*
etime isn't just an alias for start. the output format is different.
tedu
2016-09-08
1
-2
/
+2
*
rename a few variables/functions to avoid shadowing
tedu
2015-12-30
1
-2
/
+2
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-3
/
+3
*
Remove duplicate and misleading vcmp() prototype;
schwarze
2014-10-13
1
-2
/
+1
*
Move the "minflt" entry to the correct spot in the var array so that all
lteo
2014-03-20
1
-2
/
+2
*
Fix field header overriding on fields that are (internally) aliases for others.
guenther
2013-10-24
1
-9
/
+8
*
Stop merging the per-thread and per-process flags when reporting
guenther
2013-09-22
1
-1
/
+3
*
Add maxrss keyword for the ru_maxrss value...which ariane@ is making work
guenther
2012-04-11
1
-1
/
+2
*
Add "tid" as a formatting keyword. If the -H option is specified, include
jsing
2012-04-04
1
-1
/
+7
*
Add rtable id and thread id to struct kinfo_proc (and fix process id)
guenther
2012-01-07
1
-1
/
+2
*
Suppress the header line if all the field headers have been set to empty.
guenther
2011-12-29
1
-1
/
+4
*
Make ps understand -o cwd using the new KERN_PROC_CWD sysctl. Some help
nicm
2011-12-11
1
-1
/
+3
*
Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now
guenther
2011-04-10
1
-3
/
+3
*
Replace the old, broken KERN_PROC ABI and its matching functions
guenther
2011-03-12
1
-3
/
+3
*
Avoid overflow and wraparound in memory fields by using unsigned
guenther
2010-02-14
1
-5
/
+5
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-9
/
+1
*
Instead of calling donlist() in the format print routines, call it
millert
2008-03-08
1
-5
/
+5
*
Userland gets 7 chars of wchan, not 6; noticed by thib@
miod
2007-04-13
1
-4
/
+4
*
Do not test for processes being swapped out since this can't happen anymore.
miod
2006-11-29
1
-3
/
+2
*
The session field is a pointer and so should be 8 chars for
millert
2006-10-16
1
-5
/
+5
*
Format nicelevel relative NZERO as other tools do.
hugh
2006-05-02
1
-3
/
+3
*
rename internal uname() to euname() to avoid libc conflict
deraadt
2004-09-14
1
-3
/
+3
*
export cpuid via kproc2, and make ps & top aware... from niklas
deraadt
2004-06-11
1
-2
/
+3
*
Convert to kinfo_proc2. The sort order for -u and -m will be different
millert
2004-01-08
1
-47
/
+45
*
typo; mjc@bitz.ca
deraadt
2003-12-16
1
-3
/
+3
*
protos
deraadt
2003-06-25
1
-3
/
+3
*
ansification, art ok
deraadt
2003-06-11
1
-9
/
+6
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-7
/
+3
*
add dsiz and ssiz to accompany tsiz; millert@ ok
mickey
2002-12-19
1
-2
/
+4
*
Fix format bug with ps -o group. ok deraadt@
drahn
2002-07-19
1
-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.
millert
2002-02-16
1
-4
/
+4
*
null pointers are not your friend
aaron
1998-11-25
1
-2
/
+4
*
fix ps(1) LIM column
kstailey
1997-11-06
1
-3
/
+3
*
add ps "emul" option
kstailey
1997-09-03
1
-2
/
+3
*
XPG4 compatibility for format options:
kstailey
1997-08-22
1
-2
/
+7
*
Add a "parsed" flag for ps fields so we don't print the same field
millert
1997-08-08
1
-37
/
+38
*
toast non-NEWVM code; freebsd
deraadt
1997-08-04
1
-97
/
+2
*
tabify
kstailey
1997-07-23
1
-4
/
+4
*
(foo *)NULL -> NULL
kstailey
1997-06-18
1
-4
/
+4
*
Stat field takes 5 chars not 4 (think "IW<s+")
kstailey
1997-02-12
1
-3
/
+3
*
Added "gid" keyword to print effective group ID of process.
kstailey
1997-02-05
1
-2
/
+4
*
update rcsid
deraadt
1996-06-23
1
-1
/
+2
*
in findvar() return NULL for keywords not found
deraadt
1996-06-10
1
-2
/
+3
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+368