aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs/newfs.c
Commit message (Expand)AuthorAgeFilesLines
* o bdeficize expand_number_int() function;Maxim Sobolev2010-03-091-20/+20
* Change secrorsize back to int, since that's the data type expected by theMaxim Sobolev2010-03-091-2/+20
* Use expand_number(3) from libutil instead of home-grown function to parseMaxim Sobolev2010-03-031-80/+22
* Teach newfs(8) to understand size modifiers for all options takingMaxim Sobolev2010-03-031-11/+84
* Ensure that newfs will never create a filesystem with more than 2^32Kirk McKusick2010-02-101-46/+0
* Correct two typos.Xin LI2010-02-061-2/+2
* Don't add a bwrite() symbol, it breaks the build when building newfsOlivier Houchard2009-02-121-10/+0
* Move the check for the ending char in the partition name whereLuigi Rizzo2008-12-121-5/+6
* Enable operation of newfs on plain files, which is useful when youLuigi Rizzo2008-12-031-11/+76
* Rename the undocumented -E option to -X.Poul-Henning Kamp2007-12-161-3/+8
* - Pay attention to the fact that ioctl(2) is only known toYaroslav Tykhiy2007-11-281-4/+5
* MFp4:Yaroslav Tykhiy2007-11-281-18/+37
* Document -J in usage.Pawel Jakub Dawidek2007-03-021-0/+1
* Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournalPawel Jakub Dawidek2006-10-311-1/+5
* Document -l and -n options in usage().Ruslan Ermilov2005-01-221-0/+2
* Add an option to suppress the creation of the .snap directory inWes Peters2005-01-211-1/+5
* Cast to intmax_t when using %jd format.Pawel Jakub Dawidek2005-01-081-1/+1
* Fix '-s' option for large disks and fix printing maximum file system size.Pawel Jakub Dawidek2004-09-191-4/+7
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Add a "-l" flag to newfs, which sets the FS_MULTILABEL flag. ThisRobert Watson2004-02-261-1/+5
* 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