| Age | Commit message (Expand) | Author |
| 2006-08-27 | Make the "traditional" comment match reality. | christos |
| 2006-08-27 | Don't hard-code 3. From our secret user. | christos |
| 2006-08-26 | - Deal with wedges and the new disk geometry structures, instead of using | christos |
| 2006-05-11 | sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. | mrg |
| 2006-05-04 | Since MNT_GETARGS is not allowed when any other flags are set, don't set | christos |
| 2006-03-21 | Always check the results of getmntopts() and free them. | christos |
| 2006-02-25 | remove vinum reference. | christos |
| 2006-01-21 | Use 64-bit arithmetic to calculate fragsperinodeblk, avoiding 32-bit | simonb |
| 2006-01-16 | Add '-V' to usage output. | dsl |
| 2006-01-15 | Add a '-V verbose' option that controls the amount of info writen to stdout. | dsl |
| 2006-01-11 | Don't look for old superblocks if newfs -N | dsl |
| 2006-01-11 | The 'cylinder group' size calculation was incorrect. If the cylinder groups | dsl |
| 2006-01-11 | Modify previous so that at most 79 (more likely 78) dots are printed, with | dsl |
| 2006-01-09 | There really isn't any point reporting all the alternate superblocks, | dsl |
| 2006-01-05 | The -b option is really on fsck_ffs, not fsck | hubertf |
| 2005-12-27 | Xref newfs_msdos, noted by rabioli on Freenode #NetBSD | hubertf |
| 2005-11-28 | Include the size we are trying to create in the 'partition to small' | dsl |
| 2005-11-05 | don't set fs_maxsymlinklen and fs_old_inodefmt twice, | chs |
| 2005-09-23 | Apply the NFS exports list rototill patch: | jmmv |
| 2005-08-23 | Use FFS_MAXNAMLEN instead of MAXNAMLEN. | tron |
| 2005-08-19 | 64 bit inode changes | christos |
| 2005-08-05 | Replace a dot with a colon, as a list of items follows it. | jmmv |
| 2005-06-27 | Move WARNS=3 to the Makefile.inc, and add a little const to the remaining | christos |
| 2005-06-24 | Bump date for previous. | wiz |
| 2005-06-24 | Note that flag -a is obsolete. Thanks to Darrin B. Jewell. | peter |
| 2005-06-03 | ufs2 disk addresses in dp2->di_db[] must be swapped with bswap64, not bswap32 | dbj |
| 2004-11-15 | Add a cast to unsigned char when using a ctype function/macro. | he |
| 2004-09-07 | fix typo | lukem |
| 2004-06-25 | Minimally document -d; addresses second part of | wiz |
| 2004-06-25 | Remove last traces of -c, for which the code was removed | wiz |
| 2004-04-21 | Replace the statfs() family of system calls with statvfs(). | christos |
| 2004-04-14 | fix support for creating APPLE_UFS filesystems with -v | dbj |
| 2004-03-18 | Speed up mkfs of ffsv1 by writing inodes more than 8k at a time. | dsl |
| 2004-03-18 | Simplify logic for MNT_GETARGS and MNT_UPDATE of mfs filesystems. | dsl |
| 2004-03-07 | Re-instate the old behaviour where 'mount_mfs device mount_pt' would | dsl |
| 2004-03-07 | Make update mounts (to change miniroot ramdisks to rw) take the same short | dsl |
| 2004-01-02 | add uuid field to apple ufs volume label | dbj |
| 2003-12-22 | Fix typo: numder -> number. From Christian Biere in PR bin/23838. | jmmv |
| 2003-12-11 | If a disktype was specified, use the disktab information | drochner |
| 2003-11-01 | KNF: sort includes. | wiz |
| 2003-11-01 | eg -> e.g., vinum -> Xr vinum 4. | wiz |
| 2003-11-01 | Use fstat(2) to get the partition size (falling back to the label on old | dsl |
| 2003-10-29 | Under no circumstances try to zap an existing superblock at sector 0. | lukem |
| 2003-10-26 | Remove alpha optimization hack. | mycroft |
| 2003-10-15 | The 'struct partition *pp' is only used to save the block and fragment | dsl |
| 2003-10-15 | initialize llsize and llsizemult to 0 | dbj |
| 2003-10-10 | All single letter options are usually combined; add -V to the others. | wiz |
| 2003-10-10 | Sync look of -V description in usage with other option descriptions. | wiz |
| 2003-10-10 | bump date for last | grant |
| 2003-10-10 | Decribe the V flag. | grog |