summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ifs/mntopts.h
Commit message (Collapse)AuthorAgeFilesLines
* The changes for adding the "noauto" option were mostly wrong. MNT_NOAUTOdg1995-08-261-1/+1
| | | | | is a kernel flag, and the kernel definately doesn't need to know about it.
* Add a "noauto" flag so that you can do things like prevent your systemjkh1995-08-231-0/+2
| | | | | | from not coming up multiuser just because you have a CD mount in fstab but no CD in the drive. Submitted by: "Full Name Not Supplied" <simon@masi.ibp.fr>
* Fix force flag: It is not a "negative" flag. Add MNT_FORCE to the acceptabledg1995-05-121-1/+1
| | | | options for UFS (which fixes another bug).
* Add support for filesystem-specific `-o' options, and re-implement thewollman1994-11-011-14/+16
| | | | | | | | | | | | | | | | most common cd9660 and nfs options like God intended them. (It is now possible to say mount -o ro,soft,bg,intr there:/foo/bar /foo/bar again.) This whole getmntopt() business is an incredible botch; it never should have been anything more than a wrapper around getsubopt(3). Because if the way the current hackaround is implemented, options which take arguments (like the old `rsize' and `wsize') are still unavailable, and must be accessed the new, broken way. (It's unimaginable how Berkeley managed to screw up one of the few things about NFS that Sun actually got right to begin with!)
* Add code to skip "userquota"/"groupquota" options needed forache1994-09-291-0/+4
| | | | quotaon/quotacheck
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+72
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud