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
/
tmpfs
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-04
Disallow file allocations on directories that have been removed
dcoppa
1
-1
/
+6
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
tedu
1
-3
/
+1
2014-11-16
Replace a plethora of historical protection options with just
deraadt
1
-7
/
+7
2014-11-02
tmpfs free sizes
tedu
2
-4
/
+4
2014-11-02
unnecessary malloc.h include
tedu
1
-2
/
+1
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
tedu
2
-4
/
+4
2014-07-08
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
deraadt
2
-4
/
+3
2014-03-28
Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of
mpi
2
-4
/
+4
2014-02-28
guenther's addition of filechk didn't take into account the different
espie
1
-9
/
+7
2014-02-25
Check for offset wraparound and enforce RLIMIT_FSIZE.
guenther
1
-1
/
+14
2014-01-22
bring over kqfilter code from ufs which works better than the
tedu
1
-2
/
+105
2014-01-07
Delay checking the vnode locking of the target vnodes in tmpfs_rename()
guenther
1
-3
/
+8
2013-12-25
zap defines that don't make any sense for us
espie
1
-4
/
+1
2013-12-23
sync specvops with ffs (fixing spec_open along the way)
tedu
1
-12
/
+14
2013-12-23
Move KASSERT a bit further down because it can apparently be triggered by
kettenis
1
-2
/
+3
2013-12-14
bring in a few improvements from pedro, guenther, me...
espie
5
-523
/
+356
2013-10-10
A few fixes from Pedro Martelletto, adapted from
espie
3
-27
/
+74
2013-09-22
The readdir vop should set uio_offset to the cookie of the entry
guenther
3
-19
/
+17
2013-09-01
Update to match VOP_READDIR() changes: no more cookies, but d_off instead.
guenther
2
-68
/
+31
2013-06-05
plug name_ipool leak in tmpfs_link()
espie
1
-1
/
+2
2013-06-05
on drugs, did not read pedro's patch and just zapped the comment.
espie
1
-2
/
+2
2013-06-04
restore code commented out while debugging. From pedro
espie
1
-2
/
+2
2013-06-04
fix include guard locations (from pedro)
espie
2
-8
/
+8
2013-06-04
Update pathconf handling for -current..
brad
1
-11
/
+5
2013-06-03
sprinkle $OpenBSD$, pointed out by pedro
espie
8
-0
/
+8
2013-06-01
import tmpfs code, originally from netbsd.
espie
8
-0
/
+5325
[prev]