aboutsummaryrefslogtreecommitdiffstats
path: root/block-vvfat.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-05block: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-10/+8
2008-12-14Use a hex value instead of possibly ambiguous 8 bit characterblueswir11-1/+1
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2008-11-22Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Eggerblueswir11-2/+2
2008-11-16Attached patch fixes a series of this warningblueswir11-1/+1
2008-11-10Currently trying to turn an oversized directory into a VVFAT image willbalrog1-9/+13
2008-10-26Fix incorrect use of pstrcpy (malc)blueswir11-1/+1
2008-10-25Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir11-1/+1
2008-08-21Fix OpenBSD linker warningsblueswir11-4/+6
2008-08-06Add qemu_realloc(), by Gerd Hoffmann.ths1-2/+2
2008-07-05Remove >= asserts on unsigned inputsmalc1-3/+0
2008-07-03Fix parse_long_name, by Tristan Gingold.ths1-0/+1
2008-07-03Clarified filename handling, by Johannes Schindelin.ths1-1/+6
2008-07-01block-vvfat.c - fix is_free predicate, by Tristan Gingold.ths1-2/+1
2008-03-09 Fix some functions declared () rather than (void) (Ian Jackson)blueswir11-2/+2
2007-12-24Fix number_of_entries for filename of length [13] (Tristan Gingold).balrog1-2/+4
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