| Age | Commit message (Expand) | Author |
| 2013-06-23 | fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB() | dholland |
| 2012-12-03 | Document how to resize the WAPBL log size. | wiz |
| 2012-04-08 | Remove unnecessary Bk/Ek pairs from SYNOPSIS. | wiz |
| 2012-04-07 | use getfsspecname() | christos |
| 2011-08-29 | Use __dead | joerg |
| 2011-03-06 | Fix punctuation markup; new sentence, new line. | wiz |
| 2011-03-06 | merge the bouyer-quota2 branch. This adds a new on-disk format | bouyer |
| 2009-09-13 | Restore change from 1.39 after previous commit. | bouyer |
| 2009-09-13 | Allow tunefs to clear any type of WAPBL log, not only in-filesystem | bouyer |
| 2009-08-17 | fix pasto: UFS_WAPBL_FLAGS_CREATE_LOG is "create-log" not "clear-log" | bouyer |
| 2009-04-07 | fix sign-compare issue | lukem |
| 2009-02-22 | PR kern/26878 FFSv2 + softdep = livelock (no free ram) | ad |
| 2008-07-31 | Just use printf(...) instead of fprintf(stdout, ...). | simonb |
| 2008-07-31 | Pretty-print the journal log size with humanize_number(3). | simonb |
| 2008-07-31 | Merge the simonb-wapbl branch. From the original branch commit: | simonb |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2005-06-27 | Move WARNS=3 to the Makefile.inc, and add a little const to the remaining | christos |
| 2005-02-09 | WARNS=3. | xtraeme |
| 2005-01-19 | Remove main() prototype. | xtraeme |
| 2004-12-20 | Add comment that there are strings attached to the fish. Beware! | hubertf |
| 2004-11-18 | Remove (wrong?) default for minfree, xref newfs.8 instead. | hubertf |
| 2004-06-25 | Remove removed options from usage. From Kouichirou Hiratsuka in PR 25874. | wiz |
| 2004-04-26 | according to newfs(8) and reality, the default minfree value is actually | grant |
| 2004-03-27 | don'e require FS_FLAGS_UPDATED be set for ffsv2 | dsl |
| 2004-03-21 | When searching for the superblock, don't pick an ffsv1 superblock from the | dsl |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2002-12-21 | dependent only has es, no as; from Adrian Mrva. | wiz |
| 2002-08-19 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path | lukem |
| 2001-11-16 | Sort sections. | wiz |
| 2001-11-16 | Whitespace nits | wiz |
| 2001-11-09 | move guts of non-F special parsing into separate openpartition() func | lukem |
| 2001-11-09 | Change -F from "special must be a regular file" to "special can be any type, | lukem |
| 2001-09-06 | Incorporate the enhanced ffs_dirpref() by Grigoriy Orlov, as found in | lukem |
| 2001-09-03 | comment the commenting-out, to reduce confusion | lukem |
| 2001-09-03 | - rename option `-t trackskew' to `-k trackskew', for consistency with newfs(8) | lukem |
| 2001-08-19 | - add -F; indicates "special" is a file system image in a regular file | lukem |
| 2001-08-17 | remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap() | lukem |
| 2001-06-05 | Drop arguments of .Os. | wiz |
| 2001-03-05 | Move reference to article on soft-updates from tunefs.8 to mount_ffs.8 | aymeric |
| 2000-06-15 | Disable (unifdef for now) tunefs -n <disable|enable>, this is done via | fvdl |
| 2000-04-27 | Finish describing what the soft dependancy code does. | nathanw |
| 2000-03-30 | State the possible values of optimize_prefernce in description of | jdolecek |
| 2000-01-28 | reorder long descriptions for arguments to be in alphabetical order. | wiz |
| 1999-11-15 | Fix typo. | fvdl |
| 1999-11-15 | Update for soft updates code. | fvdl |
| 1999-03-07 | Clean up SYNOPSIS formatting. | mycroft |
| 1999-01-15 | #include machine/bswap.h and remove -lutil. | bouyer |