fix coreaudio driver for os x 10.5
[qemu] / linux-user /
2009-03-26 Mika Westerberglinux-user: added ELF coredump support for ARM target
2009-03-26 Jussi Hakalarevert to original implementation of sbox-call
2009-03-19 Mika Westerberglinux-user: removed unnecessary MAX_SOCK_ADDR checks...
2009-03-09 Riku Voipiofix merge fallout
2009-03-09 Riku Voipiouse Paul Brooks thread variant
2009-03-09 Mika WesterbergChanged fprintf() -> qemu_log().
2009-03-09 Riku VoipioMerge branch 'upstream' into maemo-test
2009-03-09 Mika WesterbergChanged fprintf() -> qemu_log().
2009-03-07 aurel32Use a dedicated function to request exit from execution...
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-03-05 Mika WesterbergStrace is now working again with GUEST_BASE support. 0.10.0-0maemo1
2009-03-05 Riku VoipioRevived GUEST_BASE support for usermode emulation targets.
2009-03-05 Riku VoipioMerge commit 'origin/master' into maemo-test
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-13 Riku Voipiomerge changes with "User-mode GDB stub improvements"
2009-02-13 Riku Voipiolinux-user: Proper exit code for uncaught signals
2009-02-12 Riku Voipiomake keep-ld-preload default
2009-02-10 Riku Voipiohack --sbox-call more
2009-02-10 Riku Voipiohack --sbox-call more
2009-02-09 aurel32Fix crash caused by missing command line arguments
2009-02-03 edgar_iglPartialy fix mmap at EOF for large pagesize targets...
2009-02-03 aurel32linux-user: Remove incorrect break;
2009-02-02 Riku Voipiolinux-user: Remove incorrect break;
2009-02-01 malcReplace noreturn with QEMU_NORETURN
2009-01-30 aurel32linux-user: fix signal.c warning
2009-01-30 aurel32linux-user: identify running binary in /proc/self/exe
2009-01-30 aurel32linux-user: Add generic env variable handling
2009-01-30 aurel32target-ppc: Fix struct target_stat64 for 32-bit host
2009-01-30 aurel32target-sh4: Fix struct target_stat64 for 64-bit host
2009-01-30 aurel32linuw-user fix: read() and acct() on NULL arguments
2009-01-30 aurel32linux-user: don't crash with null name
2009-01-30 aurel32linux-user: return EINVAL on incorrect sockaddr
2009-01-30 aurel32linux-user: fix accept(2) with NULL peer
2009-01-30 Lauro Ramos Venancioimplement CLONE_CHILD_CLEARTID
2009-01-28 malcFix qemu_malloc.
2009-01-28 Riku Voipiolinux-user: unix sockets - fix running dbus
2009-01-28 Riku Voipioflush stdout after printing usage()
2009-01-26 Riku Voipiolinux-user: identify running binary in /proc/self/exe
2009-01-26 Riku VoipioRevert "linux-user: identify running binary in /proc...
2009-01-26 Riku Voipioatfile wrapper support for sb2
2009-01-23 aliguorilinux-user: add qemu_realloc() implementation to unbrea...
2009-01-20 blueswir1Fix user emulator breakage, based on patch by Riku...
2009-01-16 Mika Westerberglinux-user: break recursion loop on symlink to . or ..
2009-01-16 Riku Voipiofix accept(2) with NULL peer
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriClean up debugging code #ifdefs (Eduardo Habkost)
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-14 Riku VoipioAdd legacy shwitch for -sbox-call
2009-01-14 Riku VoipioAdd support for passing contents of argv0
2009-01-14 Riku Voipiolinux-user: Add generic env variable handling
2009-01-14 Riku Voipiolinux-user: identify running binary in /proc/self/exe
2009-01-14 Riku Voipiolinux-user: return EINVAL on incorrect sockaddr
2009-01-14 Riku Voipiolinux-user: don't crash with null name
2009-01-14 Riku Voipiofix read() and acct() on NULL arguments
2009-01-14 Riku Voipiolinux-user: do not segfault on unkown -d option
2009-01-14 Riku Voipiolinux-user: Change cpu default
2009-01-14 Lionel LandwerlinMore strace formatting for posix message queues syscalls
2009-01-14 Lionel LandwerlinFormat mq_open strace arguments
2009-01-14 Riku VoipioAdded posix message queue syscalls except mq_notify
2009-01-14 Kirill A. Shutemovshmat(): use mmap_find_vma to find free memory area
2009-01-14 Kirill A. ShutemovImplement shm* syscalls
2009-01-14 Kirill A. ShutemovFix and cleanup IPCOP_shm* ipc calls handling
2009-01-14 Kirill A. ShutemovImplement sem* syscalls
2009-01-14 Kirill A. ShutemovFix and cleanup IPCOP_sem* ipc calls handling
2009-01-14 Kirill A. ShutemovRewrite mmap_find_vma() to work fine on 64-bit hosts...
2009-01-14 Kirill A. ShutemovFix fstatat64()/newfstatat() syscall implementation
2009-01-07 edgar_iglCRIS: Add a bunch of syscall numbers.
2009-01-07 edgar_iglCRIS: Clone flags are reversed on CRIS.
2009-01-07 edgar_iglCRIS: Implement set_thread_area for CRIS.
2009-01-05 blueswir1Fix more FSF addresses
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2009-01-03 aurel32Fix qemu endless loop when raising a SIGSEGV/SIGBUS...
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-18 aurel32User-mode GDB stub improvements - handle signals
2008-12-18 aurel32User-mode GDB stub improvements - handle fork
2008-12-15 blueswir1Fix mremap, based on patch by Kirill A. Shutemov
2008-12-13 blueswir1Fix warning about unused shm_regions
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-12-11 blueswir1Fix compiling without MREMAP_FIXED
2008-12-10 malcIntroduce and use cache-utils.[ch]
2008-12-08 aurel32linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MA...
2008-12-08 aurel32linux-user: mmap: add check if requested memory area...
2008-12-08 aurel32linux-user: Move abi_* typedefs into qemu-types.h
2008-11-27 thslinux-user: Add support for STOP/CONT signals.
2008-11-27 thslinux-user: sig is target signal.
2008-11-18 aliguorix86: Debug register emulation (Jan Kiszka)
2008-11-14 aurel32target-alpha: implement getxuid and getxgid syscalls
2008-11-14 aurel32ppc-linux-user: handle EXCP_DEBUG
2008-11-12 aurel32target-alpha: fix termbits and target IOC macros
2008-11-11 aurel32target-alpha: add proper fcntl definitions
2008-11-10 balroguse target_mmap() to allocate idt, gdt and ldt (Kirill...
2008-11-06 aurel32User qemu profiling
2008-10-28 balrogFix return value printing for shmat (Lauro Ramos Venancio).
2008-10-28 balrogRecvmsg must return the number of bytes received (Lauro...
2008-10-28 balrogFix iovec for the case with invalid elements (Lauro...
2008-10-28 balrogUse the host exit syscall for exiting (Lauro Ramos...
next