aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2007-02-02sem* and msg* for qemu, part2, by Kirill Shutemov.ths
2007-02-02sem* and msg* for qemu, part1, by Kirill Shutemov.ths
2007-01-20Add ARM Angel semihosting to system emulation.pbrook
2007-01-05Support fcntl F_GETLK64, F_SETLK64, F_SETLKW64, by Kirill A. Shutemov.ths
2006-12-26bFLT loader commandline fix.pbrook
2006-12-14Fix userland ELF loader for zero sized BSS.ths
2006-12-11MIPS has also a fixed MMAP_SHIFT of 12.ths
2006-12-11Fix addrlen size, by David Woodhouse.ths
2006-12-10Handle invalid accesses as SIGILL for mips/mipsel userland emulation.ths
2006-12-08Fix fstat for MIPS userland emulation, and add support for a cacheflushths
2006-11-19Add missing ARM syscall numbers.pbrook
2006-11-19Arm semihosted commandline support (Wolfgang Schildbach).pbrook
2006-11-19Remove do_socketcallwrapper.pbrook
2006-11-04MIPS usermode debug exceptions (Dave Denholm).pbrook
2006-10-28removed invalid codebellard
2006-10-23sparc64 syscall fix (Blue Swirl)bellard
2006-10-22ColdFire target.pbrook
2006-10-21bFLT 64-bit host fix.pbrook
2006-09-24added cpu_smm_update()bellard
2006-09-09ARM 64-bit host fix.pbrook
2006-07-18Sparc64 host support (Blue Swirl)bellard
2006-07-18Sparc64 user emulator fixes (Blue Swirl)bellard
2006-07-13new clock logic: cpu ticks and virtual clocks are no longer proportional - ad...bellard
2006-06-27initial MIPS signal handling (initial patch by Raphael Rigo)bellard
2006-06-24mips socket calls (initial patch by Raphael Rigo)bellard
2006-06-21sparc user fixes (Blue Swirl)bellard
2006-06-18SH bugfixes.pbrook
2006-06-17SH usermode fault handling.pbrook
2006-06-17Respond to qOffsets gdb packet (for debugging bFLT binaries).pbrook
2006-06-14MIPS FPU support in linux user emulationbellard
2006-06-14use glibc syscall (David Woodhouse)bellard
2006-06-11bFLT loader (for uClinux binaries).pbrook
2006-05-14Teach usermode emulation how to lie about uname -r.pbrook
2006-04-27sh4 target (Samuel Tardieu)bellard
2006-04-24ia64 fixesbellard
2006-04-16Implement acct and pretend to implement madvise.pbrook
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook
2006-03-11Fix FPA condition codes (Ulrich Hecht).pbrook
2006-02-20Add Arm926 core support.pbrook
2006-02-09Arm Linux EABI syscall support.pbrook
2006-02-04Make target_mmap always return -1 on failure.pbrook
2006-02-04Implement Arm BKPT instruction.pbrook
2006-02-04Correctly initialize Arm CPU for Thumb entry points.pbrook
2005-12-18log typosbellard
2005-12-05handle coprocessor exceptionsbellard
2005-11-28statfs fixbellard
2005-11-28correct ioctlsbellard
2005-11-28uid32 syscallsbellard
2005-11-26mips user emulationbellard
2005-11-26added AT_PLATFORM and AT_HWCAP for x86 (initial patch by Gwenole Beauchesne)bellard