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
*
Call vput(dvp) in vnode operation functions instead of calling it in
visa
2018-05-28
1
-2
/
+1
*
Drop unnecessary `p' parameter from vget(9).
visa
2018-05-27
1
-2
/
+2
*
Remove proc from the parameters of vn_lock(). The parameter is
visa
2018-05-02
1
-2
/
+2
*
Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(),
visa
2018-03-28
1
-2
/
+2
*
Tweak lock inits to make the system runnable with witness(4)
visa
2017-04-20
1
-2
/
+2
*
Fix indentation. No binary change.
jsg
2016-09-22
1
-5
/
+5
*
Remove the lockmgr() API. It is only used by filesystems, where it is a
natano
2016-06-19
1
-2
/
+2
*
Convert to uiomove. From Martin Natano.
stefan
2016-02-06
1
-5
/
+5
*
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