summaryrefslogtreecommitdiffstats
path: root/sys/sys/mount.h
Commit message (Expand)AuthorAgeFilesLines
* Remove vfs_stdmount() and vfs_stdunmount(). They are notmux2002-07-091-3/+0
* Remove an unused argument in vfs_mountroot().mux2002-07-031-1/+1
* Move every code related to mount(2) in a new file, vfs_mount.c.mux2002-07-021-2/+0
* o Remove the initialization of unused fields in the structmux2002-06-221-0/+1
* Change the way we internally store the mount options tomux2002-06-201-6/+4
* Change vfs_copyopt() so that the length argument passed to itmux2002-06-141-1/+1
* Update comments to better match reality.mux2002-05-231-2/+2
* More s/file system/filesystem/gtrhodes2002-05-161-12/+12
* The recent NFS forced unmount improvements introduced a side-effectiedowse2002-04-171-0/+6
* Commit the good prototype for nmount(2).mux2002-03-261-1/+1
* As discussed in -arch, add the new nmount(2) system call and themux2002-03-261-0/+24
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-28/+26
* Remove __Palfred2002-03-191-85/+85
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-3/+4
* Move the mount of the root filesystem to happen in the init process beforephk2002-03-081-0/+1
* Reserve a mount flag, MNT_MULTILABEL, used by the MAC subsystem andrwatson2002-03-051-3/+4
* Define a new mount flag "MNT_JAILDEVFS"phk2001-11-051-2/+11
* Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mountdillon2001-11-041-0/+8
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-2/+2
* KSE Milestone 2julian2001-09-121-18/+18
* Machine dependent ifdefs for sparc64.jake2001-07-311-1/+1
* Constify the fstype argument to vfs_mount(). This eliminates at least onedes2001-07-091-2/+2
* Changes to sys/ includes to support PowerPC.benno2001-06-101-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+8
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-24/+7
* Back out previous commit.grog2001-04-231-0/+4
* Remove bogus #include and duplicate definition of AF_MAX. These weregrog2001-04-231-4/+0
* Add address families AF_SLOW and AF_SCLUSTER. These are used by thegrog2001-04-231-1/+1
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++rwatson2001-03-191-2/+2
* o Change the API and ABI of the Extended Attribute kernel interfaces torwatson2001-03-151-5/+7
* Reviewed by: jlemonadrian2001-03-011-1/+2
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-181-3/+3
* Introduce copyinfrom and copyinstrfrom, which can copy data from eitherjlemon2001-02-161-0/+2
* remove struct mount from useland visibilityalfred2000-12-041-0/+4
* Fixed namespace pollution in rev.1.78. Don't export <sys/stat.h> tobde2000-10-131-10/+5
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-2/+2
* Add ia64 support.dfr2000-09-291-1/+1
* Clean up warning about undeclared function by declaring softdep_fsyncmckusick2000-07-111-0/+2
* Get userland visible flags added for snapshots to give a few daysmckusick2000-07-041-4/+13
* ARGH! I have too many source trees :-(phk2000-06-161-1/+1
* Virtualizes & untangles the bioops operations vector.phk2000-06-161-0/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-3/+3
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-191-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-5/+5
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+7
* Define name length differently for alpha in order to preservejkh1999-12-031-0/+5
* Collect read and write counts for filesystems. This new codemckusick1999-12-011-1/+6
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-2/+2
* Most modern OSs have the ability to flag certain mounts as ones tojulian1999-11-011-1/+3
OpenPOWER on IntegriCloud