summaryrefslogtreecommitdiff
path: root/sbin/newfs
AgeCommit message (Expand)Author
2004-01-02add uuid field to apple ufs volume labeldbj
2003-12-22Fix typo: numder -> number. From Christian Biere in PR bin/23838.jmmv
2003-12-11If a disktype was specified, use the disktab informationdrochner
2003-11-01KNF: sort includes.wiz
2003-11-01eg -> e.g., vinum -> Xr vinum 4.wiz
2003-11-01Use fstat(2) to get the partition size (falling back to the label on olddsl
2003-10-29Under no circumstances try to zap an existing superblock at sector 0.lukem
2003-10-26Remove alpha optimization hack.mycroft
2003-10-15The 'struct partition *pp' is only used to save the block and fragmentdsl
2003-10-15initialize llsize and llsizemult to 0dbj
2003-10-10All single letter options are usually combined; add -V to the others.wiz
2003-10-10Sync look of -V description in usage with other option descriptions.wiz
2003-10-10bump date for lastgrant
2003-10-10Decribe the V flag.grog
2003-10-10Add -V flag for use with Vinum to indicate that the last character ofgrog
2003-10-09calculate "-s size" values after sectorsize has been fully determineddbj
2003-09-17Need to write entire sector.enami
2003-09-11Change date on man pagesdsl
2003-09-11Make mkfs -N work again (was trying to read filesystem).dsl
2003-09-10Try very hard to ensure that the correct superblock will be found bydsl
2003-09-06use arc4randomitojun
2003-09-04s/0x7fffffff/INT32_MAX/itojun
2003-09-04use arc4random(3). it is at least better than random(3)itojun
2003-09-03fsirand is no longer needed.dsl
2003-09-03Ensure the area between the end of the main superblock and the start of thedsl
2003-09-03Randomise di_igen for the first 2 blocks of inodes for non-UFS2 filesystems.dsl
2003-08-21Update date for last.dsl
2003-08-21Remove -c maxblkspercg (leaving -c xxx ignored).dsl
2003-08-21Remove unimplemented -n rotational positionsdsl
2003-08-21Rework of code that sorts out number of cylinder groups and inodes:dsl
2003-08-15Avoid allocating a data buffer the size of the cylinder group summary.dsl
2003-08-15Fix layout of printout of alternate superblock list when > 2^32 sectors, usedsl
2003-08-12Bump date for last.wiz
2003-08-12Mention and cross reference newfs_lfs and makefs.dsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-13use bounded string opitojun
2003-05-02Convert to using gettimeofday(2) instead of time(3) to get the currentatatat
2003-04-20PR/5680: Markus Illenseer: Mounting and using broken mfs results into kernelchristos
2003-04-03Sort options; mention -O default; grammar improvements; use more macros.wiz
2003-04-03The -r option is no more, so delete it from the synopsis line too.fvdl
2003-04-03Document extended "-O" option after UFS2 import.tron
2003-04-02On Apple UFS filesystems, change the default fragment size to 1024dbj
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2003-03-22no need for -I${MOUNT} & .PATH: ${MOUNT} now neitherjdolecek
2003-03-22Remove "getmntopts.c" from list of source files. getmntopts(3) is intron
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-14'NetBSD.org' and some mdoc fixes.grant
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2002-12-21Add a BUGS section describing that async mounts are currently disabled,wiz
2002-12-12Use getlabeloffset() instead of LABELOFFSET.scw