summaryrefslogtreecommitdiffstats
path: root/sys/sys/mount.h
Commit message (Expand)AuthorAgeFilesLines
* Shift a few SYSINT() calls around.julian1997-11-251-2/+1
* Fixed some style and contents bugs in comments. Copied comments arebde1997-11-221-5/+5
* Reviewed by: hackers@freebsd.org in generaljulian1997-11-131-17/+24
* Reviewed by: various.julian1997-11-121-8/+10
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+4
* Clustered read and write are switched at mount-option level.kato1997-09-271-4/+7
* Drop temporary source-level compatibility for old mount(2) interface.bde1997-09-161-5/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-3/+3
* Quick and dirty (?) fix for noatime option. The WebNFS changesbde1997-07-221-2/+2
* Merge WebNFS changes from NetBSD.dfr1997-07-161-1/+17
* Make MOD_* macros almost consistent:dufault1997-04-061-3/+6
* Fixed the getvfsbyname macro hack.bde1997-03-031-3/+3
* Restored some pre-Lite2-merge source-level compatibility to the mount()bde1997-03-021-9/+25
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Remove function prototypes for vfs_mountroot and vgoneall, sincempp1997-02-121-1/+0
* Add function prototypes for most of the new Lite2 functions.mpp1997-02-121-0/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-196/+109
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Some very small changes to support Netcon's TFS filesystem.jkh1996-10-171-3/+5
* Added a struct tag `fsid' for fsid_t so that sysproto.h can declarebde1996-09-121-2/+2
* Implemented kernel side of MNT_NOATIME mount option. This option disablesdg1996-09-031-5/+11
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* Remove the now obsolete vfs_sysctl vfsops element.phk1995-12-221-3/+1
* Replaced nosys() by lkm_nullcmd().bde1995-11-131-2/+2
* Changes to existing files for ext2fs support. The UFS mods need reworkdyson1995-11-051-4/+6
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-3/+3
* Declare vfs_mountroot() in the right place.bde1995-08-301-1/+2
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-7/+11
* Killed MNT_NOAUTO.dg1995-08-261-2/+1
* Damn! As Rod just reminded me, I didn't apply the tweak to makejkh1995-08-231-2/+2
* Support for NOAUTO mounts.jkh1995-08-231-1/+2
* Converted mountlist to a CIRCLEQ.dg1995-08-111-4/+4
* Changes to support version 3 of the NFS protocol.dfr1995-06-271-20/+15
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Changes to fix the following bugs:dg1995-05-211-3/+4
* Reviewed by: no-one yet, but non-intrusivejulian1995-04-201-2/+4
* Correct name `cd9660' for MOUNT_CD9660 (but NB that this whole tablewollman1995-04-101-2/+2
* Add four more filesystem flags:wollman1995-03-161-1/+9
* Statically-compiled filesystems now use a VFCF_STATIC flag rather thanwollman1995-03-161-7/+9
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+7
* Actually implement the functionality documented in sysctl.h for type CTL_FS.wollman1994-10-201-1/+3
* ktrace.c: added decl of ktrnameiphk1994-09-271-4/+6
* mount.h: Declare getvfs* functions from libc.wollman1994-09-221-0/+9
* Fix a few niggling little bugs:wollman1994-09-211-2/+2
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-211-1/+50
* Added msdosfs.dfr1994-09-191-1/+14
* Add some prototypes.bde1994-09-151-1/+2
* - Fix warnings in df, etc. caused by misplaced declaration of doumount().bde1994-08-221-4/+4
* Made them all idempotent.paul1994-08-211-1/+6
* Implemented filesystem clean bit via:dg1994-08-201-1/+2
OpenPOWER on IntegriCloud