summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/deadfs
AgeCommit message (Expand)AuthorFilesLines
2021-03-24make some `struct vops' members explicitly NULL instead of implicitly NULLsemarie1-1/+2
2020-06-15Implement a simple kqfilter for deadfs matching its poll handler.mpi1-1/+21
2020-01-20struct vops is not modified during runtime so use const which moves eachclaudio1-2/+2
2019-12-05Convert infinite sleeps to tsleep_nsec(9).mpi1-2/+2
2019-10-19Unlock the vnode in vop_inactive of deadfs. The unlock operation isvisa1-2/+12
2015-03-14Remove some includes include-what-you-use claims don'tjsg1-2/+1
2014-12-16primary change: move uvm_vnode out of vnode, keeping only a pointer.tedu1-1/+2
2014-09-14remove uneeded proc.h includesjsg1-2/+1
2011-04-05Every single vop_default is set to eopnotsupp, so retire itthib1-2/+1
2010-12-21Bring back the "End the VOP experiment." diff, naddy's issues wherethib1-43/+38
2010-09-10Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)thib1-38/+43
2010-09-06End the VOP experiment. Instead of the ridicolusly complicated operationthib1-43/+38
2009-08-13- remove super-obvious comments from $fs_vnodeop_entries[]jasper1-34/+34
2008-05-08retire vn_default_error() and replace all instancesthib1-2/+2
2008-04-12remove useless defines for the vnode operations, and insteadthib1-47/+24
2007-12-27fifofs, deadfs and specfs all have the same "trivial lookup routine thatthib1-16/+2
2007-06-01pedro ok'd this ~3500 line diff which removes the vop argumentderaadt1-46/+9
2007-04-08ansify and deregister, no binary change, okay mickey@ bluhm@pedro1-31/+14
2007-03-21Remove the v_interlock simplelock from the vnode structure.thib1-10/+2
2003-09-23Replace select backends with poll backends. selscan() and pollscan()millert1-5/+14
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2002-06-08Use tsleep instead of sleep.art1-2/+2
2002-05-24splbio around biodone.art1-1/+5
2002-03-14First round of __P removal in sysmillert1-16/+16
2001-12-19UBC was a disaster. It worked very good when it worked, but on someart1-4/+2
2001-12-04Readd VOP_MMAP, will be used soon. Right now it's just a question toart1-2/+4
2001-06-23Get rid of several unused vnode operationscsapuntz1-15/+1
1998-11-13When vclean calls VOP_LOCK (dead_lock in this case) it has already setart1-2/+2
1998-08-06Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlockcsapuntz1-3/+3
1997-11-06Updates for VFS Lite 2 + soft update.csapuntz1-6/+18
1997-10-06back out vfs lite2 till after 2.2deraadt1-18/+6
1997-10-06VFS Lite2 Changescsapuntz1-6/+18
1996-02-27From NetBSD: update to 960217 sourcesniklas1-106/+112
1995-10-18initial import of NetBSD treederaadt1-0/+356