summaryrefslogtreecommitdiffstats
path: root/sbin/mount/mntopts.h
Commit message (Expand)AuthorAgeFilesLines
* Implement NFSv4 ACL support for UFS.trasz2009-12-211-1/+3
* Remove unsupported "dev" option from comments of mntopts.h.rodrigc2005-12-021-1/+1
* Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op.rodrigc2005-11-291-2/+0
* - Make size parameter to build_iovec() a size_t, not an introdrigc2005-11-131-1/+2
* Use MOPT_END in favor of MOPT_NULL, which better describes the purporsedelphij2005-06-101-2/+2
* Add a handy macro to represent null mount option, MOPT_NULL, and makedelphij2005-06-011-0/+3
* Revert last change. It doesn't break mount(8) reportingru2004-11-301-0/+2
* Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero).ru2004-11-291-2/+0
* Add a convenience function for building nmount iov arrays.phk2004-11-251-0/+1
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* Teach mount(8) about MNT_ACLS for the purposes of mount options andrwatson2002-10-141-1/+3
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-021-1/+3
* o __P removedimp2002-03-211-3/+3
* Add the snapshot option to mount_ufs.mckusick2000-07-061-0/+1
* mount* fixes from Martin Blapp <mb@imp.ch>:phk1999-10-091-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Remove unused #includes. Spelling. Add rcsid. Do not dot terminate err()charnier1998-07-061-3/+3
* New mount option nosymfollow. If enabled, the kernel lookup()wosch1998-04-081-1/+3
* Reviewed by: hackers@freebsd.org in generaljulian1997-11-131-1/+3
* Add noclusterr and noclusterw options. The noclusterr and noclusterwkato1997-09-271-2/+6
* Moved getmntops() stuff back to mntopt.h so that it is visible in otherbde1997-08-251-1/+4
* Try to avoid mounting filesystems multiple times. Also whilesteve1997-08-241-3/+1
* Merge from Lite2peter1997-03-111-11/+11
* Implemented user side of "noatime" mount option. This option disablesdg1996-09-031-1/+3
* The changes for adding the "noauto" option were mostly wrong. MNT_NOAUTOdg1995-08-261-1/+1
* Add a "noauto" flag so that you can do things like prevent your systemjkh1995-08-231-0/+2
* Fix force flag: It is not a "negative" flag. Add MNT_FORCE to the acceptabledg1995-05-121-1/+1
* Add support for filesystem-specific `-o' options, and re-implement thewollman1994-11-011-14/+16
* Add code to skip "userquota"/"groupquota" options needed forache1994-09-291-0/+4
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+72
OpenPOWER on IntegriCloud