summaryrefslogtreecommitdiffstats
path: root/sbin/newfs
Commit message (Expand)AuthorAgeFilesLines
* Fix "Empty input line" mdoc warning.sobomax2010-03-101-2/+2
* o bdeficize expand_number_int() function;sobomax2010-03-093-38/+36
* Change secrorsize back to int, since that's the data type expected by thesobomax2010-03-092-3/+21
* Cast these to intmax_t before printing to fix build bustage. Betterimp2010-03-031-7/+9
* Use expand_number(3) from libutil instead of home-grown function to parsesobomax2010-03-033-92/+34
* Teach newfs(8) to understand size modifiers for all options takingsobomax2010-03-031-11/+84
* 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-103-47/+67
* Correct two typos.delphij2010-02-061-2/+2
* Raise WARNS for various tools where possible.ed2010-01-171-1/+1
* Fix typo: s/partion/partition/mbr2010-01-021-1/+1
* Slightly improve gjournal documentation.trasz2009-04-291-0/+4
* Don't add a bwrite() symbol, it breaks the build when building newfscognet2009-02-122-16/+16
* Move the check for the ending char in the partition name whereluigi2008-12-121-5/+6
* Enable operation of newfs on plain files, which is useful when youluigi2008-12-035-16/+112
* Replace reference from vinum.8 to gvinum.8, it was advised in the PR toremko2008-03-211-2/+2
* 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-164-15/+32
* - Pay attention to the fact that ioctl(2) is only known toyar2007-11-281-4/+5
* MFp4:yar2007-11-283-22/+59
* Document -J in usage.pjd2007-03-021-0/+1
* Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournalpjd2006-10-314-2/+11
* 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
* Document -l and -n options in usage().ru2005-01-221-0/+2
* Polish previous revision:ru2005-01-221-6/+12
* Add an option to suppress the creation of the .snap directory inwes2005-01-214-32/+60
* Cast to intmax_t when using %jd format.pjd2005-01-081-1/+1
* Fix '-s' option for large disks and fix printing maximum file system size.pjd2004-09-191-4/+7
* Generalize the UFS bad magic value used to determine when a filesystemjhb2004-08-191-4/+9
* 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
OpenPOWER on IntegriCloud