summaryrefslogtreecommitdiff
path: root/sbin/fsck_msdos/dir.c
AgeCommit message (Expand)Author
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
2009-04-11fix sign-compare issueslukem
2008-06-13Move to 2 clause license, approved by Wolfgang Solfrank.martin
2007-01-17Remove more duplicate #includes,hubertf
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 1078: Add assertion check for NULL pointer.christos
2005-01-19Kill __P(), ANSIfy, remove main() prototype.xtraeme
2003-07-13use bounded string opitojun
2000-04-25Recognize "dirty" signature on FAT as set by Windows 95 OSR2+ and don't reportjdolecek
1998-08-25from Erik Bertelsen <erik@mediator.uni-c.dk>ross
1998-07-28__AUDIT__ cleanup.mycroft
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
1996-09-27util -> fsutilchristos
1996-09-24Fix delete() call in dir.c differently than Christos' way.ws
1996-09-23- use error printing code from fsck(8)christos
1996-09-17Fix null pointer dereferncews
1996-09-11Fix gcc warnings.christos
1996-05-28Don't allocate data structures for non-directoriesws
1996-05-25Check return values of mallocws
1996-05-14Add fsck utility for msdosfsws