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_subr.c
Age
Commit message (
Expand
)
Author
2016-06-19
Remove the lockmgr() API. It is only used by filesystems, where it is a
Martin Natano
2016-02-06
Convert to uiomove. From Martin Natano.
Stefan Kempf
2015-04-17
Tweaks utimensat/futimens handling to always update ctime, even when both
Philip Guenther
2015-02-10
First step towards making uiomove() take a size_t size argument:
Miod Vallat
2015-01-21
remove #if 0 cdefs.h blocks
Theo de Raadt
2014-12-17
Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter
Philip Guenther
2014-12-15
Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,
Philip Guenther
2014-12-04
Disallow file allocations on directories that have been removed
David Coppa
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-11-16
Replace a plethora of historical protection options with just
Theo de Raadt
2014-03-28
Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of
Martin Pieuchot
2013-12-14
bring in a few improvements from pedro, guenther, me...
Marc Espie
2013-09-22
The readdir vop should set uio_offset to the cookie of the entry
Philip Guenther
2013-09-01
Update to match VOP_READDIR() changes: no more cookies, but d_off instead.
Philip Guenther
2013-06-03
sprinkle $OpenBSD$, pointed out by pedro
Marc Espie
2013-06-01
import tmpfs code, originally from netbsd.
Marc Espie