summaryrefslogtreecommitdiff
path: root/sbin/newfs
AgeCommit message (Expand)Author
2006-08-27Make the "traditional" comment match reality.christos
2006-08-27Don't hard-code 3. From our secret user.christos
2006-08-26- Deal with wedges and the new disk geometry structures, instead of usingchristos
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2006-05-04Since MNT_GETARGS is not allowed when any other flags are set, don't setchristos
2006-03-21Always check the results of getmntopts() and free them.christos
2006-02-25remove vinum reference.christos
2006-01-21Use 64-bit arithmetic to calculate fragsperinodeblk, avoiding 32-bitsimonb
2006-01-16Add '-V' to usage output.dsl
2006-01-15Add a '-V verbose' option that controls the amount of info writen to stdout.dsl
2006-01-11Don't look for old superblocks if newfs -Ndsl
2006-01-11The 'cylinder group' size calculation was incorrect. If the cylinder groupsdsl
2006-01-11Modify previous so that at most 79 (more likely 78) dots are printed, withdsl
2006-01-09There really isn't any point reporting all the alternate superblocks,dsl
2006-01-05The -b option is really on fsck_ffs, not fsckhubertf
2005-12-27Xref newfs_msdos, noted by rabioli on Freenode #NetBSDhubertf
2005-11-28Include the size we are trying to create in the 'partition to small'dsl
2005-11-05don't set fs_maxsymlinklen and fs_old_inodefmt twice,chs
2005-09-23Apply the NFS exports list rototill patch:jmmv
2005-08-23Use FFS_MAXNAMLEN instead of MAXNAMLEN.tron
2005-08-1964 bit inode changeschristos
2005-08-05Replace a dot with a colon, as a list of items follows it.jmmv
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
2005-06-24Bump date for previous.wiz
2005-06-24Note that flag -a is obsolete. Thanks to Darrin B. Jewell.peter
2005-06-03ufs2 disk addresses in dp2->di_db[] must be swapped with bswap64, not bswap32dbj
2004-11-15Add a cast to unsigned char when using a ctype function/macro.he
2004-09-07fix typolukem
2004-06-25Minimally document -d; addresses second part ofwiz
2004-06-25Remove last traces of -c, for which the code was removedwiz
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2004-04-14fix support for creating APPLE_UFS filesystems with -vdbj
2004-03-18Speed up mkfs of ffsv1 by writing inodes more than 8k at a time.dsl
2004-03-18Simplify logic for MNT_GETARGS and MNT_UPDATE of mfs filesystems.dsl
2004-03-07Re-instate the old behaviour where 'mount_mfs device mount_pt' woulddsl
2004-03-07Make update mounts (to change miniroot ramdisks to rw) take the same shortdsl
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