freebsd-dev/sbin/mount_nfs
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
..
Makefile Delete obsolete references to librpc.a. 1994-08-08 00:09:22 +00:00
mount_nfs.8 BSD 4.4 Lite sbin Sources 1994-05-26 06:35:07 +00:00
mount_nfs.c Add support for filesystem-specific `-o' options, and re-implement the 1994-11-01 23:51:53 +00:00