aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs
Commit message (Expand)AuthorAgeFilesLines
* 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-032-8/+8
* Remove reference to diskpart(8)Christian Brueffer2003-04-201-1/+0
* Throw the switch--change to UFS2 as our default file system format forRobert Watson2003-04-202-2/+2
* mdoc(7) police: markup laundry.Ruslan Ermilov2003-02-231-3/+3
* Fix the -R flag so that it provides sequential "random" numbersKirk McKusick2003-02-222-15/+27
* Our first keyword hit for apropos ufs2.John W. De Boskey2003-02-191-1/+1
* 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-143-12/+3
* Convert newfs to libufs (really). Solves one real issue with previousJuli Mallett2003-02-115-116/+43
* Bring in support for volume labels to the filesystem utilities.Gordon Tetlow2003-02-014-2/+25
* Back out conversion to libufs, for now. It seems to cause problems.Juli Mallett2003-01-294-42/+111
* Convert newfs to use libufs. I've tested this on md filesystems, as hasJuli Mallett2003-01-274-111/+42
* 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-302-15/+29
* 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
* Remove a comma trailing an if clause.Poul-Henning Kamp2002-10-011-1/+1
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-5/+6
* Failure to rewrite the disklabel should not be fatal.Poul-Henning Kamp2002-09-221-4/+2
* Fix some 'SYNOPSIS' and 'usage' messages.Tom Rhodes2002-08-271-2/+2
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-214-51/+51
* mdoc(7) police: Consistently name options' arguments in the SYNOPSIS and DESC...Ruslan Ermilov2002-08-131-16/+23
* 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
* The .Nm utilityPhilippe Charnier2002-07-061-6/+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-214-510/+449
* more file system > filesystemTom Rhodes2002-05-164-39/+39
* Remove the -v option, it is now default behaviour.Poul-Henning Kamp2002-04-242-17/+5
* Continue the cleanup preparations for UFS2 (& GEOM):Poul-Henning Kamp2002-04-243-168/+116
* bbsize and sbsize cannot ever be trusted from the disklabel, inPoul-Henning Kamp2002-04-073-53/+4
* Fixed some style bugs in axings. Whitespace before __P was not axed whenBruce Evans2002-04-041-6/+6
* 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
* Unifdef -DCOMPATPoul-Henning Kamp2002-04-031-22/+0
* Swing the axe and remove some archaic features from newfs which modernPoul-Henning Kamp2002-03-204-339/+52
* Add the undocumented -R option to disable randomness for regression-testing.Poul-Henning Kamp2002-03-197-3/+71
* Further cleanups.Poul-Henning Kamp2002-03-193-58/+96
* 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-192-74/+17
* The FSIRAND code is always compiled in, and it is unlikely thatIan Dowse2002-03-192-20/+1
* Remove the ancient STANDALONE code.Ian Dowse2002-03-192-119/+1
* Remove yet more vestiges of mount_mfs.Ian Dowse2002-03-182-8/+0
* Fixed some style bugs (mainly ones not fixed or made worse by rev.1.44).Bruce Evans2002-03-181-8/+9
* Fixed some style bugs (mainly ones not fixed or made worse by rev.1.41).Bruce Evans2002-03-181-12/+16
* Removed vestiges of mount_mfs. Sorted the Makefile a bit.Bruce Evans2002-03-182-15/+3
* Fixed 2 layers of breakage of WARNS. Setting WARNS unconditionally toBruce Evans2002-03-181-1/+1