aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount/mount_ufs.c
Commit message (Expand)AuthorAgeFilesLines
* Always print out the target device when the mount fails, not just onBrian S. Dean2001-01-251-4/+1
* Provide a better error message when the /dev entry is non-existant.Brian S. Dean2001-01-251-0/+3
* optreset is declared in unistd.h now.Warner Losh2000-08-161-1/+0
* Add the snapshot option to mount_ufs.Kirk McKusick2000-07-061-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Removed ROOTSLICE_HUNT. The root device is now found better byBruce Evans1999-01-091-34/+2
* Remove unused #includes. Spelling. Add rcsid. Do not dot terminate err()Philippe Charnier1998-07-061-13/+11
* Fix a type mismatch between a scanf format string and theJohn Polstra1998-03-081-3/+3
* Make this compile again.Steve Price1998-03-081-3/+3
* If we are mounting the root filesystem, and we're accessing it throughMike Smith1998-03-081-2/+34
* Removed duplicate MOPT_FORCE and sorted the first one. Rev.1.5 andBruce Evans1997-08-251-3/+2
* Try to avoid mounting filesystems multiple times. Also whileSteve Price1997-08-241-3/+9
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Merge from Lite2Peter Wemm1997-03-111-16/+18
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Fix force flag: It is not a "negative" flag. Add MNT_FORCE to the acceptableDavid Greenman1995-05-121-0/+1
* Add support for filesystem-specific `-o' options, and re-implement theGarrett Wollman1994-11-011-1/+1
* Add code to skip "userquota"/"groupquota" options needed forAndrey A. Chernov1994-09-291-0/+2
* Use getvfs* functions to map between VFS types and names.Garrett Wollman1994-09-221-1/+16
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+131