aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mount.h
Commit message (Expand)AuthorAgeFilesLines
* Well folks, this is it - The second stage of the removal for build supportPeter Wemm1999-04-171-29/+1
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-2/+1
* Fixed the type and order of vfs_modevent. This fixes part of a spew ofBruce Evans1998-11-151-6/+8
* Make the vnode opv vector construction fully dynamic. Previously wePeter Wemm1998-11-101-37/+15
* oops! s/vfs_register/vfs_unregister/ in the unload case..Peter Wemm1998-11-071-2/+2
* Remove trailing ';' - use the one supplied by the caller: "VFS_SET(foo);"Peter Wemm1998-11-061-2/+2
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-161-4/+34
* (this is an extract from src/share/examples/atm/README)Poul-Henning Kamp1998-09-151-2/+2
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-54/+5
* Instantiate `nfs_mount_type' in a standard file so that it is presentBruce Evans1998-09-051-1/+2
* Added a vfs_oid pointer and a vfs_uninit() function to structBruce Evans1998-09-021-1/+3
* Backed out previous commit. VFS_LKM_NO_DEFAULT_DISPATCH wasn't used forBruce Evans1998-09-021-14/+7
* Allow VFS LKMs to override the default module dispatch functions ifAlexander Langer1998-07-251-7/+14
* As described by the submitter:Mike Smith1998-05-061-4/+1
* 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