| Age | Commit message (Expand) | Author |
| 2013-12-02 | Fix pasto in the !ufs2 case (use dp->dp1 and not of dp->dp2). | bouyer |
| 2013-10-19 | fix unused variable warnings. | christos |
| 2013-06-23 | Stick ffs_ in front of the following macros: | dholland |
| 2013-06-23 | Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of | dholland |
| 2013-06-23 | fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB() | dholland |
| 2013-06-19 | blkoff() -> ffs_blkoff() stragglers | dholland |
| 2013-06-19 | Rename ambiguous macros: | dholland |
| 2013-06-09 | Stick UFS_ in front of these symbols: | dholland |
| 2013-01-22 | Stuff UFS_ in front of a few of ufs's symbols to reduce namespace | dholland |
| 2013-01-06 | Show pass1 SIGINFO output on stderr like other passes, not on stdout. | riastradh |
| 2012-08-26 | stdlib.h, not malloc.h | dholland |
| 2012-08-10 | Don't depend on HAVE_GCC being always defined. | joerg |
| 2012-03-20 | Convert to C89 function definitions | matt |
| 2012-03-06 | Mention scan_ffs -b. | wiz |
| 2012-01-29 | use FS_UFS[12]_MAGIC_SWAPPED instead of bswap32(FS_UFS[12]_MAGIC). | nonaka |
| 2011-08-29 | Use __dead | joerg |
| 2011-08-14 | WARNS=4 | christos |
| 2011-06-20 | remove most of the remaining HAVE_GCC tests that are always true in | mrg |
| 2011-06-09 | share more code. | christos |
| 2011-06-07 | Fix bad cut'n'paste in copyright. Pointed out by dyoung@ | bouyer |
| 2011-05-14 | Improve documentation of FFS formats and format levels from PR 32100. | dholland |
| 2011-04-29 | Re-add -q description that got lost when -x was added. | wiz |
| 2011-03-20 | initialise memory allocated for uquot_user_hash & uquot_group_hash. | bouyer |
| 2011-03-06 | merge the bouyer-quota2 branch. This adds a new on-disk format | bouyer |
| 2011-02-06 | Do Skip device checks, which ends up parsing fstab, when working on a | njoly |
| 2010-09-12 | minimal ansification/constification | drochner |
| 2010-04-11 | Add -x option which allows to run `fsck_msdos -n' on a snapshot of | hannken |
| 2010-03-06 | When clearing a log on failure, not only ask the kernel to ignore an | mlelstv |
| 2010-02-04 | Centralize time printing and deal with ctime possibly returning NULL. | christos |
| 2010-01-31 | Skip handling of APPLEUFS_LABEL if it is smaller than a device block. | mlelstv |
| 2010-01-07 | make this compile again. | christos |
| 2010-01-06 | PR/42568: Pedro F. Giffuni: Better signal handling from OpenBSD, but simplified. | christos |
| 2009-09-27 | Restore changes from 1.86 and 1.87 after commit of 1.88. | bouyer |
| 2009-09-13 | Do some basic checks of the WAPBL journal, to abort the boot before the | bouyer |
| 2009-06-05 | Add support for DIOCGDISKINFO to disk like device drivers. Change | haad |
| 2009-05-07 | New sentence, new line. | wiz |
| 2009-05-07 | Use "FFSv2" instead of "UFS2". | lukem |
| 2009-04-11 | Enable WARNS=4 by default except for: | lukem |
| 2009-04-11 | fix sign-compare issues | lukem |
| 2009-04-07 | fix a logic error in the previous, as point out by frank kardel. | mrg |
| 2009-03-25 | don't ignore "fsck -f" when given with "-p" on a wapbl filesystem. | mrg |
| 2009-02-25 | don't copy the address of a pointer. Noticed by Anon Ymous | christos |
| 2008-11-10 | Reduce internals of WAPBL exposed to the rest of the system. | joerg |
| 2008-10-12 | reallocate the correct amount. From Anon Ymous | christos |
| 2008-10-12 | Don't use unicode in usage. | wiz |
| 2008-10-09 | Sync usage with man page. | wiz |
| 2008-10-09 | Disable userid to username lookups by default. Add a -U flag to perform them. | christos |
| 2008-10-09 | Avoid allocating 2 x inospace and use realloc instead. This also saves a | christos |
| 2008-08-30 | Add an explanation of why one would want to use -x/-X, after | gdt |
| 2008-08-30 | Make it compile. (HI BOUYER!) | dogcow |