| Age | Commit message (Expand) | Author |
| 2019-06-04 | We already incremented cl; fix indexing. Noticed by Xin Li @FreeBSD. | christos |
| 2018-02-08 | Typos. | dholland |
| 2017-04-28 | Prevent SEGV on corrupted msdos directories (Veo Zhang) | christos |
| 2016-09-11 | Document the version fsck_msdos first appeared. | sevan |
| 2016-05-02 | The on-disk FAT array does not include anything before CLUST_FIRST, | jakllsch |
| 2016-03-07 | PR/50908: David Binderman: Optimize memset's | christos |
| 2015-06-16 | fix error messages containing \n | christos |
| 2015-01-02 | Avoid mixing cluster numbers and sector numbers. Makes code more readable. | mlelstv |
| 2014-11-04 | Add #include <inttypes.h> for intmax_t to fix compile error. | msaitoh |
| 2014-11-03 | ClusterOffset actually needs to be able to be negative. | jakllsch |
| 2014-07-11 | Another infinite loop fix from OpenBSD from Tobias Stoeckmann: | christos |
| 2014-07-10 | Well, if you set FSFIXFAT, better do it... Try running fsck on: | christos |
| 2014-07-10 | Bring in a regression for the previous fix from OpenBSD | christos |
| 2014-07-07 | From: http://marc.info/?l=openbsd-tech&m=140354518512871&w=2 | christos |
| 2014-07-07 | From: http://marc.info/?l=openbsd-tech&m=140234174104724&w=2 | christos |
| 2014-07-07 | From: http://marc.info/?l=openbsd-tech&m=140275150804337&w=2 | christos |
| 2014-07-07 | From: http://marc.info/?t=140304310700005&r=1&w=2 | christos |
| 2013-01-17 | An uninitialized next-free-cluster value in the file system information | jakllsch |
| 2012-08-07 | The free space value in the FSInfo block is merely unitialized when it is | jakllsch |
| 2011-06-09 | fix compilation. | christos |
| 2011-02-20 | undo part of the previous patch, which I suspect is bad. | christos |
| 2011-02-07 | PR/44529: Martin Danielsson: fsck_msdos crashes when verifying corrupt file | christos |
| 2010-04-11 | New sentence, new line. Sort SEE ALSO. | wiz |
| 2010-04-11 | Add -x option which allows to run `fsck_msdos -n' on a snapshot of | hannken |
| 2009-04-11 | fix sign-compare issues | lukem |
| 2008-07-24 | Do not crash when boot->FSNext contains garbage (i.e. -1). | matthias |
| 2008-06-13 | Move to 2 clause license, approved by Wolfgang Solfrank. | martin |
| 2008-02-24 | Catch signals and exit with the proper error code like all the other fsck | christos |
| 2008-02-23 | Make sure that the exit values are always sane, and use symbolic instead | christos |
| 2007-03-19 | Change mismatch of bytes 11 to 90 to be a warning, not an error, and | gdt |
| 2007-03-10 | - removes unused ctype.h header | hubertf |
| 2007-01-17 | Remove more duplicate #includes, | hubertf |
| 2006-08-26 | Programs that use efun. | christos |
| 2006-06-06 | don't use uint32_t when you mean size_t. | christos |
| 2006-06-05 | - don't leak memory on allocation failure. | christos |
| 2006-04-10 | the root directory of non fat32 filesystems is stored in a special area. | dbj |
| 2006-03-20 | Coverity CID 2302: Free fat if fatal error to avoid leak. | christos |
| 2006-03-20 | Coverity CID 1078: Add assertion check for NULL pointer. | christos |
| 2005-01-20 | WARNS=2 is the default defined in sbin/Makefile.inc. (thanks wiz) | xtraeme |
| 2005-01-19 | Kill __P(), ANSIfy, remove main() prototype. | xtraeme |
| 2005-01-13 | Add a progress meter to fsck_ffs based on the work by thorpej presented | christos |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-10-20 | Add a -q (quiet) option to print nothing for clean filesystems. | dsl |
| 2003-07-24 | Only compare the interesting part of the bootblock with its backup. | ws |
| 2003-07-13 | use bounded string op | itojun |
| 2003-02-28 | Eliminate a -Wshadow warning | matt |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2002-10-01 | New sentence, new line. By Robert Elz with minimal fixes. | wiz |
| 2002-08-19 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path | lukem |
| 2002-05-25 | __STDC__ is always defined on NetBSD. | wiz |