summaryrefslogtreecommitdiffstats
path: root/sys/fs/fifofs
Commit message (Expand)AuthorAgeFilesLines
* Use "fip->fi_readers == 0 && fip->fi_writers == 0" as the condition fortruckman2003-11-161-6/+3
* If fifo_open() is interrupted, fifo_close() may not get called, causingtruckman2003-11-101-9/+23
* Partially back out rev 1.87 by nuking fifo_inactive() and moving thetruckman2003-06-161-20/+4
* Clean up the fifo_open() implementation:truckman2003-06-131-45/+30
* Fix up locking problems in fifo_open() and fifo_close():truckman2003-06-011-25/+73
* Remove unused variable.phk2003-05-311-2/+1
* Better fix for the problem addressed by rev.1.79: don't loop inbde2003-03-241-8/+13
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-4/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-6/+7
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-6/+6
* There is some sort of race/deadlock which I have not identifiedphk2002-12-291-1/+6
* Fix comments and one resulting code confusion about the type of thephk2002-10-161-1/+1
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-251-1/+1
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-181-2/+0
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* Handle one more case of a fifofs filetmp: set filetmp.f_cred torwatson2002-08-201-2/+3
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-171-2/+6
* Make similar changes to fo_stat() and fo_poll() as made earlier torwatson2002-08-161-2/+3
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-30/+4
* Lock the writer socket across sorwakeup(fip->fi_writesock).tanimura2002-05-211-1/+3
* Lock down a socket, milestone 1.tanimura2002-05-201-4/+28
* Use vop_panic() instead of rolling our own.phk2002-05-021-23/+11
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-8/+10
* Cleanup of logic, flow and comments.alfred2002-04-181-20/+18
* Remove __P.alfred2002-03-192-14/+14
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+2
* Fix select on fifos.alfred2002-01-141-11/+29
* don't initialize the mutex in the temporary struct file, the soo_*alfred2002-01-141-6/+0
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.alfred2002-01-131-0/+1
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-4/+13
* o Make the credential used by socreate() an explicit argument torwatson2001-12-311-2/+4
* Fix select on named pipes without a reader.alfred2001-12-121-1/+0
* Switch behavior of fifos to more closely match what goes on in other OSes.alfred2001-11-081-0/+5
* KSE Milestone 2julian2001-09-121-23/+24
* The kq write filter was hooked up to the wrong socket, and thus wasjlemon2001-06-061-4/+11
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-28/+0
* Extend kqueue down to the device layer.jlemon2001-02-151-30/+36
* Introduce vop_stdinactive() and make it the default if no vop_inactivephk2000-08-181-15/+1
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-0/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Introduce kqueue() and kevent(), a kernel event notification facility.jlemon2000-04-161-0/+86
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-1/+0
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
OpenPOWER on IntegriCloud