summaryrefslogtreecommitdiffstats
path: root/sbin/mount
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix force flag: It is not a "negative" flag. Add MNT_FORCE to the acceptabledg1995-05-122-1/+2
| | | | | | | | options for UFS (which fixes another bug).
* | Fix another bogon in the change before the last.bde1995-02-161-1/+1
| |
* | Woops, last change wasn't done quite right...fixed.dg1995-02-151-1/+1
| |
* | Verify that the last component of the mount point path exists and isdg1995-02-151-1/+11
| | | | | | | | a directory - allows for better error reporting.
* | Document the requirements of dynamic loading on mounting order. Cross-refwollman1995-01-221-1/+18
| | | | | | | | to vfsload(3).
* | Add support for filesystem-specific `-o' options, and re-implement thewollman1994-11-014-21/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-293-3/+14
| | | | | | | | quotaon/quotacheck
* | Use getvfs* functions to map between VFS types and names.wollman1994-09-222-4/+20
| | | | | | | | | | Automatically load UFS if it is not present but is loadable. (This won't happen now, but could happen if we fix NFS diskless support.)
* | Convert to our man installation style. Also fixed long-standing bugwollman1994-08-051-1/+1
| | | | | | | | | | in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
* | Fixed NULL pointer dereference that occured when any options weredg1994-08-021-1/+3
|/ | | | specified.
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-268-0/+1275
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud