freebsd-dev/sbin/mount
Garrett Wollman 3fa88dec7f Add support for filesystem-specific `-o' options, and re-implement the
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!)
1994-11-01 23:51:53 +00:00
..
getmntopts.3 Add support for filesystem-specific `-o' options, and re-implement the 1994-11-01 23:51:53 +00:00
getmntopts.c Add support for filesystem-specific `-o' options, and re-implement the 1994-11-01 23:51:53 +00:00
Makefile Convert to our man installation style. Also fixed long-standing bug 1994-08-05 02:42:42 +00:00
mntopts.h Add support for filesystem-specific `-o' options, and re-implement the 1994-11-01 23:51:53 +00:00
mount_ufs.c Add support for filesystem-specific `-o' options, and re-implement the 1994-11-01 23:51:53 +00:00
mount.8 BSD 4.4 Lite sbin Sources 1994-05-26 06:35:07 +00:00
mount.c Use getvfs* functions to map between VFS types and names. 1994-09-22 02:07:33 +00:00
pathnames.h BSD 4.4 Lite sbin Sources 1994-05-26 06:35:07 +00:00