summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/newfs.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add again the ':' after the x option in th eargument list to getopt.n_hibma1999-06-191-2/+2
* Fix bug in mount_mfs whereby mount_mfs would sometimes return beforedillon1999-02-091-1/+12
* Backed out previous commit. It broke fsck again. See rev.1.22 and thebde1998-10-171-3/+1
* Don't rewrite the disk label. The type field is already set correctlyjkh1998-10-171-1/+3
* Correct source file corruption in last checkingrog1998-09-301-2/+1
* Don't require an argument for -v flaggrog1998-09-291-6/+10
* Reviewed by: bde,jkhgrog1998-09-111-5/+10
* Backed out rev.1.9 (except don't bring back the vax code deletedbde1998-07-201-1/+20
* Make it compile again in the !__STDC__ case.charnier1998-07-161-1/+5
* Add prototypes. Check malloc() return value. Use err(). Remove unused #includescharnier1998-07-151-22/+30
* Fixed printf format errors.bde1998-06-281-1/+1
* Fixed some spelling errors.bde1998-01-161-2/+2
* Allow use of the name "swap" instead of an actual swap device.tegge1997-06-231-0/+31
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Merge from Lite2:peter1997-03-111-14/+18
* This update adds the support for != 512 byte sector SCSI devices tosos1996-12-011-2/+15
* Add hooks into the mount_mfs code in newfs to do the FreeBSD-stylepeter1996-01-011-1/+15
* Shorten a variable name.dg1995-09-171-4/+4
* Avoid the "calculated sectors per cylinder disagrees with disklabel"joerg1995-09-091-1/+9
* Fixed error in maxcontig calculation that caused it to default to "1".dg1995-09-081-1/+1
* Yank out the rewriting of disklabels. This code can and will get confusedphk1995-04-191-52/+0
* Allow zero as value for certain arguments to indicate "take from disklabel".phk1995-02-051-2/+2
* Change the defaults for newfs to disregard the geometry in the disklabel.phk1995-02-051-2/+13
* Add support for filesystem-specific `-o' options, and re-implement thewollman1994-11-011-1/+1
* Put back the `:' in the trinary ?: so this can actually compile again! :)jkh1994-10-131-1/+1
* Added '-F file' option of mount_mfs. This allows me to make floppy imagesphk1994-10-121-1/+8
* Backed out part of the last change that prevents the rpos table fromdg1994-10-091-4/+6
* 1) If nrpos <= 1, don't output rpos table (and set fs_cpc to 0) - disablingdg1994-10-011-12/+22
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+678
OpenPOWER on IntegriCloud