summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/fdesc/fdesc_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert select -> poll.peter1997-09-141-11/+16
* Some staticized variables were still declared to be extern.bde1997-09-071-2/+3
* Removed unused #includes.bde1997-09-021-4/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-89/+73
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* 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
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-44/+44
* Make a lot of private stuff static.phk1995-11-071-22/+22
* Do not allow delete/rename lookup request to preventmpp1995-09-021-1/+7
* Remove trailing whitespace.rgrimes1995-05-301-10/+10
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+2
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-061-2/+2
* GCC cleanup.phk1994-10-021-1/+2
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-211-1/+3
* Relaxed panic in fdesc_setattr() to just return error.dg1994-09-091-2/+2
* Fixed off by one error in referencing an array.dg1994-09-091-3/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+4
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+974
OpenPOWER on IntegriCloud