summaryrefslogtreecommitdiff
path: root/sbin/fsck_msdos/fat.c
AgeCommit message (Expand)Author
2019-06-04We already incremented cl; fix indexing. Noticed by Xin Li @FreeBSD.christos
2014-07-11Another infinite loop fix from OpenBSD from Tobias Stoeckmann:christos
2014-07-10Bring in a regression for the previous fix from OpenBSDchristos
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
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
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-03-20Coverity CID 2302: Free fat if fatal error to avoid leak.christos
2005-01-19Kill __P(), ANSIfy, remove main() prototype.xtraeme
2003-02-28Eliminate a -Wshadow warningmatt
2001-04-06Make WARNS=2 safe, and set WARNS to 2.wiz
2001-01-05minor knflukem
2000-10-10Format string cleanups by Bill Sommerfeld.is
2000-04-26add a prototype for _readfat() added in last commit and make it static, sojdolecek
2000-04-25Recognize "dirty" signature on FAT as set by Windows 95 OSR2+ and don't reportjdolecek
1998-01-22Fix some bugs & annoyances when reparing defect disksws
1997-10-17Add support for FAT32ws
1997-09-14* cleanup for WARNS=1lukem
1997-09-08Fix a few bugs, especially when repairing disks:ws
1997-01-03Fix handling of clusters marked badws
1996-09-27util -> fsutilchristos
1996-09-23- use error printing code from fsck(8)christos
1996-05-28Don't allocate data structures for non-directoriesws
1996-05-14Add fsck utility for msdosfsws