summaryrefslogtreecommitdiffstats
path: root/sbin/mount_cd9660
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of the last vestiges of the old MOUNT_* constants in thewollman1996-05-131-4/+11
| | | | | | | | | mount_* programs. While we're at it, collapse the four now-identical mount programs for devfs, fdesc, kernfs, and procfs into links to a new mount_std(8) which can mount any really generic filesystem such as these when called with the appropriate argv[0]. Also, convert the mount programs to use sysexits.h.
* Include the special device in the error output so that it makes sense.dg1995-02-151-1/+1
|
* Removed the comment about missing support for the original "Highjoerg1995-01-161-3/+0
| | | | Sierra" format from the bugs section.
* Add support for filesystem-specific `-o' options, and re-implement thewollman1994-11-011-1/+4
| | | | | | | | | | | | | | | | 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!)
* Automatically load NFS and a bevy of other filesystems.wollman1994-09-221-1/+11
|
* Get rid of the need for the readonly mandatory option - set readonlydg1994-09-071-4/+6
| | | | flags regardless of whether the user specified it.
* 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.
* Don't call getmntopts with a null pointer as an option string; it'lldg1994-08-021-3/+2
| | | | | dereference it. Pass optarg from getopts as it should have been done. This bug caused mount_cd9660 to segfault whenever -o was used.
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-263-0/+240
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud