aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/fdesc
Commit message (Expand)AuthorAgeFilesLines
* Avoid a 64-bit division in fdesc_readdir(). Fixed related overflowsBruce Evans1998-06-141-27/+14
* Make these files compile.Doug Rabson1998-06-101-1/+2
* ENOPNOTSUPP --> EOPNOTSUPPAlexander Langer1998-06-101-2/+2
* Don't silently accept attempts to change flags where they are notPeter Wemm1998-06-101-2/+8
* As described by the submitter:Mike Smith1998-05-061-5/+1
* The intent is to get rid of WILLRELE in vnode_if.src by makingMike Smith1998-03-011-1/+5
* Staticize.Eivind Eklund1998-02-091-3/+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-3/+3
* VFS clean up "hekto commit"Poul-Henning Kamp1997-10-161-4/+1
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-161-43/+2
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-76/+9
* Hmm, realign the vnops into two columns.Poul-Henning Kamp1997-10-151-8/+8
* Stylistic overhaul of vnops tables.Poul-Henning Kamp1997-10-151-49/+43
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-3/+5
* Convert select -> poll.Peter Wemm1997-09-141-11/+16
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-072-5/+4
* Removed unused #includes.Bruce Evans1997-09-021-4/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-2/+2
* Removed unused #includes.Bruce Evans1997-08-021-4/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-223-3/+3
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-103-148/+90
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* Fixed lseek() on named pipes. It always succeeded but should always fail.Bruce Evans1996-12-191-1/+3
* Whoops, I should've used the LINT config file. More ts -> tv changesNate Williams1996-09-201-3/+3
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.Bruce Evans1996-09-031-1/+2
* Clean up -Wunused warnings.Gary Palmer1996-06-121-12/+1
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-121-3/+11
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-7/+10
* Restored #include of <sys/tty.h>. fdesc_vnops.c needs to know too muchBruce Evans1995-12-051-2/+2
* Added prototypes.Bruce Evans1995-12-031-4/+25
* Fixed the type of fdesc_sync(). Trailing args were missing.Bruce Evans1995-11-161-6/+27
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-092-46/+46
* Make a lot of private stuff static.Poul-Henning Kamp1995-11-072-34/+34
* Do not allow delete/rename lookup request to preventMike Pritchard1995-09-021-1/+7
* Correctly initialize the mount stat structure so thatMike Pritchard1995-09-021-1/+4
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-10/+10
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-1/+2
* Add four more filesystem flags:Garrett Wollman1995-03-161-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+1
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-061-2/+2
* GCC cleanup.Poul-Henning Kamp1994-10-021-1/+2
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-212-2/+7
* Relaxed panic in fdesc_setattr() to just return error.David Greenman1994-09-091-2/+2
* Fixed off by one error in referencing an array.David Greenman1994-09-091-3/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-1/+4
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-243-0/+1344