summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_init.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
|
* Actually implement the functionality documented in sysctl.h for type CTL_FS.wollman1994-10-201-1/+13
| | | | | (Namely, call a filesystem-dependent sysctl function analogous to how it works for networking and (now) physical devices.)
* Cosmetics: added ()'s and fixed prinf-formats to make gcc silent.phk1994-10-081-3/+3
|
* Make NFS loadable.wollman1994-09-221-1/+9
|
* mount.h: Declare getvfs* functions from libc.wollman1994-09-221-2/+2
| | | | vfs_init.c: Fix fs_sysctl() so that getvfs* functions actually work.
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-211-12/+91
| | | | loadable. (NFS is a notable exception.)
* Fix up some sloppy coding practices: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.
* Added $Id$dg1994-08-021-0/+1
|
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+1
| | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+246
OpenPOWER on IntegriCloud