aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs
Commit message (Expand)AuthorAgeFilesLines
* Don't call arc4random_stir() explicitly. To quote arc4random(3)Xin LI2013-10-291-4/+2
* Sweep man pages replacing ad -> ada.Sergey Kandaurov2013-10-011-3/+3
* Remove contractions.Joel Dahl2013-04-111-1/+1
* The purpose of this change to the FFS layout policy is to reduce theKirk McKusick2013-03-224-1/+29
* Fix problem with geom_label(4) not recognizing UFS labels on filesystemsEdward Tomasz Napierala2012-10-303-1/+3
* Fix sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-1/+2
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+0
* Reduce NFPI by half to keep the default number of inodes the same withKirk McKusick2011-12-211-1/+1
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-042-2/+3
* Advertise growfs(8) a little better.Edward Tomasz Napierala2011-06-221-1/+2
* Update the manual page to reflect the new 32K/4K defaults.Kirk McKusick2011-05-281-4/+4
* Raise the default blocksize for UFS/FFS filesystems fromKirk McKusick2011-05-261-2/+2
* Stop trying to zero UFS1 superblocks if we fall off the end of the disk.Colin Percival2011-04-261-1/+4
* Xref makefs(8).Jaakko Heinonen2011-02-221-1/+2
* Add the -j option to enable soft updates journaling when creatingKirk McKusick2011-02-162-3/+18
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesKirk McKusick2011-01-241-10/+9
* Add support for FS_TRIM to user-mode UFS utilities.Konstantin Belousov2010-12-294-3/+19
* Add the missed 'p' flag to getopt() optstring argument.Konstantin Belousov2010-12-151-1/+1
* Reported problem:Kirk McKusick2010-09-241-7/+23
* Synchronize newfs(8) manual with code.Glen Barber2010-09-141-3/+4
* Rewording and typo fixes in newfs(8).Glen Barber2010-09-121-3/+3
* Fix "Empty input line" mdoc warning.Maxim Sobolev2010-03-101-2/+2
* o bdeficize expand_number_int() function;Maxim Sobolev2010-03-093-38/+36
* Change secrorsize back to int, since that's the data type expected by theMaxim Sobolev2010-03-092-3/+21
* Cast these to intmax_t before printing to fix build bustage. BetterWarner Losh2010-03-031-7/+9
* Use expand_number(3) from libutil instead of home-grown function to parseMaxim Sobolev2010-03-033-92/+34
* Teach newfs(8) to understand size modifiers for all options takingMaxim Sobolev2010-03-031-11/+84
* One last pass to get all the unsigned comparisons correct.Kirk McKusick2010-02-111-10/+13
* Ensure that newfs will never create a filesystem with more than 2^32Kirk McKusick2010-02-103-47/+67
* Correct two typos.Xin LI2010-02-061-2/+2
* Raise WARNS for various tools where possible.Ed Schouten2010-01-171-1/+1
* Fix typo: s/partion/partition/Martin Blapp2010-01-021-1/+1
* Slightly improve gjournal documentation.Edward Tomasz Napierala2009-04-291-0/+4
* Don't add a bwrite() symbol, it breaks the build when building newfsOlivier Houchard2009-02-122-16/+16
* 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-035-16/+112
* Replace reference from vinum.8 to gvinum.8, it was advised in the PR toRemko Lodder2008-03-211-2/+2
* Use calloc().Xin LI2008-03-051-2/+1
* Report erase interval (correctly) in sectors.Poul-Henning Kamp2007-12-161-2/+2
* Rename the undocumented -E option to -X.Poul-Henning Kamp2007-12-164-15/+32
* - Pay attention to the fact that ioctl(2) is only known toYaroslav Tykhiy2007-11-281-4/+5
* MFp4:Yaroslav Tykhiy2007-11-283-22/+59
* 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-314-2/+11
* Explicitly say which gid do we use as a fallback, when operatorXin LI2006-09-271-1/+1
* Don't treat failure to find the operator GID as a fatal error; thisIan Dowse2005-08-141-4/+9
* When creating a new FFS file system, the block size will indirectlyXin LI2005-02-201-0/+10
* Document -l and -n options in usage().Ruslan Ermilov2005-01-221-0/+2
* Polish previous revision:Ruslan Ermilov2005-01-221-6/+12
* Add an option to suppress the creation of the .snap directory inWes Peters2005-01-214-32/+60