summaryrefslogtreecommitdiffstats
path: root/sbin/newfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.mckusick2001-04-102-4/+27
* Fixed style bugs in previous commit.bde2001-04-031-4/+4
* Document the newfs.c rev 1.33 changing the default c/g from 16 to 22.obrien2001-04-021-1/+1
* Fix patch merge braino.obrien2001-04-021-2/+2
* Allow enabling soft updates (with -U) on a new filesystem.obrien2001-04-023-6/+18
* The common wisdom is to use the largest number of cylinders per group.obrien2001-03-271-3/+4
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
* Make mount_mfs annoy users for 15 seconds and point them at mdconfig(8).phk2001-01-302-0/+12
* mdoc(7) police: fixed broken references.ru2001-01-161-1/+1
* The ffs superblock includes a 128-byte region for use by temporaryiedowse2001-01-151-0/+5
* Replace reference to replacing mkfs(8) with a paragraph actuallyeivind2001-01-151-3/+1
* Prepare for mdoc(7)NG.ru2000-12-271-10/+20
* o Add an example for a large file system.imp2000-12-191-7/+9
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-3/+3
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-2/+0
* Cast block number to off_t to avoid possible overflow bugs.jwd2000-10-241-1/+1
* The write combining code in revision 1.30 needs a few additionaljwd2000-10-241-12/+25
* Implement simple write combining for newfs - this is particularly usefulpeter2000-10-171-0/+37
* Turn dkcksum() into an __inline function.phk2000-09-161-2/+3
* Don't try to do anything with the /dev/rXXX device.msmith2000-05-311-4/+2
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
* Add Xref to camcontrol(8) (replacing previously-removed scsiformat(8)).kris2000-01-301-0/+1
* Fix various man pages to stop abusing the .Bx macro to generatempp2000-01-231-1/+1
* Remove dead xref to scsiformat(8)kris1999-11-151-1/+0
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
OpenPOWER on IntegriCloud