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
/
kern
/
exec_subr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ansi with a little knf. ok deraadt jsg
tedu
2011-06-29
1
-28
/
+15
*
grammar, spelling, and style fixes from bret lambert;
jmc
2006-11-14
1
-2
/
+2
*
don't call vn_rdwr() with IO_NODELOCKED when the vnode actually isn't
sturm
2006-07-26
1
-2
/
+2
*
fix typo in comment
hshoexer
2004-11-23
1
-2
/
+2
*
vmcmd_map_readvn - don't map the initial mapping with X unless the
art
2003-05-09
1
-7
/
+9
*
simplify stack grownups (growndowns are not touched)
mickey
2002-12-19
1
-6
/
+7
*
Eliminate the use of KERN_SUCCESS outside of uvm/
art
2002-11-06
1
-11
/
+10
*
Remove a diagnostic check that I added when reorganizing the code.
art
2002-10-07
1
-5
/
+1
*
Move out the execution of vmcmds into a separate function.
art
2002-10-06
1
-3
/
+36
*
make it compile w/ DEBUG by syncing w/ exec.h; deraadt@ ok
mickey
2002-10-02
1
-2
/
+4
*
Map stack pages without VM_PROT_EXECUTE. Notice that right now this
art
2002-07-21
1
-3
/
+3
*
First round of __P removal in sys
millert
2002-03-14
1
-2
/
+2
*
UBC was a disaster. It worked very good when it worked, but on some
art
2001-12-19
1
-8
/
+21
*
Sync in more uvm changes from NetBSD.
art
2001-11-28
1
-29
/
+14
*
Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The
art
2001-11-27
1
-1
/
+2
*
Add an alignment argument to uvm_map that specifies an alignment hint
art
2001-11-07
1
-4
/
+4
*
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
-29
/
+1
*
KNF
deraadt
2001-06-22
1
-28
/
+27
*
ELF uses more than 5 vmcmds by default, so grow the default vmcmd set size
art
2001-02-22
1
-13
/
+16
*
Don't bomb when the length of pagedvn vm_cmd is not page aligned.
art
2000-11-06
1
-2
/
+3
*
Don't use MALLOC/FREE on variable sized allocations.
art
2000-09-26
1
-6
/
+5
*
more stack direction fixes; art@ ok
mickey
1999-11-05
1
-1
/
+14
*
a new way of mapping in exec for uvm
art
1999-02-26
1
-1
/
+100
*
Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * ...
millert
1998-07-28
1
-2
/
+2
*
OpenBSD tags
niklas
1997-02-24
1
-0
/
+1
*
round RLIMIT_STACK; problem spotted by jfw@jfwhome.funhousecom
deraadt
1997-02-14
1
-1
/
+1
*
use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types
deraadt
1996-12-23
1
-0
/
+45
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+196