aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nullfs/null_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+4
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-4/+2
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-041-3/+3
* Don't silently accept attempts to change flags where they are notPeter Wemm1998-06-101-2/+4
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-3/+3
* Make the debug options new-style.Eivind Eklund1998-01-311-2/+4
* Fix the file leak bug. The lower layer wasn't informed the vnode was inactiveOllivier Robert1997-10-211-2/+8
* Hmm, realign the vnops into two columns.Poul-Henning Kamp1997-10-151-4/+4
* Stylistic overhaul of vnops tables.Poul-Henning Kamp1997-10-151-17/+14
* Executing binaries on a nullfs (or nullfs-based) filesystem results inPoul-Henning Kamp1997-09-181-3/+4
* Removed unused #includes.Bruce Evans1997-08-021-5/+2
* More comment cleanup.Alexander Langer1997-06-261-5/+5
* Typo police.Alexander Langer1997-06-261-3/+3
* Fix some warnings (missing prototypes, wrong "generic" args etc)Peter Wemm1997-05-251-3/+2
* Use NULLVP instead of NULL.KATO Takenori1997-04-171-6/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-2/+2
* Eliminate the last of the compile warnings in this module byMike Pritchard1997-02-121-7/+7
* Make this compile again after the Lite2 merge.Mike Pritchard1997-02-121-6/+11
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-17/+206
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Staticize.Poul-Henning Kamp1995-12-111-18/+21
* Added prototypes.Bruce Evans1995-12-031-2/+9
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-091-10/+10
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-9/+9
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-191-2/+2
* Cosmetics. reduce the noise from gcc -Wall.Poul-Henning Kamp1994-10-101-3/+4
* Fix a few niggling little bugs:Garrett Wollman1994-09-211-1/+2
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-211-1/+3
* 1) cleaned up after Garrett - fixed more redundant declarations, changedDavid Greenman1994-08-201-2/+1
* Added $Id$David Greenman1994-08-021-5/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+462