summaryrefslogtreecommitdiffstats
path: root/block-vvfat.c
Commit message (Expand)AuthorAgeFilesLines
* Fix number_of_entries for filename of length [13] (Tristan Gingold).balrog2007-12-241-2/+4
* Fix char* signedness, by Andre Przywara.ths2007-12-161-10/+10
* Fix wrong signedness, by Andre Przywara.ths2007-12-161-1/+1
* Add statics and missing #includes for prototypes.pbrook2007-11-181-3/+3
* Split block API from vl.h.pbrook2007-11-111-1/+1
* vvfat mbr fixes, by Ivan Kalvachev.ths2007-09-251-29/+66
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-17/+17
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-35/+35
* vvfat fixes (Roger Lathrop)bellard2006-09-091-2/+2
* async file I/O APIbellard2006-08-011-13/+9Star
* Disk cache flush support.pbrook2006-06-041-0/+1
* moved misplaced declarationbellard2006-04-231-1/+3
* win32 compile fixbellard2005-12-191-2/+7
* Major overhaul of the virtual FAT driver for read/write support (Johannes Sch...bellard2005-12-181-939/+1997
* DOS 6.22 fix (Johannes Schindelin)bellard2005-11-191-1/+1
* Virtual VFAT support (Johannes Schindelin)bellard2005-04-281-0/+1742