aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount/mount_ufs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove UFS-specific parts from mount(8).Craig Rodrigues2005-11-231-133/+0
* - Minor fixes to raise WARNS level to 6.Craig Rodrigues2005-11-121-1/+1
* Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes.Craig Rodrigues2005-10-071-3/+1
* Use MOPT_END in favor of MOPT_NULL, which better describes the purporseXin LI2005-06-101-1/+1
* Add a handy macro to represent null mount option, MOPT_NULL, and makeXin LI2005-06-011-1/+1
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Now that the kernel is able to load modules itself,Maxime Henrion2002-08-031-17/+1
* o __P removedWarner Losh2002-03-211-1/+1
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* 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