summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/nullfs
Commit message (Expand)AuthorAgeFilesLines
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-191-1/+1
* 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/+15
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+2
* Lock reporting and assertion changes.eivind1999-12-112-5/+5
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-8/+18
* Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful asbde1999-09-044-20/+14
* Converted the silly SAFTEY option into a new-style option by renaming it tobde1999-08-301-3/+2
* $Id$ -> $FreeBSD$peter1999-08-284-5/+5
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-021-4/+2
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-161-56/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+4
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-4/+2
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-2/+2
* Fixed printf format errors.bde1998-07-302-16/+14
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-2/+2
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-3/+3
* Don't silently accept attempts to change flags where they are notpeter1998-06-101-2/+4
* As described by the submitter:msmith1998-05-061-21/+1
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-3/+3
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+21
* Staticize.eivind1998-02-091-3/+3
* Back out DIAGNOSTIC changes.eivind1998-02-062-4/+2
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-042-2/+4
* Make the debug options new-style.eivind1998-01-313-4/+10
* Fixed missing initialization of mp->mnt_stat. At least vm depends onbde1998-01-011-1/+2
* Fix the file leak bug. The lower layer wasn't informed the vnode was inactiveroberto1997-10-211-2/+8
* Hmm, realign the vnops into two columns.phk1997-10-151-4/+4
* Stylistic overhaul of vnops tables.phk1997-10-151-17/+14
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-5/+7
* Executing binaries on a nullfs (or nullfs-based) filesystem results inphk1997-09-181-3/+4
* 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
OpenPOWER on IntegriCloud