aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fifofs
Commit message (Expand)AuthorAgeFilesLines
* Introduce kqueue() and kevent(), a kernel event notification facility.Jonathan Lemon2000-04-161-0/+86
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Set the sender's low watermark to match the maximum size for atomicBruce Evans1997-12-191-1/+2
* Fixed EOF handing.Bruce Evans1997-12-131-8/+2
* Restored fifo_pathconf() from rev.1.32. vop_stdpathconf() is tooBruce Evans1997-12-131-2/+32
* Don't include <sys/lock.h> in headers when only `struct simplelock' isBruce Evans1997-12-051-1/+2
* Use unique sleep message strings.Bruce Evans1997-10-271-4/+3
* Removed unused #includes. The need for most of them went away withBruce Evans1997-10-271-2/+1
* VFS interior redecoration.Poul-Henning Kamp1997-10-261-18/+7
* VFS clean up "hekto commit"Poul-Henning Kamp1997-10-161-4/+1
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-161-35/+2
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-8/+1
* vnops megacommitPoul-Henning Kamp1997-10-152-88/+70
* Hmm, realign the vnops into two columns.Poul-Henning Kamp1997-10-151-8/+8
* Stylistic overhaul of vnops tables.Poul-Henning Kamp1997-10-151-45/+44
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+2
* Convert select -> poll.Peter Wemm1997-09-142-18/+19
* Removed unused #includes.Bruce Evans1997-09-021-6/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-3/+4
* Don't include <sys/ioctl.h> in the kernel. Stage 3: includeBruce Evans1997-03-241-2/+2
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-222-2/+2
* Rstored #include of <sys/kernel.h> so that this compilesMike Pritchard1997-02-121-0/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-102-92/+95
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* Fixed errno for unsupported advisory locks. The errno is now EINVALBruce Evans1996-12-191-2/+2
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.Bruce Evans1996-09-031-1/+2
* Kill XNS.Garrett Wollman1996-02-131-3/+3
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-142-12/+13
* Back out this one, must have screwed up somewhere :-(Poul-Henning Kamp1995-12-112-8/+12
* Staticize.Poul-Henning Kamp1995-12-112-12/+8
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-211-4/+3
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-092-46/+46
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countJohn Dyson1995-09-041-1/+5
* Allow a pipe to be opened read/write at one end, as is allowed inJordan K. Hubbard1995-08-061-15/+28
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-162-2/+5
* YFfixPoul-Henning Kamp1995-02-141-1/+2
* Fixed bmap run-length brokeness.David Greenman1995-02-031-1/+3
* GCC cleanup.Poul-Henning Kamp1994-10-021-20/+24
* More loadable VFS changes:Garrett Wollman1994-09-222-4/+3
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-211-1/+3
* Added $Id$David Greenman1994-08-022-0/+2
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+18
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-242-0/+579