summaryrefslogtreecommitdiffstats
path: root/sys/tmpfs/tmpfs_subr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tweaks utimensat/futimens handling to always update ctime, even when bothguenther2015-04-171-3/+8
* First step towards making uiomove() take a size_t size argument:miod2015-02-101-5/+5
* remove #if 0 cdefs.h blocksderaadt2015-01-211-6/+1
* Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latterguenther2014-12-171-4/+4
* Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,guenther2014-12-151-3/+3
* Disallow file allocations on directories that have been removeddcoppa2014-12-041-1/+6
* move arc4random prototype to systm.h. more appropriate for most codetedu2014-11-181-3/+1
* Replace a plethora of historical protection options with justderaadt2014-11-161-7/+7
* Reduce uvm include madness. Use <uvm/uvm_extern.h> instead ofmpi2014-03-281-2/+2
* bring in a few improvements from pedro, guenther, me...espie2013-12-141-227/+241
* The readdir vop should set uio_offset to the cookie of the entryguenther2013-09-221-11/+13
* Update to match VOP_READDIR() changes: no more cookies, but d_off instead.guenther2013-09-011-27/+29
* sprinkle $OpenBSD$, pointed out by pedroespie2013-06-031-0/+1
* import tmpfs code, originally from netbsd.espie2013-06-011-0/+1262