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
/
tmpfs_subr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweaks utimensat/futimens handling to always update ctime, even when both
guenther
2015-04-17
1
-3
/
+8
*
First step towards making uiomove() take a size_t size argument:
miod
2015-02-10
1
-5
/
+5
*
remove #if 0 cdefs.h blocks
deraadt
2015-01-21
1
-6
/
+1
*
Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter
guenther
2014-12-17
1
-4
/
+4
*
Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,
guenther
2014-12-15
1
-3
/
+3
*
Disallow file allocations on directories that have been removed
dcoppa
2014-12-04
1
-1
/
+6
*
move arc4random prototype to systm.h. more appropriate for most code
tedu
2014-11-18
1
-3
/
+1
*
Replace a plethora of historical protection options with just
deraadt
2014-11-16
1
-7
/
+7
*
Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of
mpi
2014-03-28
1
-2
/
+2
*
bring in a few improvements from pedro, guenther, me...
espie
2013-12-14
1
-227
/
+241
*
The readdir vop should set uio_offset to the cookie of the entry
guenther
2013-09-22
1
-11
/
+13
*
Update to match VOP_READDIR() changes: no more cookies, but d_off instead.
guenther
2013-09-01
1
-27
/
+29
*
sprinkle $OpenBSD$, pointed out by pedro
espie
2013-06-03
1
-0
/
+1
*
import tmpfs code, originally from netbsd.
espie
2013-06-01
1
-0
/
+1262