index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
fsck_msdos
/
fat.c
Age
Commit message (
Expand
)
Author
2019-06-04
We already incremented cl; fix indexing. Noticed by Xin Li @FreeBSD.
christos
2014-07-11
Another infinite loop fix from OpenBSD from Tobias Stoeckmann:
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=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
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
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-03-20
Coverity CID 2302: Free fat if fatal error to avoid leak.
christos
2005-01-19
Kill __P(), ANSIfy, remove main() prototype.
xtraeme
2003-02-28
Eliminate a -Wshadow warning
matt
2001-04-06
Make WARNS=2 safe, and set WARNS to 2.
wiz
2001-01-05
minor knf
lukem
2000-10-10
Format string cleanups by Bill Sommerfeld.
is
2000-04-26
add a prototype for _readfat() added in last commit and make it static, so
jdolecek
2000-04-25
Recognize "dirty" signature on FAT as set by Windows 95 OSR2+ and don't report
jdolecek
1998-01-22
Fix some bugs & annoyances when reparing defect disks
ws
1997-10-17
Add support for FAT32
ws
1997-09-14
* cleanup for WARNS=1
lukem
1997-09-08
Fix a few bugs, especially when repairing disks:
ws
1997-01-03
Fix handling of clusters marked bad
ws
1996-09-27
util -> fsutil
christos
1996-09-23
- use error printing code from fsck(8)
christos
1996-05-28
Don't allocate data structures for non-directories
ws
1996-05-14
Add fsck utility for msdosfs
ws