summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/newfs.c
Commit message (Expand)AuthorAgeFilesLines
* The purpose of this change to the FFS layout policy is to reduce themckusick2013-03-221-1/+10
* Fix problem with geom_label(4) not recognizing UFS labels on filesystemstrasz2012-10-301-1/+1
* Add the -j option to enable soft updates journaling when creatingmckusick2011-02-161-2/+11
* Add support for FS_TRIM to user-mode UFS utilities.kib2010-12-291-1/+6
* Add the missed 'p' flag to getopt() optstring argument.kib2010-12-151-1/+1
* o bdeficize expand_number_int() function;sobomax2010-03-091-20/+20
* Change secrorsize back to int, since that's the data type expected by thesobomax2010-03-091-2/+20
* Use expand_number(3) from libutil instead of home-grown function to parsesobomax2010-03-031-80/+22
* Teach newfs(8) to understand size modifiers for all options takingsobomax2010-03-031-11/+84
* Ensure that newfs will never create a filesystem with more than 2^32mckusick2010-02-101-46/+0
* Correct two typos.delphij2010-02-061-2/+2
* Don't add a bwrite() symbol, it breaks the build when building newfscognet2009-02-121-10/+0
* Move the check for the ending char in the partition name whereluigi2008-12-121-5/+6
* Enable operation of newfs on plain files, which is useful when youluigi2008-12-031-11/+76
* Rename the undocumented -E option to -X.phk2007-12-161-3/+8
* - Pay attention to the fact that ioctl(2) is only known toyar2007-11-281-4/+5
* MFp4:yar2007-11-281-18/+37
* Document -J in usage.pjd2007-03-021-0/+1
* Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournalpjd2006-10-311-1/+5
* Document -l and -n options in usage().ru2005-01-221-0/+2
* Add an option to suppress the creation of the .snap directory inwes2005-01-211-1/+5
* Cast to intmax_t when using %jd format.pjd2005-01-081-1/+1
* Fix '-s' option for large disks and fix printing maximum file system size.pjd2004-09-191-4/+7
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* Add a "-l" flag to newfs, which sets the FS_MULTILABEL flag. Thisrwatson2004-02-261-1/+5
* Add the -E command line option to force error conditions for testing.wes2003-11-161-1/+5
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-4/+4
* Throw the switch--change to UFS2 as our default file system format forrwatson2003-04-201-1/+1
* 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
OpenPOWER on IntegriCloud