summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/fifofs/fifo.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bring back the "End the VOP experiment." diff, naddy's issues wherethib2010-12-211-5/+1
* Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)thib2010-09-101-1/+5
* End the VOP experiment. Instead of the ridicolusly complicated operationthib2010-09-061-5/+1
* Introduce vop_generic_bmap(); use it where applicable.thib2008-05-031-2/+1
* remove useless defines for the vnode operations, and insteadthib2008-04-241-24/+1
* fifofs, deadfs and specfs all have the same "trivial lookup routine thatthib2007-12-271-2/+1
* Retire VOP_LEASE(); It was a bit for NQNFS and hasthib2007-01-161-2/+1
* prevent memory leak on revoke by freeing resources in a real reclaimtedu2004-03-021-3/+3
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-231-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Implement simple vnodeop inheritance for specfs and fifofs.art2002-11-081-1/+3
* First round of __P removal in sysmillert2002-03-141-18/+18
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-191-2/+1
* Readd VOP_MMAP, will be used soon. Right now it's just a question toart2001-12-041-1/+2
* Get rid of several unused vnode operationscsapuntz2001-06-231-8/+1
* port kqueue changes from freebsd, plus all required openbsd glue.provos2001-03-011-1/+2
* Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlockcsapuntz1998-08-061-5/+5
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-061-5/+6
* back out vfs lite2 till after 2.2deraadt1997-10-061-6/+5
* VFS Lite2 Changescsapuntz1997-10-061-5/+6
* From NetBSD: update to 960217 sourcesniklas1996-02-271-47/+52
* initial import of NetBSD treederaadt1995-10-181-0/+88