aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs/mkfs.c
Commit message (Expand)AuthorAgeFilesLines
* Add the -E command line option to force error conditions for testing.Wes Peters2003-11-161-1/+12
* Write the UFS2 superblock with a 'BAD' magic number at the beginningWes Peters2003-11-161-1/+4
* Create a .snap directory mode 770 group operator in the root ofKirk McKusick2003-11-041-6/+45
* Exit with a non-zero status upon a block allocation failure.Yaroslav Tykhiy2003-08-051-3/+3
* When newfs'ing a partition with UFS2 that had previously been newfs'edDoug Barton2003-05-221-0/+24
* Put back the error checking in wtfs() that was lost when newfs wasIan Dowse2003-05-101-1/+2
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+4
* Fix the -R flag so that it provides sequential "random" numbersKirk McKusick2003-02-221-9/+21
* Replace use of random() with arc4random() to provide less guessableKirk McKusick2003-02-141-5/+5
* 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-98/+18
* Bring in support for volume labels to the filesystem utilities.Gordon Tetlow2003-02-011-0/+2
* Back out conversion to libufs, for now. It seems to cause problems.Juli Mallett2003-01-291-20/+99
* Convert newfs to use libufs. I've tested this on md filesystems, as hasJuli Mallett2003-01-271-99/+20
* Correctly calculate the initial number of fragments in a filesystemKirk McKusick2002-12-021-2/+2
* Add some more checks to newfs so that it will not build filesystemsKirk McKusick2002-11-301-14/+24
* Create a new 32-bit fs_flags word in the superblock. Add code to moveKirk McKusick2002-11-271-6/+6
* Properly calculate the initial number of fragments in a large filesystem.Kirk McKusick2002-11-151-1/+2
* Bound the size of the superblock to SBLOCKSIZE.Kirk McKusick2002-10-181-0/+2
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-5/+6
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-10/+10
* di_createtime -> di_birthtime.Ollivier Robert2002-07-171-1/+1
* Fixed 4 printf format errors that were fatal on alphas. %qd is not evenBruce Evans2002-07-111-7/+9
* Get rid of paranoia that zeros the boot block area as this hasKirk McKusick2002-06-221-7/+0
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-432/+365
* more file system > filesystemTom Rhodes2002-05-161-11/+11
* Continue the cleanup preparations for UFS2 (& GEOM):Poul-Henning Kamp2002-04-241-14/+11
* bbsize and sbsize cannot ever be trusted from the disklabel, inPoul-Henning Kamp2002-04-071-45/+4
* Fixed some English errors in previous commit.Bruce Evans2002-04-041-14/+15
* Add more DWIM/autoadjustment and less evil style(9) banned exit(2) codes.Poul-Henning Kamp2002-04-031-15/+17
* Swing the axe and remove some archaic features from newfs which modernPoul-Henning Kamp2002-03-201-104/+32
* Add the undocumented -R option to disable randomness for regression-testing.Poul-Henning Kamp2002-03-191-2/+5
* Further cleanups.Poul-Henning Kamp2002-03-191-52/+21
* Replace a number of similar `for' loops with a new `ilog2()' functionIan Dowse2002-03-191-10/+17
* Complete the ANSIfication of newfs by converting function declarationsIan Dowse2002-03-191-44/+13
* The FSIRAND code is always compiled in, and it is unlikely thatIan Dowse2002-03-191-19/+1
* Remove the ancient STANDALONE code.Ian Dowse2002-03-191-118/+1
* Remove yet more vestiges of mount_mfs.Ian Dowse2002-03-181-2/+0
* Fixed some style bugs (mainly ones not fixed or made worse by rev.1.41).Bruce Evans2002-03-181-12/+16
* Remove __P() and register.Poul-Henning Kamp2002-03-171-24/+24
* style(9) cleanup.Poul-Henning Kamp2001-11-021-42/+40
* Handle snprintf() returning < 0 (not just -1)Brian Somers2001-08-201-2/+2
* Handle snprintf() returning -1.Brian Somers2001-08-201-0/+2
* A more complete removal of MFS related code.Poul-Henning Kamp2001-05-291-159/+15
* sprintf() -> snprintf()Kris Kennaway2001-04-241-1/+1
* Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.Kirk McKusick2001-04-101-0/+13
* Fixed style bugs in previous commit.Bruce Evans2001-04-031-4/+4
* Allow enabling soft updates (with -U) on a new filesystem.David E. O'Brien2001-04-021-2/+7
* The ffs superblock includes a 128-byte region for use by temporaryIan Dowse2001-01-151-0/+5
* Cast block number to off_t to avoid possible overflow bugs.John W. De Boskey2000-10-241-1/+1