summaryrefslogtreecommitdiff
path: root/sbin/newfs/newfs.c
Commit message (Expand)AuthorAgeFilesLines
* Add the -E command line option to force error conditions for testing.Wes Peters2003-11-161-1/+5
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+4
* Throw the switch--change to UFS2 as our default file system format forRobert Watson2003-04-201-1/+1
* Correct lines incorrectly added to the copyright message. Add missing period.Kirk McKusick2003-02-141-4/+1
* Convert newfs to libufs (really). Solves one real issue with previousJuli Mallett2003-02-111-11/+15
* Bring in support for volume labels to the filesystem utilities.Gordon Tetlow2003-02-011-2/+18
* Back out conversion to libufs, for now. It seems to cause problems.Juli Mallett2003-01-291-13/+11
* Convert newfs to use libufs. I've tested this on md filesystems, as hasJuli Mallett2003-01-271-11/+13
* Add some more checks to newfs so that it will not build filesystemsKirk McKusick2002-11-301-1/+5
* Remove a comma trailing an if clause.Poul-Henning Kamp2002-10-011-1/+1
* Failure to rewrite the disklabel should not be fatal.Poul-Henning Kamp2002-09-221-4/+2
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-13/+13
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-56/+46
* more file system > filesystemTom Rhodes2002-05-161-9/+9
* Remove the -v option, it is now default behaviour.Poul-Henning Kamp2002-04-241-10/+5
* Continue the cleanup preparations for UFS2 (& GEOM):Poul-Henning Kamp2002-04-241-152/+101
* bbsize and sbsize cannot ever be trusted from the disklabel, inPoul-Henning Kamp2002-04-071-6/+0
* Fixed some style bugs in axings. Whitespace before __P was not axed whenBruce Evans2002-04-041-6/+6
* Unifdef -DCOMPATPoul-Henning Kamp2002-04-031-22/+0
* Swing the axe and remove some archaic features from newfs which modernPoul-Henning Kamp2002-03-201-141/+14
* Add the undocumented -R option to disable randomness for regression-testing.Poul-Henning Kamp2002-03-191-1/+6
* Further cleanups.Poul-Henning Kamp2002-03-191-6/+7
* Complete the ANSIfication of newfs by converting function declarationsIan Dowse2002-03-191-30/+4
* Remove the ancient STANDALONE code.Ian Dowse2002-03-191-1/+0
* Remove yet more vestiges of mount_mfs.Ian Dowse2002-03-181-6/+0
* Fixed some style bugs (mainly ones not fixed or made worse by rev.1.44).Bruce Evans2002-03-181-8/+9
* Removed vestiges of mount_mfs. Sorted the Makefile a bit.Bruce Evans2002-03-181-8/+0
* Remove __P() and register.Poul-Henning Kamp2002-03-171-7/+7
* Update the default newfs block and fragment sizes from 8192/1024 toSheldon Hearn2001-12-111-2/+2
* Remove support for FreeBSD/tahoePeter Wemm2001-11-031-19/+0
* style(9) cleanup.Poul-Henning Kamp2001-11-021-11/+12
* Fix diskless clients by removing the code for calculating the minimumOllivier Robert2001-10-181-13/+1
* Following the discussion in -arch and the submission of a patch by bde, hereOllivier Robert2001-10-041-5/+16
* Silence non-constant format string warnings by marking functionsKris Kennaway2001-08-191-3/+3
* A more complete removal of MFS related code.Poul-Henning Kamp2001-05-291-152/+43
* Initial cleanout of MFS from newfs. More complete wash needed.Poul-Henning Kamp2001-05-291-4/+2
* sprintf() -> snprintf()Kris Kennaway2001-04-241-2/+2
* Add a missing argument to an error message format string.Kris Kennaway2001-04-171-1/+1
* Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.Kirk McKusick2001-04-101-4/+14
* Allow enabling soft updates (with -U) on a new filesystem.David E. O'Brien2001-04-021-2/+7
* The common wisdom is to use the largest number of cylinders per group.David E. O'Brien2001-03-271-3/+4
* Make mount_mfs annoy users for 15 seconds and point them at mdconfig(8).Poul-Henning Kamp2001-01-301-0/+6
* Don't try to do anything with the /dev/rXXX device.Mike Smith2000-05-311-4/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add again the ':' after the x option in th eargument list to getopt.Nick Hibma1999-06-191-2/+2
* Fix bug in mount_mfs whereby mount_mfs would sometimes return beforeMatthew Dillon1999-02-091-1/+12
* Backed out previous commit. It broke fsck again. See rev.1.22 and theBruce Evans1998-10-171-3/+1
* Don't rewrite the disk label. The type field is already set correctlyJordan K. Hubbard1998-10-171-1/+3
* Correct source file corruption in last checkinGreg Lehey1998-09-301-2/+1
* Don't require an argument for -v flagGreg Lehey1998-09-291-6/+10