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_vfsops.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert struct vfsops initializer to C99 style.
bluhm
2019-12-26
1
-15
/
+15
*
Now that the args are passed in by the caller there is no need to call
patrick
2018-04-06
1
-4
/
+1
*
add "int stall" argument required by filesystem stall code; from Tomohiro Kusumi
deraadt
2018-03-07
1
-3
/
+4
*
In uvm Chuck decided backing store would not be allocated proactively
deraadt
2017-12-11
1
-12
/
+12
*
If you use sys/param.h, you don't need sys/types.h
deraadt
2017-09-08
1
-2
/
+1
*
all pools have their ipl set via pool_setipl, so fold it into pool_init.
dlg
2016-09-15
1
-7
/
+5
*
pool_setipl for tmpfs.
dlg
2016-08-23
1
-1
/
+3
*
Set the vfs_systcl member of the vsfops struct to eopnotsupp. While we check
kettenis
2016-07-22
1
-2
/
+2
*
don't allow mounting with noval owner. panics later.
tedu
2016-07-11
1
-1
/
+4
*
kill malloc(9) pointless check, malloc(9) call is using M_WAITOK flag and thus will sleep until
gsoares
2016-01-13
1
-3
/
+1
*
remove #if 0 cdefs.h blocks
deraadt
2015-01-21
1
-6
/
+1
*
change pool allocator to null and pass waitok to indicate nointr
tedu
2014-12-23
1
-5
/
+5
*
tmpfs free sizes
tedu
2014-11-02
1
-2
/
+2
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-2
/
+2
*
bring in a few improvements from pedro, guenther, me...
espie
2013-12-14
1
-24
/
+38
*
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
/
+367