summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_init.c
Commit message (Expand)AuthorAgeFilesLines
* Change the generated VOP_ macro implementations to improve type checkingphk2005-01-131-26/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyphk2004-12-071-2/+2
* make "ffs" and alias for "ufs" when it comes to filesystem names.phk2004-12-061-0/+2
* Introduce vfs_byname_kld() which will try to load the filesystemphk2004-12-031-0/+37
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-263/+21
* Simplify initialization of va_null a little bit.phk2004-09-151-13/+13
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-2/+7
* Convert the vfsconf list to a TAILQ.phk2004-07-271-25/+19
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-1/+2
* do the vfsstd thing instead of messing up our VFS_SYSCTL macro.alfred2004-07-071-0/+2
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Remove opv_desc_vector from vfs_add_vnodeops, since it is definedcperciva2004-02-151-2/+0
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-211-1/+1
* Initialize struct vfsops C99-sparsely.phk2003-06-121-0/+61
* Use __FBSDID().obrien2003-06-111-1/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-8/+8
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-8/+8
* 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
OpenPOWER on IntegriCloud