summaryrefslogtreecommitdiff
path: root/sys/tmpfs
AgeCommit message (Expand)Author
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-11-02tmpfs free sizesTed Unangst
2014-11-02unnecessary malloc.h includeTed Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-03-28Reduce uvm include madness. Use <uvm/uvm_extern.h> instead ofMartin Pieuchot
2014-02-28guenther's addition of filechk didn't take into account the differentMarc Espie
2014-02-25Check for offset wraparound and enforce RLIMIT_FSIZE.Philip Guenther
2014-01-22bring over kqfilter code from ufs which works better than theTed Unangst
2014-01-07Delay checking the vnode locking of the target vnodes in tmpfs_rename()Philip Guenther
2013-12-25zap defines that don't make any sense for usMarc Espie
2013-12-23sync specvops with ffs (fixing spec_open along the way)Ted Unangst
2013-12-23Move KASSERT a bit further down because it can apparently be triggered byMark Kettenis
2013-12-14bring in a few improvements from pedro, guenther, me...Marc Espie
2013-10-10A few fixes from Pedro Martelletto, adapted fromMarc 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-05plug name_ipool leak in tmpfs_link()Marc Espie
2013-06-05on drugs, did not read pedro's patch and just zapped the comment.Marc Espie
2013-06-04restore code commented out while debugging. From pedroMarc Espie
2013-06-04fix include guard locations (from pedro)Marc Espie
2013-06-04Update pathconf handling for -current..Brad Smith
2013-06-03sprinkle $OpenBSD$, pointed out by pedroMarc Espie
2013-06-01import tmpfs code, originally from netbsd.Marc Espie