summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/mkfs.c
Commit message (Expand)AuthorAgeFilesLines
* Refer newfs and growfs users to fsck_ffs instead ofbrueffer2014-02-161-1/+1
* The purpose of this change to the FFS layout policy is to reduce themckusick2013-03-221-0/+6
* Fix problem with geom_label(4) not recognizing UFS labels on filesystemstrasz2012-10-301-0/+1
* Fix sbin/ build with a 64-bit ino_t.mdf2012-09-271-1/+2
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+0
* Add missing static keywords for global variables to tools in sbin/.ed2011-11-041-2/+2
* Stop trying to zero UFS1 superblocks if we fall off the end of the disk.cperciva2011-04-261-1/+4
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesmckusick2011-01-241-10/+9
* Add support for FS_TRIM to user-mode UFS utilities.kib2010-12-291-0/+2
* Reported problem:mckusick2010-09-241-7/+23
* o bdeficize expand_number_int() function;sobomax2010-03-091-9/+7
* Cast these to intmax_t before printing to fix build bustage. Betterimp2010-03-031-7/+9
* One last pass to get all the unsigned comparisons correct.mckusick2010-02-111-10/+13
* Ensure that newfs will never create a filesystem with more than 2^32mckusick2010-02-101-1/+35
* Fix typo: s/partion/partition/mbr2010-01-021-1/+1
* Don't add a bwrite() symbol, it breaks the build when building newfscognet2009-02-121-6/+16
* Enable operation of newfs on plain files, which is useful when youluigi2008-12-031-4/+4
* Use calloc().delphij2008-03-051-2/+1
* Report erase interval (correctly) in sectors.phk2007-12-161-2/+2
* Rename the undocumented -E option to -X.phk2007-12-161-6/+13
* Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournalpjd2006-10-311-0/+2
* Explicitly say which gid do we use as a fallback, when operatordelphij2006-09-271-1/+1
* Don't treat failure to find the operator GID as a fatal error; thisiedowse2005-08-141-4/+9
* When creating a new FFS file system, the block size will indirectlydelphij2005-02-201-0/+10
* Add an option to suppress the creation of the .snap directory inwes2005-01-211-30/+38
* Generalize the UFS bad magic value used to determine when a filesystemjhb2004-08-191-4/+9
* 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-0/+2
* Fix whitespace error in previous commit.wes2003-11-271-1/+1
* Don't use UFS2_BAD_MAGIC on UFS (v1) filesystems; it is Not Readywes2003-11-231-1/+1
* Add the -E command line option to force error conditions for testing.wes2003-11-161-1/+12
* Write the UFS2 superblock with a 'BAD' magic number at the beginningwes2003-11-161-1/+4
* Create a .snap directory mode 770 group operator in the root ofmckusick2003-11-041-6/+45
* Exit with a non-zero status upon a block allocation failure.yar2003-08-051-3/+3
* When newfs'ing a partition with UFS2 that had previously been newfs'eddougb2003-05-221-0/+24
* Put back the error checking in wtfs() that was lost when newfs wasiedowse2003-05-101-1/+2
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-4/+4
* Fix the -R flag so that it provides sequential "random" numbersmckusick2003-02-221-9/+21
* Replace use of random() with arc4random() to provide less guessablemckusick2003-02-141-5/+5
* 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-98/+18
* Bring in support for volume labels to the filesystem utilities.gordon2003-02-011-0/+2
* Back out conversion to libufs, for now. It seems to cause problems.jmallett2003-01-291-20/+99
* Convert newfs to use libufs. I've tested this on md filesystems, as hasjmallett2003-01-271-99/+20
* Correctly calculate the initial number of fragments in a filesystemmckusick2002-12-021-2/+2
* Add some more checks to newfs so that it will not build filesystemsmckusick2002-11-301-14/+24
* Create a new 32-bit fs_flags word in the superblock. Add code to movemckusick2002-11-271-6/+6
* Properly calculate the initial number of fragments in a large filesystem.mckusick2002-11-151-1/+2
* Bound the size of the superblock to SBLOCKSIZE.mckusick2002-10-181-0/+2
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-251-5/+6
OpenPOWER on IntegriCloud