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