summaryrefslogtreecommitdiffstats
path: root/sys/fs/fifofs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set the sender's low watermark to match the maximum size for atomicbde1997-12-191-1/+2
* Fixed EOF handing.bde1997-12-131-8/+2
* Restored fifo_pathconf() from rev.1.32. vop_stdpathconf() is toobde1997-12-131-2/+32
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* Use unique sleep message strings.bde1997-10-271-4/+3
* Removed unused #includes. The need for most of them went away withbde1997-10-271-2/+1
* VFS interior redecoration.phk1997-10-261-18/+7
* VFS clean up "hekto commit"phk1997-10-161-4/+1
* Another VFS cleanup "kilo commit"phk1997-10-161-35/+2
* VFS mega cleanup commit (x/N)phk1997-10-161-8/+1
* vnops megacommitphk1997-10-152-88/+70
* Hmm, realign the vnops into two columns.phk1997-10-151-8/+8
* Stylistic overhaul of vnops tables.phk1997-10-151-45/+44
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Convert select -> poll.peter1997-09-142-18/+19
* Removed unused #includes.bde1997-09-021-6/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-3/+4
* Don't include <sys/ioctl.h> in the kernel. Stage 3: includebde1997-03-241-2/+2
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-222-2/+2
* Rstored #include of <sys/kernel.h> so that this compilesmpp1997-02-121-0/+1
OpenPOWER on IntegriCloud