Age | Commit message (Expand) | Author |
2010-06-16 | Usermode exec-stack fix | Paul Brook |
2010-06-16 | Strace mprotect flags. | Paul Brook |
2010-06-11 | s390x: Avoid _llseek. | Richard Henderson |
2010-06-10 | rename CONFIG_QEMU_PREFIX | Paolo Bonzini |
2010-06-09 | linux-user: honor low bit of entry PC for MIPS | Nathan Froyd |
2010-05-29 | Pre-allocate guest address space | Paul Brook |
2010-05-28 | alpha-linux-user: Fill in SI_CODE for SIGSEGV. | Richard Henderson |
2010-05-28 | linux-user: Use qemu-malloc.c. | Richard Henderson |
2010-05-28 | linux-user: Fix compilation with DEBUG defined | Riccardo Magliocchetti |
2010-05-21 | linux-user: do not warn for missing pselect6 | Riku Voipio |
2010-05-21 | tcg: Initialize the prologue after GUEST_BASE is fixed. | Richard Henderson |
2010-05-21 | alpha-linux-user: Fix sigprocmask. | Richard Henderson |
2010-05-21 | alpha-linux-user: Fix sigsuspend parameters. | Richard Henderson |
2010-05-21 | alpha-linux-user: Fix getxpid. | Richard Henderson |
2010-05-21 | alpha-linux-user: Fix pipe return mechanism. | Richard Henderson |
2010-05-21 | alpha-linux-user: Add correct sigaction constants. | Richard Henderson |
2010-05-21 | alpha-linux-user: Fix siginfo.si_addr for SIGSEGV and SIGBUS. | Richard Henderson |
2010-05-21 | alpha-linux-user: Fix brk error return. | Richard Henderson |
2010-05-19 | linux-user: fix 32-bit host breakage | Aurelien Jarno |
2010-05-19 | microblaze: Update elf machine nums. | Edgar E. Iglesias |
2010-05-19 | microblaze: Add linux-user core dumping support. | Edgar E. Iglesias |
2010-05-18 | linux-user: rlimit conversion between host and target. | takasi-y@ops.dti.ne.jp |
2010-05-09 | sparc: Fix lazy flag calculation on interrupts, refactor | Blue Swirl |
2010-05-05 | Better default guest_base | Paul Brook |
2010-05-05 | Remove PAGE_RESERVED | Paul Brook |
2010-04-27 | target-alpha: Fix load-locked/store-conditional. | Richard Henderson |
2010-04-27 | target-alpha: Enable NPTL. | Richard Henderson |
2010-04-27 | target-alpha: Implement rs/rc properly. | Richard Henderson |
2010-04-26 | linux-user: Fix sparc32plus stat64 syscalls. | Richard Henderson |
2010-04-25 | linux-user: Fix Sparc64 syscall returns. | Richard Henderson |
2010-04-25 | linux-user: Remove ELFLOAD32. | Richard Henderson |
2010-04-14 | linux-user: do_shmdt(): Fix page_set_flags's 2nd arg. | takasi-y@ops.dti.ne.jp |
2010-04-08 | linux-user: switch default ppc64 CPU to 970fx from 970 | Aurelien Jarno |
2010-04-01 | Fix compilation with missing inotify_init1 | Stefan Weil |
2010-04-01 | linux-user/ia64: workaround ia64 strangenesses | Aurelien Jarno |
2010-03-29 | Compile qemu-timer only once | Blue Swirl |
2010-03-28 | linux-user/ppc: use the Linux register layout | Rob Landley |
2010-03-27 | linux-user: Use RLIMIT_STACK for default stack size. | Richard Henderson |
2010-03-26 | linux-user: Add the syscall id for pselect6 on ARM | Michael Casadevall |
2010-03-26 | linux-user: add inotify_init1 syscall support | Riku Voipio |
2010-03-18 | Replace assert(0) with abort() or cpu_abort() | Blue Swirl |
2010-03-13 | Fix build with -DNDEBUG in CFLAGS | Blue Swirl |
2010-03-12 | Fix usermode virtual address type | Paul Brook |
2010-03-12 | linux-user: Fix mmap_find_vma returning invalid addresses. | Richard Henderson |
2010-03-12 | linux-user: Use h2g_valid in qemu_vmalloc. | Richard Henderson |
2010-03-07 | Update to a hopefully more future proof FSF address | Blue Swirl |
2010-03-06 | linux-user: Save/restore fpu registers to signal context on sh4 | takasi-y@ops.dti.ne.jp |
2010-03-06 | linux-user: Fix syscall pipe2() retval on sh4 | takasi-y@ops.dti.ne.jp |
2010-03-01 | Disassembler symbol lookup fix | Paul Brook |
2010-02-28 | alpha-linux-user: Implement signals. | Richard Henderson |