summaryrefslogtreecommitdiffstats
path: root/sbin/mount_umap
Commit message (Collapse)AuthorAgeFilesLines
* Use the correct file pointer when reading the group id map file. The oldwollman1995-06-131-5/+8
| | | | | code tried to read the group id map from the user id file, and thus would never actually allow a umapfs to be mounted. (!)
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
|
* Whoops.phk1994-11-201-1/+1
|
* I might soon stop to keep count of these...phk1994-11-201-1/+1
|
* Add support for filesystem-specific `-o' options, and re-implement thewollman1994-11-011-1/+1
| | | | | | | | | | | | | | | | 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/+10
|
* 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.
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-266-0/+554
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud