aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs/newfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed printf format errors.Bruce Evans1998-06-281-1/+1
* Fixed some spelling errors.Bruce Evans1998-01-161-2/+2
* Allow use of the name "swap" instead of an actual swap device.Tor Egge1997-06-231-0/+31
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Merge from Lite2:Peter Wemm1997-03-111-14/+18
* This update adds the support for != 512 byte sector SCSI devices toSøren Schmidt1996-12-011-2/+15
* Add hooks into the mount_mfs code in newfs to do the FreeBSD-stylePeter Wemm1996-01-011-1/+15
* Shorten a variable name.David Greenman1995-09-171-4/+4
* Avoid the "calculated sectors per cylinder disagrees with disklabel"Joerg Wunsch1995-09-091-1/+9
* Fixed error in maxcontig calculation that caused it to default to "1".David Greenman1995-09-081-1/+1
* Yank out the rewriting of disklabels. This code can and will get confusedPoul-Henning Kamp1995-04-191-52/+0
* Allow zero as value for certain arguments to indicate "take from disklabel".Poul-Henning Kamp1995-02-051-2/+2
* Change the defaults for newfs to disregard the geometry in the disklabel.Poul-Henning Kamp1995-02-051-2/+13
* Add support for filesystem-specific `-o' options, and re-implement theGarrett Wollman1994-11-011-1/+1
* Put back the `:' in the trinary ?: so this can actually compile again! :)Jordan K. Hubbard1994-10-131-1/+1
* Added '-F file' option of mount_mfs. This allows me to make floppy imagesPoul-Henning Kamp1994-10-121-1/+8
* Backed out part of the last change that prevents the rpos table fromDavid Greenman1994-10-091-4/+6
* 1) If nrpos <= 1, don't output rpos table (and set fs_cpc to 0) - disablingDavid Greenman1994-10-011-12/+22
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+678