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