aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mount.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-3/+3
* Declare vfs_mountroot() in the right place.Bruce Evans1995-08-301-1/+2
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-281-7/+11
* Killed MNT_NOAUTO.David Greenman1995-08-261-2/+1
* Damn! As Rod just reminded me, I didn't apply the tweak to makeJordan K. Hubbard1995-08-231-2/+2
* Support for NOAUTO mounts.Jordan K. Hubbard1995-08-231-1/+2
* Converted mountlist to a CIRCLEQ.David Greenman1995-08-111-4/+4
* Changes to support version 3 of the NFS protocol.Doug Rabson1995-06-271-20/+15
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Changes to fix the following bugs:David Greenman1995-05-211-3/+4
* Reviewed by: no-one yet, but non-intrusiveJulian Elischer1995-04-201-2/+4
* Correct name `cd9660' for MOUNT_CD9660 (but NB that this whole tableGarrett Wollman1995-04-101-2/+2
* Add four more filesystem flags:Garrett Wollman1995-03-161-1/+9
* Statically-compiled filesystems now use a VFCF_STATIC flag rather thanGarrett Wollman1995-03-161-7/+9
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+7
* Actually implement the functionality documented in sysctl.h for type CTL_FS.Garrett Wollman1994-10-201-1/+3
* ktrace.c: added decl of ktrnameiPoul-Henning Kamp1994-09-271-4/+6
* mount.h: Declare getvfs* functions from libc.Garrett Wollman1994-09-221-0/+9
* Fix a few niggling little bugs:Garrett Wollman1994-09-211-2/+2
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-211-1/+50
* Added msdosfs.Doug Rabson1994-09-191-1/+14
* Add some prototypes.Bruce Evans1994-09-151-1/+2
* - Fix warnings in df, etc. caused by misplaced declaration of doumount().Bruce Evans1994-08-221-4/+4
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Implemented filesystem clean bit via:David Greenman1994-08-201-1/+2
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+418