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_vnops.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
-7
/
+6
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
First step towards making uiomove() take a size_t size argument:
miod
2015-02-10
1
-2
/
+2
*
remove #if 0 cdefs.h blocks
deraadt
2015-01-21
1
-6
/
+1
*
unnecessary malloc.h include
tedu
2014-11-02
1
-2
/
+1
*
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
deraadt
2014-07-08
1
-3
/
+1
*
Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of
mpi
2014-03-28
1
-2
/
+2
*
guenther's addition of filechk didn't take into account the different
espie
2014-02-28
1
-9
/
+7
*
Check for offset wraparound and enforce RLIMIT_FSIZE.
guenther
2014-02-25
1
-1
/
+14
*
bring over kqfilter code from ufs which works better than the
tedu
2014-01-22
1
-2
/
+105
*
Delay checking the vnode locking of the target vnodes in tmpfs_rename()
guenther
2014-01-07
1
-3
/
+8
*
Move KASSERT a bit further down because it can apparently be triggered by
kettenis
2013-12-23
1
-2
/
+3
*
bring in a few improvements from pedro, guenther, me...
espie
2013-12-14
1
-218
/
+37
*
A few fixes from Pedro Martelletto, adapted from
espie
2013-10-10
1
-25
/
+70
*
The readdir vop should set uio_offset to the cookie of the entry
guenther
2013-09-22
1
-6
/
+2
*
Update to match VOP_READDIR() changes: no more cookies, but d_off instead.
guenther
2013-09-01
1
-41
/
+2
*
plug name_ipool leak in tmpfs_link()
espie
2013-06-05
1
-1
/
+2
*
on drugs, did not read pedro's patch and just zapped the comment.
espie
2013-06-05
1
-2
/
+2
*
restore code commented out while debugging. From pedro
espie
2013-06-04
1
-2
/
+2
*
Update pathconf handling for -current..
brad
2013-06-04
1
-11
/
+5
*
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
/
+2747