aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount
Commit message (Collapse)AuthorAgeFilesLines
...
* Woops, last change wasn't done quite right...fixed.David Greenman1995-02-151-1/+1
| | | | Notes: svn path=/head/; revision=6444
* Verify that the last component of the mount point path exists and isDavid Greenman1995-02-151-1/+11
| | | | | | | a directory - allows for better error reporting. Notes: svn path=/head/; revision=6441
* Document the requirements of dynamic loading on mounting order. Cross-refGarrett Wollman1995-01-221-1/+18
| | | | | | | to vfsload(3). Notes: svn path=/head/; revision=5786
* Add support for filesystem-specific `-o' options, and re-implement theGarrett Wollman1994-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!) Notes: svn path=/head/; revision=4065
* Add code to skip "userquota"/"groupquota" options needed forAndrey A. Chernov1994-09-293-3/+14
| | | | | | | quotaon/quotacheck Notes: svn path=/head/; revision=3202
* Use getvfs* functions to map between VFS types and names.Garrett 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.) Notes: svn path=/head/; revision=2968
* Convert to our man installation style. Also fixed long-standing bugGarrett Wollman1994-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. Notes: svn path=/head/; revision=1855
* Fixed NULL pointer dereference that occured when any options wereDavid Greenman1994-08-021-1/+3
| | | | | | | specified. Notes: svn path=/head/; revision=1818
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-268-0/+1275
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin. Notes: svn path=/head/; revision=1558