summaryrefslogtreecommitdiffstats
path: root/sys/tmpfs
AgeCommit message (Expand)AuthorFilesLines
2014-12-04Disallow file allocations on directories that have been removeddcoppa1-1/+6
2014-11-18move arc4random prototype to systm.h. more appropriate for most codetedu1-3/+1
2014-11-16Replace a plethora of historical protection options with justderaadt1-7/+7
2014-11-02tmpfs free sizestedu2-4/+4
2014-11-02unnecessary malloc.h includetedu1-2/+1
2014-07-12add a size argument to free. will be used soon, but for now default to 0.tedu2-4/+4
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2-4/+3
2014-03-28Reduce uvm include madness. Use <uvm/uvm_extern.h> instead ofmpi2-4/+4
2014-02-28guenther's addition of filechk didn't take into account the differentespie1-9/+7
2014-02-25Check for offset wraparound and enforce RLIMIT_FSIZE.guenther1-1/+14
2014-01-22bring over kqfilter code from ufs which works better than thetedu1-2/+105
2014-01-07Delay checking the vnode locking of the target vnodes in tmpfs_rename()guenther1-3/+8
2013-12-25zap defines that don't make any sense for usespie1-4/+1
2013-12-23sync specvops with ffs (fixing spec_open along the way)tedu1-12/+14
2013-12-23Move KASSERT a bit further down because it can apparently be triggered bykettenis1-2/+3
2013-12-14bring in a few improvements from pedro, guenther, me...espie5-523/+356
2013-10-10A few fixes from Pedro Martelletto, adapted fromespie3-27/+74
2013-09-22The readdir vop should set uio_offset to the cookie of the entryguenther3-19/+17
2013-09-01Update to match VOP_READDIR() changes: no more cookies, but d_off instead.guenther2-68/+31
2013-06-05plug name_ipool leak in tmpfs_link()espie1-1/+2
2013-06-05on drugs, did not read pedro's patch and just zapped the comment.espie1-2/+2
2013-06-04restore code commented out while debugging. From pedroespie1-2/+2
2013-06-04fix include guard locations (from pedro)espie2-8/+8
2013-06-04Update pathconf handling for -current..brad1-11/+5
2013-06-03sprinkle $OpenBSD$, pointed out by pedroespie8-0/+8
2013-06-01import tmpfs code, originally from netbsd.espie8-0/+5325