summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/newfs.c
Commit message (Expand)AuthorAgeFilesLines
* Correct lines incorrectly added to the copyright message. Add missing period.mckusick2003-02-141-4/+1
* Convert newfs to libufs (really). Solves one real issue with previousjmallett2003-02-111-11/+15
* Bring in support for volume labels to the filesystem utilities.gordon2003-02-011-2/+18
* Back out conversion to libufs, for now. It seems to cause problems.jmallett2003-01-291-13/+11
* Convert newfs to use libufs. I've tested this on md filesystems, as hasjmallett2003-01-271-11/+13
* Add some more checks to newfs so that it will not build filesystemsmckusick2002-11-301-1/+5
* Remove a comma trailing an if clause.phk2002-10-011-1/+1
* Failure to rewrite the disklabel should not be fatal.phk2002-09-221-4/+2
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-13/+13
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-56/+46
* more file system > filesystemtrhodes2002-05-161-9/+9
* Remove the -v option, it is now default behaviour.phk2002-04-241-10/+5
* Continue the cleanup preparations for UFS2 (& GEOM):phk2002-04-241-152/+101
* bbsize and sbsize cannot ever be trusted from the disklabel, inphk2002-04-071-6/+0
* Fixed some style bugs in axings. Whitespace before __P was not axed whenbde2002-04-041-6/+6
* Unifdef -DCOMPATphk2002-04-031-22/+0
* Swing the axe and remove some archaic features from newfs which modernphk2002-03-201-141/+14
* Add the undocumented -R option to disable randomness for regression-testing.phk2002-03-191-1/+6
* Further cleanups.phk2002-03-191-6/+7
* Complete the ANSIfication of newfs by converting function declarationsiedowse2002-03-191-30/+4
* Remove the ancient STANDALONE code.iedowse2002-03-191-1/+0
* Remove yet more vestiges of mount_mfs.iedowse2002-03-181-6/+0
* Fixed some style bugs (mainly ones not fixed or made worse by rev.1.44).bde2002-03-181-8/+9
* Removed vestiges of mount_mfs. Sorted the Makefile a bit.bde2002-03-181-8/+0
* Remove __P() and register.phk2002-03-171-7/+7
* Update the default newfs block and fragment sizes from 8192/1024 tosheldonh2001-12-111-2/+2
* Remove support for FreeBSD/tahoepeter2001-11-031-19/+0
* style(9) cleanup.phk2001-11-021-11/+12
* Fix diskless clients by removing the code for calculating the minimumroberto2001-10-181-13/+1
* Following the discussion in -arch and the submission of a patch by bde, hereroberto2001-10-041-5/+16
* Silence non-constant format string warnings by marking functionskris2001-08-191-3/+3
* A more complete removal of MFS related code.phk2001-05-291-152/+43
* Initial cleanout of MFS from newfs. More complete wash needed.phk2001-05-291-4/+2
* sprintf() -> snprintf()kris2001-04-241-2/+2
* Add a missing argument to an error message format string.kris2001-04-171-1/+1
* Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.mckusick2001-04-101-4/+14
* Allow enabling soft updates (with -U) on a new filesystem.obrien2001-04-021-2/+7
* The common wisdom is to use the largest number of cylinders per group.obrien2001-03-271-3/+4
* Make mount_mfs annoy users for 15 seconds and point them at mdconfig(8).phk2001-01-301-0/+6
* Don't try to do anything with the /dev/rXXX device.msmith2000-05-311-4/+2
* $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
OpenPOWER on IntegriCloud