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
/
sys
/
miscfs
/
procfs
/
procfs_cmdline.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Actually remove the procfs files
guenther
2014-09-08
1
-186
/
+0
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-4
/
+4
*
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
deraadt
2014-07-08
1
-2
/
+1
*
Track whether a process is a zombie or not yet fully built via flags
guenther
2014-07-04
1
-4
/
+5
*
Add PS_EXITING to better differentiate between the process exiting and
guenther
2012-03-10
1
-2
/
+2
*
same vmspace song and dance as in kern_sysctl.c 1.167; ok kurt
deraadt
2008-11-10
1
-6
/
+8
*
ansify/de-register.
jasper
2007-06-18
1
-6
/
+2
*
Kernel stack can be swapped. This means that stuff that's on the stack
miod
2006-11-29
1
-3
/
+1
*
Replace procfs_domem() with a similar interface, process_domem(), which lives
miod
2005-12-11
1
-2
/
+2
*
Add an extra flags argument to uvm_io(), to specify whether we want to fix
miod
2005-11-04
1
-4
/
+4
*
make sure uio_offset is a safe value, with suggestions from millert@
tedu
2004-05-05
1
-4
/
+3
*
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
miod
2001-11-06
1
-3
/
+1
*
Remove old vm.
art
2001-06-27
1
-23
/
+1
*
Add procfs/cmdline; to help with linux emulation.
jasoni
2000-08-12
1
-0
/
+215