summaryrefslogtreecommitdiff
path: root/sys/miscfs/deadfs/dead_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-295/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-3/+2
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-1/+1
* Give vop_mmap an untimely death. The opportunity to give it a timelyEivind Eklund2000-11-011-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-1/+3
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Return ENOTTY instead of EBADF for ioctls on dead vnodes. This fixesBruce Evans1998-11-221-2/+2
* Enabled Lite2 fix for reading from dead ttys.Bruce Evans1998-08-231-10/+1
* Add support for poll(2) on files. vop_nopoll() now returns POLLNVALGarrett Wollman1997-12-151-5/+20
* Don't include <sys/lock.h> in headers when only `struct simplelock' isBruce Evans1997-12-051-1/+2
* VFS interior redecoration.Poul-Henning Kamp1997-10-261-22/+11
* VFS clean up "hekto commit"Poul-Henning Kamp1997-10-161-3/+1
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-161-6/+2
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-82/+25
* 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/+42
* Convert select -> poll.Peter Wemm1997-09-141-21/+10
* Removed unused #includes.Bruce Evans1997-09-021-5/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-4/+24
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* staticize.Poul-Henning Kamp1995-12-021-27/+27
* Removed unsed function dead_nullop().Bruce Evans1995-11-111-13/+3
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-091-44/+44
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countJohn Dyson1995-09-041-2/+3
* Cosmetics: added a #include and a static prototype to silence gcc.Poul-Henning Kamp1994-10-081-1/+3
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-061-2/+2
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-211-1/+4
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+14
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+354