summaryrefslogtreecommitdiffstats
path: root/sbin/newfs
Commit message (Expand)AuthorAgeFilesLines
...
* Assorted markup, grammar, and spelling fixes.ru2004-05-171-3/+3
* Remove advertising clause from University of California Regent's license,markm2004-04-094-16/+0
* Add a "-l" flag to newfs, which sets the FS_MULTILABEL flag. Thisrwatson2004-02-264-2/+11
* 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-163-2/+18
* 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
* s/disklabel/bsdlabel where needed.blackend2003-10-111-2/+2
* Remove an unneccessary comma.ceri2003-09-141-1/+1
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
* 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-032-8/+8
* Remove reference to diskpart(8)brueffer2003-04-201-1/+0
* Throw the switch--change to UFS2 as our default file system format forrwatson2003-04-202-2/+2
* mdoc(7) police: markup laundry.ru2003-02-231-3/+3
* Fix the -R flag so that it provides sequential "random" numbersmckusick2003-02-222-15/+27
* Our first keyword hit for apropos ufs2.jwd2003-02-191-1/+1
* 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-143-12/+3
* Convert newfs to libufs (really). Solves one real issue with previousjmallett2003-02-115-116/+43
* Bring in support for volume labels to the filesystem utilities.gordon2003-02-014-2/+25
* Back out conversion to libufs, for now. It seems to cause problems.jmallett2003-01-294-42/+111
* Convert newfs to use libufs. I've tested this on md filesystems, as hasjmallett2003-01-274-111/+42
* 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-302-15/+29
* 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
* Remove a comma trailing an if clause.phk2002-10-011-1/+1
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-251-5/+6
* Failure to rewrite the disklabel should not be fatal.phk2002-09-221-4/+2
* Fix some 'SYNOPSIS' and 'usage' messages.trhodes2002-08-271-2/+2
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-214-51/+51
* mdoc(7) police: Consistently name options' arguments in the SYNOPSIS and DESC...ru2002-08-131-16/+23
* di_createtime -> di_birthtime.roberto2002-07-171-1/+1
* Fixed 4 printf format errors that were fatal on alphas. %qd is not evenbde2002-07-111-7/+9
* The .Nm utilitycharnier2002-07-061-6/+9
* Get rid of paranoia that zeros the boot block area as this hasmckusick2002-06-221-7/+0
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-214-510/+449
* more file system > filesystemtrhodes2002-05-164-39/+39
* Remove the -v option, it is now default behaviour.phk2002-04-242-17/+5
* Continue the cleanup preparations for UFS2 (& GEOM):phk2002-04-243-168/+116
* bbsize and sbsize cannot ever be trusted from the disklabel, inphk2002-04-073-53/+4
* Fixed some style bugs in axings. Whitespace before __P was not axed whenbde2002-04-041-6/+6
* Fixed some English errors in previous commit.bde2002-04-041-14/+15
* Add more DWIM/autoadjustment and less evil style(9) banned exit(2) codes.phk2002-04-031-15/+17
* Unifdef -DCOMPATphk2002-04-031-22/+0
OpenPOWER on IntegriCloud