index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
tmpfs
/
tmpfs_vfsops.c
Age
Commit message (
Expand
)
Author
2021-10-24
A tiny bit of cleanup.
Patrick Wildt
2021-10-24
Add mount -ur/uw support to tmpfs.
Patrick Wildt
2019-12-26
Convert struct vfsops initializer to C99 style.
Alexander Bluhm
2018-04-06
Now that the args are passed in by the caller there is no need to call
Patrick Wildt
2018-03-07
add "int stall" argument required by filesystem stall code; from Tomohiro Kusumi
Theo de Raadt
2017-12-11
In uvm Chuck decided backing store would not be allocated proactively
Theo de Raadt
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2016-09-15
all pools have their ipl set via pool_setipl, so fold it into pool_init.
David Gwynne
2016-08-23
pool_setipl for tmpfs.
David Gwynne
2016-07-22
Set the vfs_systcl member of the vsfops struct to eopnotsupp. While we check
Mark Kettenis
2016-07-11
don't allow mounting with noval owner. panics later.
Ted Unangst
2016-01-13
kill malloc(9) pointless check, malloc(9) call is using M_WAITOK flag and thu...
Gleydson Soares
2015-01-21
remove #if 0 cdefs.h blocks
Theo de Raadt
2014-12-23
change pool allocator to null and pass waitok to indicate nointr
Ted Unangst
2014-11-02
tmpfs free sizes
Ted Unangst
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2013-12-14
bring in a few improvements from pedro, guenther, me...
Marc Espie
2013-06-03
sprinkle $OpenBSD$, pointed out by pedro
Marc Espie
2013-06-01
import tmpfs code, originally from netbsd.
Marc Espie