summaryrefslogtreecommitdiffstats
path: root/sys/fs/fifofs
Commit message (Expand)AuthorAgeFilesLines
* Rewrite sigdeferstop(9) and sigallowstop(9) into more flexiblekib2016-06-261-6/+4
* Ensure that when a blockable open of fifo returns success, a validkib2015-09-201-2/+9
* Make SIGSTOP working for sleeps done while waiting for fifo readers orkib2015-01-181-1/+7
* Ignore the error from pipespace_new when creating a pipe.mjg2014-05-021-3/+1
* Do not allow O_EXEC opens for fifo, return EINVAL.kib2013-12-171-1/+1
* I am comparing current pipe code with the one in 8.3-STABLE r236165,davidxu2012-07-311-17/+4
* When a thread is blocked in direct write state, it only sets PIPE_DIRECTWdavidxu2012-07-311-2/+8
* Update comment.kib2012-03-111-1/+1
* Remove fifo.h. The only used function declaration from the header iskib2012-03-112-39/+0
* The pipe_poll() performs lockless access to the vnode to testkib2012-03-072-14/+12
* merge pipe and fifo implementationskmacy2012-02-232-403/+76
* Initialize fifoinfo fi_wgen field on open. The only important is thekib2011-12-041-1/+1
* Add the fo_chown and fo_chmod methods to struct fileops and use themkib2011-08-161-0/+2
* - Improve comments about locking of the "struct fifoinfo" which is a bitattilio2009-11-061-8/+9
* Provide default implementation for VOP_ACCESS(9), so that filesystems whichtrasz2009-10-011-1/+0
* Use C99 initialization for struct filterops.rwatson2009-09-121-6/+15
* Fix poll() on half-closed sockets, while retaining POLLHUP for fifos.jilles2009-08-251-0/+3
* Fix poll(2) and select(2) for named pipes to return "ready for read"kib2009-07-071-20/+14
* s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_argskib2009-06-101-1/+1
* Remove unused VOP_IOCTL and VOP_KQFILTER implementations for fifofs.kib2009-06-101-40/+2
* Remove VOP_LEASE and supporting functions. This hasn't been used sincerwatson2009-04-101-1/+0
* Tweak the output of VOP_PRINT/vn_printf() some.jhb2009-02-061-0/+1
* Assert an exclusive vnode lock for fifo_cleanup() and fifo_close() sincejhb2009-01-281-2/+2
* The kernel may do unbalanced calls to fifo_close() for fifo vnode,kib2009-01-261-1/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Remove kernel support for M:N threading.jeff2008-03-121-1/+1
* Remove Giant acquisition around soreceive() and sosend() in fifofs. Therwatson2008-01-261-10/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-2/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-2/+2
* Make ftruncate a 'struct file' operation rather than a vnode operation.jhb2008-01-071-0/+9
* Remove explicit locking of struct file.jeff2007-12-301-4/+1
* When we do open, we should lock the vnode exclusively. This fixes few races:pjd2007-07-261-1/+1
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-4/+3
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-1/+3
* Change fifo_printinfo to check if the vnode v_fifoinfo pointermpp2007-03-021-0/+4
* Add a_fdidx to comment prototype for fifo_open().rwatson2006-03-151-0/+1
* If fifo_open() is called with a negative file descriptor, return EINVALrwatson2006-03-141-0/+2
* Second attempt at a work-around for fifo-related socket panics duringrwatson2005-10-011-0/+4
* Back out fifo_vnops.c:1.127, which introduced an sx lock around I/O onrwatson2005-09-271-16/+3
* Assert v_fifoinfo is non-NULL in fifo_close() in order to catchrwatson2005-09-261-0/+1
* Lock the read socket receive buffer when frobbing the sb_state flag onrwatson2005-09-251-2/+2
* For reasons of consistency (and necessity), assert an exclusive vnoderwatson2005-09-231-0/+1
* Add fi_sx, an sx lock to serialize I/O operations on the socket pairrwatson2005-09-221-3/+16
* Assert that (vp) is locked in fifo_close(), since we rely on therwatson2005-09-181-0/+1
* The socket pointers in fifoinfo are not permitted to be NULL, sorwatson2005-09-151-5/+2
* Trim down now (believed to be) unused fifo_ioctl() andrwatson2005-09-131-65/+75
* As a result of kqueue locking work, socket buffer locks will alwaysrwatson2005-09-131-18/+6
* Annotate two issues:rwatson2005-09-131-0/+12
* Introduce no-op nosup fifo kqueue filter and detach routine, which arerwatson2005-09-121-1/+33
* When a request is made to register a filter on a fifo that doesn'trwatson2005-09-121-2/+2
OpenPOWER on IntegriCloud