aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_init.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagupstream/2.1.7_cvsrelease/2.1.7_cvscvs2svn1997-03-111-1/+1
| | | | | | | 'RELENG_2_1_7_RELEASE'. This commit was manufactured to restore the state of the 2.1.7-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
| | | | Notes: svn path=/head/; revision=8876
* Actually implement the functionality documented in sysctl.h for type CTL_FS.Garrett Wollman1994-10-201-1/+13
| | | | | | | | (Namely, call a filesystem-dependent sysctl function analogous to how it works for networking and (now) physical devices.) Notes: svn path=/head/; revision=3731
* Cosmetics: added ()'s and fixed prinf-formats to make gcc silent.Poul-Henning Kamp1994-10-081-3/+3
| | | | Notes: svn path=/head/; revision=3441
* Make NFS loadable.Garrett Wollman1994-09-221-1/+9
| | | | Notes: svn path=/head/; revision=2997
* mount.h: Declare getvfs* functions from libc.Garrett Wollman1994-09-221-2/+2
| | | | | | | vfs_init.c: Fix fs_sysctl() so that getvfs* functions actually work. Notes: svn path=/head/; revision=2962
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-211-12/+91
| | | | | | | loadable. (NFS is a notable exception.) Notes: svn path=/head/; revision=2946
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-1/+2
| | | | | | | | | | | | | | | - Delete redundant declarations. - Add -Wredundant-declarations to Makefile.i386 so they don't come back. - Delete sloppy COMMON-style declarations of uninitialized data in header files. - Add a few prototypes. - Clean up warnings resulting from the above. NB: ioconf.c will still generate a redundant-declaration warning, which is unavoidable unless somebody volunteers to make `config' smarter. Notes: svn path=/head/; revision=2112
* Added $Id$David Greenman1994-08-021-0/+1
| | | | Notes: svn path=/head/; revision=1817
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+1
| | | | | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman Notes: svn path=/head/; revision=1549
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+246
Notes: svn path=/head/; revision=1541