aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount/mntopts.h
Commit message (Expand)AuthorAgeFilesLines
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Add a free_iovec() function to reset iovec's.Brooks Davis2016-12-141-0/+1
* Bring in the new automounter, similar to what's provided in most otherEdward Tomasz Napierala2014-08-171-2/+4
* Change checkpath() to not exit on error. This is a prerequisite forJaakko Heinonen2012-01-161-1/+1
* Implement NFSv4 ACL support for UFS.Edward Tomasz Napierala2009-12-211-1/+3
* Remove unsupported "dev" option from comments of mntopts.h.Craig Rodrigues2005-12-021-1/+1
* Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op.Craig Rodrigues2005-11-291-2/+0
* - Make size parameter to build_iovec() a size_t, not an intCraig Rodrigues2005-11-131-1/+2
* Use MOPT_END in favor of MOPT_NULL, which better describes the purporseXin LI2005-06-101-2/+2
* Add a handy macro to represent null mount option, MOPT_NULL, and makeXin LI2005-06-011-0/+3
* Revert last change. It doesn't break mount(8) reportingRuslan Ermilov2004-11-301-0/+2
* Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero).Ruslan Ermilov2004-11-291-2/+0
* Add a convenience function for building nmount iov arrays.Poul-Henning Kamp2004-11-251-0/+1
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Teach mount(8) about MNT_ACLS for the purposes of mount options andRobert Watson2002-10-141-1/+3
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-021-1/+3
* o __P removedWarner Losh2002-03-211-3/+3
* Add the snapshot option to mount_ufs.Kirk McKusick2000-07-061-0/+1
* mount* fixes from Martin Blapp <mb@imp.ch>:Poul-Henning Kamp1999-10-091-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Remove unused #includes. Spelling. Add rcsid. Do not dot terminate err()Philippe Charnier1998-07-061-3/+3
* New mount option nosymfollow. If enabled, the kernel lookup()Wolfram Schneider1998-04-081-1/+3
* Reviewed by: hackers@freebsd.org in generalJulian Elischer1997-11-131-1/+3
* Add noclusterr and noclusterw options. The noclusterr and noclusterwKATO Takenori1997-09-271-2/+6
* Moved getmntops() stuff back to mntopt.h so that it is visible in otherBruce Evans1997-08-251-1/+4
* Try to avoid mounting filesystems multiple times. Also whileSteve Price1997-08-241-3/+1
* Merge from Lite2Peter Wemm1997-03-111-11/+11
* Implemented user side of "noatime" mount option. This option disablesDavid Greenman1996-09-031-1/+3
* The changes for adding the "noauto" option were mostly wrong. MNT_NOAUTODavid Greenman1995-08-261-1/+1
* Add a "noauto" flag so that you can do things like prevent your systemJordan K. Hubbard1995-08-231-0/+2
* Fix force flag: It is not a "negative" flag. Add MNT_FORCE to the acceptableDavid Greenman1995-05-121-1/+1
* Add support for filesystem-specific `-o' options, and re-implement theGarrett Wollman1994-11-011-14/+16
* Add code to skip "userquota"/"groupquota" options needed forAndrey A. Chernov1994-09-291-0/+4
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+72