summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2007-02-05copyright updatebellard1-1/+1
2007-02-02sem* and msg* for qemu, part2, by Kirill Shutemov.ths1-0/+29
2007-02-02sem* and msg* for qemu, part1, by Kirill Shutemov.ths1-0/+24
2007-01-20Add ARM Angel semihosting to system emulation.pbrook1-235/+0
2007-01-05Support fcntl F_GETLK64, F_SETLK64, F_SETLKW64, by Kirill A. Shutemov.ths1-2/+21
2006-12-26bFLT loader commandline fix.pbrook1-1/+1
2006-12-14Fix userland ELF loader for zero sized BSS.ths1-3/+6
2006-12-11MIPS has also a fixed MMAP_SHIFT of 12.ths1-1/+1
2006-12-11Fix addrlen size, by David Woodhouse.ths1-1/+1
2006-12-10Handle invalid accesses as SIGILL for mips/mipsel userland emulation.ths1-0/+2
2006-12-08Fix fstat for MIPS userland emulation, and add support for a cacheflushths1-1/+7
2006-11-19Add missing ARM syscall numbers.pbrook1-1/+66
2006-11-19Arm semihosted commandline support (Wolfgang Schildbach).pbrook3-5/+40
2006-11-19Remove do_socketcallwrapper.pbrook1-92/+129
2006-11-04MIPS usermode debug exceptions (Dave Denholm).pbrook1-0/+14
2006-10-28removed invalid codebellard1-0/+3
2006-10-23sparc64 syscall fix (Blue Swirl)bellard1-0/+8
2006-10-22ColdFire target.pbrook11-5/+1131
2006-10-21bFLT 64-bit host fix.pbrook1-11/+11
2006-09-24added cpu_smm_update()bellard1-0/+4
2006-09-09ARM 64-bit host fix.pbrook1-10/+10
2006-07-18Sparc64 host support (Blue Swirl)bellard1-6/+6
2006-07-18Sparc64 user emulator fixes (Blue Swirl)bellard2-3/+27
2006-07-13new clock logic: cpu ticks and virtual clocks are no longer proportional - ad...bellard1-23/+1
2006-06-27initial MIPS signal handling (initial patch by Raphael Rigo)bellard4-3/+376
2006-06-24mips socket calls (initial patch by Raphael Rigo)bellard3-81/+409
2006-06-21sparc user fixes (Blue Swirl)bellard2-3/+13
2006-06-18SH bugfixes.pbrook1-7/+7
2006-06-17SH usermode fault handling.pbrook1-1/+15
2006-06-17Respond to qOffsets gdb packet (for debugging bFLT binaries).pbrook3-0/+7
2006-06-14MIPS FPU support in linux user emulationbellard1-34/+7
2006-06-14use glibc syscall (David Woodhouse)bellard1-102/+34
2006-06-11bFLT loader (for uClinux binaries).pbrook6-271/+1135
2006-05-14Teach usermode emulation how to lie about uname -r.pbrook3-0/+7
2006-04-27sh4 target (Samuel Tardieu)bellard7-3/+651
2006-04-24ia64 fixesbellard1-1/+1
2006-04-16Implement acct and pretend to implement madvise.pbrook1-2/+10
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook10-701/+1079
2006-03-11Fix FPA condition codes (Ulrich Hecht).pbrook1-1/+1
2006-02-20Add Arm926 core support.pbrook1-0/+1
2006-02-09Arm Linux EABI syscall support.pbrook3-33/+166
2006-02-04Make target_mmap always return -1 on failure.pbrook2-7/+13
2006-02-04Implement Arm BKPT instruction.pbrook1-5/+18
2006-02-04Correctly initialize Arm CPU for Thumb entry points.pbrook1-1/+3
2005-12-18log typosbellard1-2/+2
2005-12-05handle coprocessor exceptionsbellard1-0/+1
2005-11-28statfs fixbellard2-19/+99
2005-11-28correct ioctlsbellard1-69/+84
2005-11-28uid32 syscallsbellard1-19/+19
2005-11-26mips user emulationbellard7-17/+1132