aboutsummaryrefslogtreecommitdiffstats
path: root/block-vvfat.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-16Fix char* signedness, by Andre Przywara.ths1-10/+10
2007-12-16Fix wrong signedness, by Andre Przywara.ths1-1/+1
2007-11-18Add statics and missing #includes for prototypes.pbrook1-3/+3
2007-11-11Split block API from vl.h.pbrook1-1/+1
2007-09-25vvfat mbr fixes, by Ivan Kalvachev.ths1-29/+66
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-17/+17
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-35/+35
2006-09-09vvfat fixes (Roger Lathrop)bellard1-2/+2
2006-08-01async file I/O APIbellard1-13/+9
2006-06-04Disk cache flush support.pbrook1-0/+1
2006-04-23moved misplaced declarationbellard1-1/+3
2005-12-19win32 compile fixbellard1-2/+7
2005-12-18Major overhaul of the virtual FAT driver for read/write support (Johannes Sch...bellard1-939/+1997
2005-11-19DOS 6.22 fix (Johannes Schindelin)bellard1-1/+1
2005-04-28Virtual VFAT support (Johannes Schindelin)bellard1-0/+1742