summaryrefslogtreecommitdiffstats
path: root/sys/fs/deadfs
Commit message (Expand)AuthorAgeFilesLines
* Remove __P.alfred2002-03-191-11/+11
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-3/+2
* Change and clean the mutex lock interface.bmilekic2001-02-091-1/+1
* Give vop_mmap an untimely death. The opportunity to give it a timelyeivind2000-11-011-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-1/+3
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Return ENOTTY instead of EBADF for ioctls on dead vnodes. This fixesbde1998-11-221-2/+2
* Enabled Lite2 fix for reading from dead ttys.bde1998-08-231-10/+1
* Add support for poll(2) on files. vop_nopoll() now returns POLLNVALwollman1997-12-151-5/+20
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* VFS interior redecoration.phk1997-10-261-22/+11
* VFS clean up "hekto commit"phk1997-10-161-3/+1
* Another VFS cleanup "kilo commit"phk1997-10-161-6/+2
* VFS mega cleanup commit (x/N)phk1997-10-161-82/+25
* Hmm, realign the vnops into two columns.phk1997-10-151-8/+8
* Stylistic overhaul of vnops tables.phk1997-10-151-49/+42
* Convert select -> poll.peter1997-09-141-21/+10
* Removed unused #includes.bde1997-09-021-5/+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-4/+24
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* staticize.phk1995-12-021-27/+27
* Removed unsed function dead_nullop().bde1995-11-111-13/+3
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-44/+44
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-041-2/+3
* Cosmetics: added a #include and a static prototype to silence gcc.phk1994-10-081-1/+3
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-061-2/+2
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-211-1/+4
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+14
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+354
OpenPOWER on IntegriCloud