summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/fdesc
Commit message (Expand)AuthorAgeFilesLines
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+2
* Remove unused #includes.phk1999-12-081-1/+0
* Fix a warning.peter1999-11-181-0/+3
* Update for fileops.fo_stat() addition. Note, this would panic ifpeter1999-11-081-2/+3
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-0/+1
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-39/+6
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-021-2/+1
* Simplify cdevsw registration.phk1999-05-311-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-272-4/+4
* Remove declarations for undefined functions and a couple of unusedeivind1999-01-121-9/+1
* Cleanup uninitialized-possibly-used (but really not) warningsdillon1998-12-141-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+1
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-2/+2
* Avoid a 64-bit division in fdesc_readdir(). Fixed related overflowsbde1998-06-141-27/+14
* Make these files compile.dfr1998-06-101-1/+2
* ENOPNOTSUPP --> EOPNOTSUPPalex1998-06-101-2/+2
* Don't silently accept attempts to change flags where they are notpeter1998-06-101-2/+8
* As described by the submitter:msmith1998-05-061-5/+1
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+5
* Staticize.eivind1998-02-091-3/+3
* Removed unused #includes. The need for most of them went away withbde1997-10-271-2/+1
* VFS interior redecoration.phk1997-10-261-3/+3
* VFS clean up "hekto commit"phk1997-10-161-4/+1
* Another VFS cleanup "kilo commit"phk1997-10-161-43/+2
* VFS mega cleanup commit (x/N)phk1997-10-161-76/+9
* Hmm, realign the vnops into two columns.phk1997-10-151-8/+8
* Stylistic overhaul of vnops tables.phk1997-10-151-49/+43
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-3/+5
* Convert select -> poll.peter1997-09-141-11/+16
* Some staticized variables were still declared to be extern.bde1997-09-072-5/+4
* Removed unused #includes.bde1997-09-021-4/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-2/+2
* Removed unused #includes.bde1997-08-021-4/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-223-3/+3
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-103-148/+90
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
* Fixed lseek() on named pipes. It always succeeded but should always fail.bde1996-12-191-1/+3
* Whoops, I should've used the LINT config file. More ts -> tv changesnate1996-09-201-3/+3
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-031-1/+2
* Clean up -Wunused warnings.gpalmer1996-06-121-12/+1
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-3/+11
* Pass 3 of the great devsw changesjulian1995-12-081-7/+10
* Restored #include of <sys/tty.h>. fdesc_vnops.c needs to know too muchbde1995-12-051-2/+2
* Added prototypes.bde1995-12-031-4/+25
* Fixed the type of fdesc_sync(). Trailing args were missing.bde1995-11-161-6/+27
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-092-46/+46
* Make a lot of private stuff static.phk1995-11-072-34/+34
* Do not allow delete/rename lookup request to preventmpp1995-09-021-1/+7
OpenPOWER on IntegriCloud