summaryrefslogtreecommitdiffstats
path: root/sys/tmpfs/tmpfs_subr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX.millert2019-10-171-2/+1
* Call vput(dvp) in vnode operation functions instead of calling it invisa2018-05-281-2/+1
* Drop unnecessary `p' parameter from vget(9).visa2018-05-271-2/+2
* Remove proc from the parameters of vn_lock(). The parameter isvisa2018-05-021-2/+2
* Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(),visa2018-03-281-2/+2
* Tweak lock inits to make the system runnable with witness(4)visa2017-04-201-2/+2
* Fix indentation. No binary change.jsg2016-09-221-5/+5
* Remove the lockmgr() API. It is only used by filesystems, where it is anatano2016-06-191-2/+2
* Convert to uiomove. From Martin Natano.stefan2016-02-061-5/+5
* 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