summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/nullfs
Commit message (Expand)AuthorAgeFilesLines
* Some staticized variables were still declared to be extern.bde1997-09-071-2/+1
* Include "opt_ddb.h" only when NULLFS_DIAGNOSTIC is defined.kato1997-08-281-3/+3
* Fixed NULLFS_DIAGNOSTIC stuff.kato1997-08-271-2/+11
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-4/+5
* Removed unused #includes.bde1997-08-023-12/+4
* More comment cleanup.alex1997-06-261-5/+5
* Typo police.alex1997-06-261-3/+3
* Fix some warnings (missing prototypes, wrong "generic" args etc)peter1997-05-252-4/+5
* Avoid `lock against myself' panic by following operation:kato1997-04-191-4/+17
* Fix `locking against myself' panic by multi nullfs mount of samekato1997-04-171-1/+25
* Use NULLVP instead of NULL.kato1997-04-173-11/+11
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-224-5/+5
* Eliminate the last of the compile warnings in this module bympp1997-02-121-7/+7
* Restore of #include <sys/kernel.h> so that this compiles withoutmpp1997-02-121-0/+1
* Make this compile again after the Lite2 merge.mpp1997-02-123-8/+12
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-104-72/+236
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-144-4/+4
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-3/+11
* Staticize.phk1995-12-112-40/+43
* Added prototypes.bde1995-12-033-6/+41
* null_node_find() and umap_node_find() were sometimes called without abde1995-12-031-2/+2
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-092-12/+12
* Remove trailing whitespace.rgrimes1995-05-302-14/+14
* Removed redundant newlines that were in some panic strings.dg1995-03-191-2/+2
* Add four more filesystem flags:wollman1995-03-161-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+1
* Cosmetics. reduce the noise from gcc -Wall.phk1994-10-102-7/+11
* GCC cleanup.phk1994-10-021-7/+11
* More loadable VFS changes:wollman1994-09-221-1/+2
* Fix a few niggling little bugs:wollman1994-09-211-1/+2
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-212-2/+6
* 1) cleaned up after Garrett - fixed more redundant declarations, changeddg1994-08-201-2/+1
* Added $Id$dg1994-08-021-5/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+2
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-244-0/+1196
OpenPOWER on IntegriCloud