summaryrefslogtreecommitdiffstats
path: root/sys/fs/fifofs
Commit message (Expand)AuthorAgeFilesLines
* Rather than reaching into the internals of the UNIX domain socket coderwatson2005-09-121-1/+1
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-4/+0
* Whitespace in vop_vector{} initializations.phk2005-01-131-0/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-062-2/+2
* Don't forget to bypass vnodes in corner cases.phk2004-12-131-8/+6
* Explicitly panic vop_read/vop_write on fifos.phk2004-12-131-0/+2
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-012-43/+25
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-7/+7
* Add dropped implementation of ioctl for fifos.phk2004-11-181-1/+20
* Make vnode bypass for fifos (read, write, poll) mandatory.phk2004-11-171-133/+6
* Add file ops to fifofs so that we can bypass vnodes (and Giant) for thephk2004-11-151-1/+164
* fifos doesn't need a vop_lookup, the default will do fine.phk2004-11-131-19/+0
* Properly implement a default version of VOP_GETWRITEMOUNT.phk2004-11-061-1/+0
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-5/+5
* Remove unlocked read annotation for sbspace(); the read is locked.rwatson2004-06-231-1/+0
* Merge some additional leaf node socket buffer locking fromrwatson2004-06-181-6/+27
* Merge additional socket buffer locking from rwatson_netperf:rwatson2004-06-171-0/+2
* Grab the socket buffer send or receive mutex when performing arwatson2004-06-151-0/+6
* The socket field so_state is used to hold a variety of socket relatedrwatson2004-06-141-5/+5
* Add MSG_NBIO flag option to soreceive() and sosend() that causestruckman2004-06-011-12/+6
* Switch from using the vnode interlock to a private mutex in fifo_open()truckman2004-05-171-24/+23
* Remove advertising clause from University of California Regent'simp2004-04-072-8/+0
* Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(),rwatson2004-03-311-1/+1
* 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
OpenPOWER on IntegriCloud