summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/deadfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* make some `struct vops' members explicitly NULL instead of implicitly NULLsemarie2021-03-241-1/+2
* Implement a simple kqfilter for deadfs matching its poll handler.mpi2020-06-151-1/+21
* struct vops is not modified during runtime so use const which moves eachclaudio2020-01-201-2/+2
* Convert infinite sleeps to tsleep_nsec(9).mpi2019-12-051-2/+2
* Unlock the vnode in vop_inactive of deadfs. The unlock operation isvisa2019-10-191-2/+12
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* primary change: move uvm_vnode out of vnode, keeping only a pointer.tedu2014-12-161-1/+2
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Every single vop_default is set to eopnotsupp, so retire itthib2011-04-051-2/+1
* Bring back the "End the VOP experiment." diff, naddy's issues wherethib2010-12-211-43/+38
* Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)thib2010-09-101-38/+43
* End the VOP experiment. Instead of the ridicolusly complicated operationthib2010-09-061-43/+38
* - remove super-obvious comments from $fs_vnodeop_entries[]jasper2009-08-131-34/+34
* retire vn_default_error() and replace all instancesthib2008-05-081-2/+2
* remove useless defines for the vnode operations, and insteadthib2008-04-121-47/+24
* fifofs, deadfs and specfs all have the same "trivial lookup routine thatthib2007-12-271-16/+2
* pedro ok'd this ~3500 line diff which removes the vop argumentderaadt2007-06-011-46/+9
* ansify and deregister, no binary change, okay mickey@ bluhm@pedro2007-04-081-31/+14
* Remove the v_interlock simplelock from the vnode structure.thib2007-03-211-10/+2
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-231-5/+14
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Use tsleep instead of sleep.art2002-06-081-2/+2
* splbio around biodone.art2002-05-241-1/+5
* First round of __P removal in sysmillert2002-03-141-16/+16
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-191-4/+2
* Readd VOP_MMAP, will be used soon. Right now it's just a question toart2001-12-041-2/+4
* Get rid of several unused vnode operationscsapuntz2001-06-231-15/+1
* When vclean calls VOP_LOCK (dead_lock in this case) it has already setart1998-11-131-2/+2
* Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlockcsapuntz1998-08-061-3/+3
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-061-6/+18
* back out vfs lite2 till after 2.2deraadt1997-10-061-18/+6
* VFS Lite2 Changescsapuntz1997-10-061-6/+18
* From NetBSD: update to 960217 sourcesniklas1996-02-271-106/+112
* initial import of NetBSD treederaadt1995-10-181-0/+356