Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / darwin-user /
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-03-07 aurel32Use a dedicated function to request exit from execution...
2009-03-05 Riku VoipioRevert "flush stdout after printing usage()"
2009-02-28 blueswir1Flush stdout after printing usage()
2009-02-19 Riku VoipioMerge branch 'upstream' into maemo-test
2009-02-01 malcReplace noreturn with QEMU_NORETURN
2009-01-28 Riku Voipioflush stdout after printing usage()
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-14 aurel32Get rid of user_mode_only
2009-01-14 blueswir1Add noreturn function attribute
2009-01-14 malcRemove all traces of __powerpc__
2009-01-05 blueswir1Fix more FSF addresses
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-14 blueswir1Add missing newline at the end of file
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-10-05 blueswir1Make target_sigaltstack_used static
2008-10-05 blueswir1Make ioctl table static
2008-10-04 blueswir1Use qemu-log.h
2008-05-28 bellardvariable dynamic translation buffer size
2008-03-09 blueswir1 Fix some functions declared () rather than (void)...
2007-11-19 j_mayerAvoid duplicated definitions: move common definitions...
2007-11-17 j_mayerResynchronize darwin-user target with linux-user:
2007-11-17 j_mayerAlways make all PowerPC exception definitions visible.
2007-11-12 j_mayerAllow use of SPE extension by all PowerPC targets,
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-08 bellardremoved obsolete x86 code copy support
2007-10-27 j_mayerFix PowerPC FPSCR update and floating-point exception...
2007-09-30 j_mayerFix missing case in the new PowerPC exception model.
2007-09-30 j_mayerImplement the PowerPC alternate time-base, following...
2007-09-29 j_mayerRework PowerPC exceptions model to make it more versatile:
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...
2007-08-19 thsDarwin-user: Compile fix for ppc targets, by Pierre...
2007-06-03 thsSpelling fixes, by Stefan Weil.
2007-03-19 thsHandling more darwin-user syscalls, by Ilya Shar.
2007-02-22 thsRevert host_info changes, and don't fail if sysctl...
2007-02-05 bellardThis patch fixes typos in the commpage definition ...
2007-02-05 bellardThis patch cleans up target_mach_msg_trap(), removes...
2007-02-05 bellardDarwin cleanup usage (Pierre d'Herbemont)
2007-01-31 thsFix set_error return value, by Pierre d'Herbemont.
2007-01-18 thsDarwin userspace emulation, by Pierre d'Herbemont.