aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_init.c
Commit message (Expand)AuthorAgeFilesLines
* The sysctl mod_xx hack is no longer required now that we have totallyPeter Wemm1999-12-121-10/+0
* Move a couple of globals here where they are initialised, rather thanMike Smith1999-11-011-0/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Removed references to a nonexistent variable. This fixes building kernelsBruce Evans1999-07-291-4/+1
* * Register sysctl nodes before running sysinits when loading files andDoug Rabson1999-03-071-2/+21
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-46/+1
* Fix warnings related to -Wall -Wcast-qualMatthew Dillon1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-12/+12
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-6/+2
* Fixed the type of vfs_modevent (a little late, to match the correspondingBruce Evans1998-11-151-2/+2
* Make the vnode opv vector construction fully dynamic. Previously wePeter Wemm1998-11-101-125/+223
* General tidy up: remove more unused code, update comments, simplify somePeter Wemm1998-11-041-34/+16
* Nitpicking and dusting performed on a train. Removes trivial warningsPoul-Henning Kamp1998-10-251-12/+2
* Fixed sysctl attachment for statically configured vfs's.Bruce Evans1998-10-251-16/+25
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-161-79/+194
* Taking the GENERIC kernel and commenting out MSDOSFS, CD9660{,_ROOT}, PROCFS,David E. O'Brien1998-10-051-2/+3
* Ignore the statically configured vfs type numbers and assign vfsBruce Evans1998-09-051-10/+12
* Staticize.Eivind Eklund1998-02-091-2/+2
* Simplify the lease_check stuff.Poul-Henning Kamp1997-10-261-29/+1
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-12/+3
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-1/+3
* Change the M_NAMEI allocations to use the zone allocator. This changeJohn Dyson1997-09-211-1/+9
* 3 lines of code and updates to a number of comments.Poul-Henning Kamp1997-09-101-15/+18
* Removed unused #includes.Bruce Evans1997-08-021-8/+1
* Moved vfs sysctls to where Lite2 put them. No code changes yet.Bruce Evans1997-03-021-60/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Changed `#ifdef COMPAT_PRELITE2' to `#ifndef NO_COMPAT_PRELITE2' so thatBruce Evans1997-02-181-3/+3
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-31/+75
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* From Lite2: rename fs to vfs.Jeffrey Hsu1996-03-111-4/+4
* Staticize.Poul-Henning Kamp1995-12-171-4/+4
* A major sweep over the sysctl stuff.Poul-Henning Kamp1995-12-041-2/+2
* Oops, the last commit left a redundant declaration.Bruce Evans1995-12-031-3/+1
* Completed function declarations and/or added prototypes.Bruce Evans1995-12-021-2/+3
* Finished (?) cleaning up sysinit stuff.Bruce Evans1995-12-021-7/+5
* Mega commit for sysctl.Poul-Henning Kamp1995-11-201-56/+16
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-091-8/+8
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-4/+4
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-281-3/+12
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Actually implement the functionality documented in sysctl.h for type CTL_FS.Garrett Wollman1994-10-201-1/+13
* Cosmetics: added ()'s and fixed prinf-formats to make gcc silent.Poul-Henning Kamp1994-10-081-3/+3
* Make NFS loadable.Garrett Wollman1994-09-221-1/+9
* mount.h: Declare getvfs* functions from libc.Garrett Wollman1994-09-221-2/+2
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-211-12/+91
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-1/+2
* 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/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+246