summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/fifofs (follow)
Commit message (Expand)AuthorAgeFilesLines
* trivial size for free()deraadt2015-09-011-6/+6
* Change unp_scan() and its callbacks to pass the array of struct file **guenther2015-07-181-2/+2
* Set POLLHUP even if no valid events were specified as per POSIX.millert2015-05-101-5/+5
* Now that we have a_fflag in struct vop_poll_args we can handlemillert2015-05-051-13/+34
* Fix a bug introduced in the last commit that broke EOF handlingmillert2015-02-121-10/+11
* primary change: move uvm_vnode out of vnode, keeping only a pointer.tedu2014-12-161-1/+2
* include sys/unistd.h where needed instead of indirect reliance. ok jsgtedu2014-11-031-1/+3
* Instead of trying to emulate select/poll semantics with respect to EOFmillert2014-10-091-16/+10
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-6/+6
* Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2,guenther2013-03-281-1/+4
* Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO,guenther2013-03-281-4/+1
* Cleanup our filesystem pathconf() code a little bit to make it easiermatthew2012-06-201-6/+9
* kqueue attach functions should return an errno or 0, not a plain 1. Fixnicm2011-07-021-2/+2
* 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-212-56/+39
* Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)thib2010-09-102-39/+56
* End the VOP experiment. Instead of the ridicolusly complicated operationthib2010-09-062-56/+39
* - remove super-obvious comments from $fs_vnodeop_entries[]jasper2009-08-131-36/+36
* fix PR 6082: do not create more fd's than will fit in the message onotto2009-02-221-2/+2
* retire vn_default_error() and replace all instancesthib2008-05-081-2/+2
* Introduce vop_generic_bmap(); use it where applicable.thib2008-05-032-18/+3
* remove useless defines for the vnode operations, and insteadthib2008-04-242-46/+23
* fifofs, deadfs and specfs all have the same "trivial lookup routine thatthib2007-12-272-17/+3
* MALLOC/FREE -> malloc/freechl2007-10-291-4/+4
* ansify/de-register.jasper2007-06-181-40/+24
* pedro ok'd this ~3500 line diff which removes the vop argumentderaadt2007-06-011-66/+13
* Retire VOP_LEASE(); It was a bit for NQNFS and hasthib2007-01-162-4/+2
* useless caddr_t casts removal, same sha1spedro2004-05-181-6/+6
* Fix a bug that occurs when a FIFO is opened for writing withmillert2004-05-141-3/+5
* prevent memory leak on revoke by freeing resources in a real reclaimtedu2004-03-022-4/+25
* FIFO fixes adapted from FreeBSD:millert2004-02-241-56/+53
* Don't rely on vp->v_usecount to tell when we can dispose of our resourcesmillert2004-01-281-2/+2
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-232-19/+17
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-12/+4
* Implement simple vnodeop inheritance for specfs and fifofs.art2002-11-082-6/+16
* First round of __P removal in sysmillert2002-03-142-21/+21
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-192-5/+3
* Readd VOP_MMAP, will be used soon. Right now it's just a question toart2001-12-042-3/+5
* Get rid of several unused vnode operationscsapuntz2001-06-232-16/+2
* port kqueue changes from freebsd, plus all required openbsd glue.provos2001-03-012-2/+97
* deal with stupid legacy applications that open a fifo O_RDWR. okay millert@provos2000-11-151-7/+4
* Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlockcsapuntz1998-08-061-5/+5
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-062-35/+35
* back out vfs lite2 till after 2.2deraadt1997-10-062-35/+35
* VFS Lite2 Changescsapuntz1997-10-062-35/+35
* We should return 0 on non-blocking read from FIFO with no writerstholo1996-11-041-1/+4
* partial sync with netbsd 960418, more to comederaadt1996-04-211-3/+3
* From NetBSD: update to 960217 sourcesniklas1996-02-272-103/+129
* initial import of NetBSD treederaadt1995-10-182-0/+607