summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/fifofs
Commit message (Expand)AuthorAgeFilesLines
* 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
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-102-92/+95
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
* Fixed errno for unsupported advisory locks. The errno is now EINVALbde1996-12-191-2/+2
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-031-1/+2
* Kill XNS.wollman1996-02-131-3/+3
* Another mega commit to staticize things.phk1995-12-142-12/+13
* Back out this one, must have screwed up somewhere :-(phk1995-12-112-8/+12
* Staticize.phk1995-12-112-12/+8
* Completed function declarations and/or added prototypes.bde1995-11-211-4/+3
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-092-46/+46
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-041-1/+5
* Allow a pipe to be opened read/write at one end, as is allowed injkh1995-08-061-15/+28
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-162-2/+5
* YFfixphk1995-02-141-1/+2
* Fixed bmap run-length brokeness.dg1995-02-031-1/+3
* GCC cleanup.phk1994-10-021-20/+24
* More loadable VFS changes:wollman1994-09-222-4/+3
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-211-1/+3
* Added $Id$dg1994-08-022-0/+2
OpenPOWER on IntegriCloud