aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cast to intmax_t when using %jd format.Pawel Jakub Dawidek2005-01-081-1/+1
* Fix '-s' option for large disks and fix printing maximum file system size.Pawel Jakub Dawidek2004-09-191-4/+7
* Generalize the UFS bad magic value used to determine when a filesystemJohn Baldwin2004-08-191-4/+9
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-05-171-3/+3
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-094-16/+0
* Add a "-l" flag to newfs, which sets the FS_MULTILABEL flag. ThisRobert Watson2004-02-264-2/+11
* Fix whitespace error in previous commit.Wes Peters2003-11-271-1/+1
* Don't use UFS2_BAD_MAGIC on UFS (v1) filesystems; it is Not ReadyWes Peters2003-11-231-1/+1
* Add the -E command line option to force error conditions for testing.Wes Peters2003-11-163-2/+18
* 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
* s/disklabel/bsdlabel where needed.Marc Fonvieille2003-10-111-2/+2
* Remove an unneccessary comma.Ceri Davies2003-09-141-1/+1
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* 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-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