summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_init.c
Commit message (Expand)AuthorAgeFilesLines
* We don't need to check the return value of malloc() againstmux2002-06-221-14/+0
* More s/file system/filesystem/gtrhodes2002-05-161-4/+4
* These are Alexander Kabaev's VFSops fixes (see the thread 'Found: moduledillon2002-04-301-21/+82
* Commit work-around for panics when mounting FS's that are auto-loaded asobrien2002-03-251-0/+2
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-1/+0
* Document all functions, global and static variables, and sysctls.eivind2002-03-051-1/+23
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+2
* Untangle vfsinit() a bit. Use seperate sysinit functions rather thanpeter2000-12-061-23/+2
* Do not panic on an uninitialized VOP_xxx() call. This was meant as apeter2000-09-061-2/+2
* The sysctl mod_xx hack is no longer required now that we have totallypeter1999-12-121-10/+0
* Move a couple of globals here where they are initialised, rather thanmsmith1999-11-011-0/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Removed references to a nonexistent variable. This fixes building kernelsbde1999-07-291-4/+1
* * Register sysctl nodes before running sysinits when loading files anddfr1999-03-071-2/+21
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-46/+1
* Fix warnings related to -Wall -Wcast-qualdillon1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-12/+12
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-6/+2
* Fixed the type of vfs_modevent (a little late, to match the correspondingbde1998-11-151-2/+2
* Make the vnode opv vector construction fully dynamic. Previously wepeter1998-11-101-125/+223
* General tidy up: remove more unused code, update comments, simplify somepeter1998-11-041-34/+16
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-12/+2
* Fixed sysctl attachment for statically configured vfs's.bde1998-10-251-16/+25
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-79/+194
* Taking the GENERIC kernel and commenting out MSDOSFS, CD9660{,_ROOT}, PROCFS,obrien1998-10-051-2/+3
* Ignore the statically configured vfs type numbers and assign vfsbde1998-09-051-10/+12
* Staticize.eivind1998-02-091-2/+2
* Simplify the lease_check stuff.phk1997-10-261-29/+1
* VFS mega cleanup commit (x/N)phk1997-10-161-12/+3
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+3
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-1/+9
* 3 lines of code and updates to a number of comments.phk1997-09-101-15/+18
* Removed unused #includes.bde1997-08-021-8/+1
* Moved vfs sysctls to where Lite2 put them. No code changes yet.bde1997-03-021-60/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Changed `#ifdef COMPAT_PRELITE2' to `#ifndef NO_COMPAT_PRELITE2' so thatbde1997-02-181-3/+3
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-31/+75
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* From Lite2: rename fs to vfs.hsu1996-03-111-4/+4
* Staticize.phk1995-12-171-4/+4
* A major sweep over the sysctl stuff.phk1995-12-041-2/+2
* Oops, the last commit left a redundant declaration.bde1995-12-031-3/+1
* Completed function declarations and/or added prototypes.bde1995-12-021-2/+3
* Finished (?) cleaning up sysinit stuff.bde1995-12-021-7/+5
* Mega commit for sysctl.phk1995-11-201-56/+16
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-8/+8
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-4/+4
OpenPOWER on IntegriCloud