aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mount.h
Commit message (Expand)AuthorAgeFilesLines
* New mount option nosymfollow. If enabled, the kernel lookup()Wolfram Schneider1998-04-081-1/+2
* Don't export anything from <sys/socket.h> except AF_MAX from here.Bruce Evans1998-03-281-4/+3
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-3/+1
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-081-5/+10
* The intent is to get rid of WILLRELE in vnode_if.src by makingMike Smith1998-03-011-1/+4
* MF22: correct comments.Jordan K. Hubbard1998-02-221-3/+3
* MF22: CODA entries. They'll have to rework their usage of mallocJordan K. Hubbard1998-02-211-3/+5
* Add MNT_LAZY.John Dyson1998-02-051-1/+2
* Moved most of the (source-level) compatibility hacks for the vfsconfBruce Evans1998-01-201-8/+4
* Shift a few SYSINT() calls around.Julian Elischer1997-11-251-2/+1
* Fixed some style and contents bugs in comments. Copied comments areBruce Evans1997-11-221-5/+5
* Reviewed by: hackers@freebsd.org in generalJulian Elischer1997-11-131-17/+24
* Reviewed by: various.Julian Elischer1997-11-121-8/+10
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-1/+4
* Clustered read and write are switched at mount-option level.KATO Takenori1997-09-271-4/+7
* Drop temporary source-level compatibility for old mount(2) interface.Bruce Evans1997-09-161-5/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-3/+3
* Quick and dirty (?) fix for noatime option. The WebNFS changesBruce Evans1997-07-221-2/+2
* Merge WebNFS changes from NetBSD.Doug Rabson1997-07-161-1/+17
* Make MOD_* macros almost consistent:Peter Dufault1997-04-061-3/+6
* Fixed the getvfsbyname macro hack.Bruce Evans1997-03-031-3/+3
* Restored some pre-Lite2-merge source-level compatibility to the mount()Bruce Evans1997-03-021-9/+25
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Remove function prototypes for vfs_mountroot and vgoneall, sinceMike Pritchard1997-02-121-1/+0
* Add function prototypes for most of the new Lite2 functions.Mike Pritchard1997-02-121-0/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-196/+109
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Some very small changes to support Netcon's TFS filesystem.Jordan K. Hubbard1996-10-171-3/+5
* Added a struct tag `fsid' for fsid_t so that sysproto.h can declareBruce Evans1996-09-121-2/+2
* Implemented kernel side of MNT_NOATIME mount option. This option disablesDavid Greenman1996-09-031-5/+11
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Remove the now obsolete vfs_sysctl vfsops element.Poul-Henning Kamp1995-12-221-3/+1
* Replaced nosys() by lkm_nullcmd().Bruce Evans1995-11-131-2/+2
* Changes to existing files for ext2fs support. The UFS mods need reworkJohn Dyson1995-11-051-4/+6
* 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