aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use a hex value instead of possibly ambiguous 8 bit characterblueswir12008-12-141-1/+1
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0
* Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Eggerblueswir12008-11-221-2/+2
* Attached patch fixes a series of this warningblueswir12008-11-161-1/+1
* Currently trying to turn an oversized directory into a VVFAT image willbalrog2008-11-101-9/+13
* Fix incorrect use of pstrcpy (malc)blueswir12008-10-261-1/+1
* Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir12008-10-251-1/+1
* Fix OpenBSD linker warningsblueswir12008-08-211-4/+6
* Add qemu_realloc(), by Gerd Hoffmann.ths2008-08-061-2/+2
* Remove >= asserts on unsigned inputsmalc2008-07-051-3/+0
* Fix parse_long_name, by Tristan Gingold.ths2008-07-031-0/+1
* Clarified filename handling, by Johannes Schindelin.ths2008-07-031-1/+6
* block-vvfat.c - fix is_free predicate, by Tristan Gingold.ths2008-07-011-2/+1
* Fix some functions declared () rather than (void) (Ian Jackson)blueswir12008-03-091-2/+2
* 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/+9
* 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