Fix monitor command (screendump) (Stefan Weil)
[qemu] / block-vvfat.c
2009-03-07 aurel32Use C99 initializers for BlockDriver methods
2009-03-07 blueswir1Sparse fixes: NULL use, header order, ANSI prototypes...
2009-02-05 aliguoriblock: remove error handling from qemu_malloc() callers...
2008-12-14 blueswir1Use a hex value instead of possibly ambiguous 8 bit...
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-11-22 blueswir1Use qemu_isfoobar and qemu_towombat versions, based...
2008-11-16 blueswir1Attached patch fixes a series of this warning
2008-11-10 balrogCurrently trying to turn an oversized directory into...
2008-10-26 blueswir1Fix incorrect use of pstrcpy (malc)
2008-10-25 blueswir1Replace uses of strncpy (a GNU extension) with Qemu...
2008-08-21 blueswir1Fix OpenBSD linker warnings
2008-08-06 thsAdd qemu_realloc(), by Gerd Hoffmann.
2008-07-05 malcRemove >= asserts on unsigned inputs
2008-07-03 thsFix parse_long_name, by Tristan Gingold.
2008-07-03 thsClarified filename handling, by Johannes Schindelin.
2008-07-01 thsblock-vvfat.c - fix is_free predicate, by Tristan Gingold.
2008-03-09 blueswir1 Fix some functions declared () rather than (void)...
2007-12-24 balrogFix number_of_entries for filename of length [13] ...
2007-12-16 thsFix char* signedness, by Andre Przywara.
2007-12-16 thsFix wrong signedness, by Andre Przywara.
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-11 pbrookSplit block API from vl.h.
2007-09-25 thsvvfat mbr fixes, by Ivan Kalvachev.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2006-09-09 bellardvvfat fixes (Roger Lathrop)
2006-08-01 bellardasync file I/O API
2006-06-04 pbrookDisk cache flush support.
2006-04-23 bellardmoved misplaced declaration
2005-12-19 bellardwin32 compile fix
2005-12-18 bellardMajor overhaul of the virtual FAT driver for read/write...
2005-11-19 bellardDOS 6.22 fix (Johannes Schindelin)
2005-04-28 bellardVirtual VFAT support (Johannes Schindelin)