summaryrefslogtreecommitdiffstats
path: root/sbin/newfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Swing the axe and remove some archaic features from newfs which modernphk2002-03-204-339/+52
* Add the undocumented -R option to disable randomness for regression-testing.phk2002-03-197-3/+71
* Further cleanups.phk2002-03-193-58/+96
* Replace a number of similar `for' loops with a new `ilog2()' functioniedowse2002-03-191-10/+17
* Complete the ANSIfication of newfs by converting function declarationsiedowse2002-03-192-74/+17
* The FSIRAND code is always compiled in, and it is unlikely thatiedowse2002-03-192-20/+1
* Remove the ancient STANDALONE code.iedowse2002-03-192-119/+1
* Remove yet more vestiges of mount_mfs.iedowse2002-03-182-8/+0
* Fixed some style bugs (mainly ones not fixed or made worse by rev.1.44).bde2002-03-181-8/+9
* Fixed some style bugs (mainly ones not fixed or made worse by rev.1.41).bde2002-03-181-12/+16
* Removed vestiges of mount_mfs. Sorted the Makefile a bit.bde2002-03-182-15/+3
* Fixed 2 layers of breakage of WARNS. Setting WARNS unconditionally tobde2002-03-181-1/+1
* Remove __P() and register.phk2002-03-173-32/+32
* Update the default newfs block and fragment sizes from 8192/1024 tosheldonh2001-12-112-7/+11
* Fix typo: 'fragement' -> 'fragment'sheldonh2001-12-071-1/+1
* Default to WARNS=2.obrien2001-12-041-0/+2
* Fix the example of suggested default settings. It stated that settingssheldonh2001-11-271-1/+1
* Correct the example introduced in rev 1.29, which suggested a block:fragsheldonh2001-11-271-4/+4
* Remove support for FreeBSD/tahoepeter2001-11-031-19/+0
* style(9) cleanup.phk2001-11-022-53/+52
* Fix diskless clients by removing the code for calculating the minimumroberto2001-10-181-13/+1
* Document the optimal block:fragment ratio, per discussiondougb2001-10-151-0/+3
* Following the discussion in -arch and the submission of a patch by bde, hereroberto2001-10-042-11/+20
* Handle snprintf() returning < 0 (not just -1)brian2001-08-201-2/+2
* Handle snprintf() returning -1.brian2001-08-201-0/+2
* Silence non-constant format string warnings by marking functionskris2001-08-191-3/+3
* Remove whitespace at EOL.dd2001-07-151-7/+7
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-2/+0
* Don't link ${BINDIR}/newfs to nowhere.bde2001-05-301-3/+1
* Remove -DMFS from CFLAGS.dd2001-05-291-1/+1
* Remove all references to MFS.dd2001-05-291-92/+2
* A more complete removal of MFS related code.phk2001-05-293-312/+59
* Initial cleanout of MFS from newfs. More complete wash needed.phk2001-05-292-6/+3
* sprintf() -> snprintf()kris2001-04-242-3/+3
* Add a missing argument to an error message format string.kris2001-04-171-1/+1
* Add information about the new options to newfs and tunefs which set thenik2001-04-101-0/+6
OpenPOWER on IntegriCloud