aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2007-04-01Conditionalize more syscall implementations, by Mike Frysinger.ths1-2/+62
2007-03-31Don't let sigaction handle SIGKILL/SIGSTOP, by Stuart Anderson.ths1-1/+1
2007-03-31fcntl() remaining fix, by Stuart Anderson.ths1-0/+34
2007-03-22Fix fcntl64 logic bug, by Kirill A. Shutemov.ths1-0/+4
2007-03-20fcntl64 fix, by Kirill A. Shutemov.ths1-6/+18
2007-03-19Linux usermode clock_gettime/clock_getres emulation, by Kirill A. Shutemov.ths1-0/+23
2007-03-19Add missing header includes.ths1-0/+2
2007-03-19Fix allocation sizes in getpeername/getsockname, spotted by Kirill A. Shutemov.ths1-2/+2
2007-03-19Support -cpu selection for mips usermode emulation. Fix segfault whenths1-2/+10
2007-03-19Add -cpu option for linux user emulation.j_mayer1-11/+23
2007-03-17Usermode recv syscall fix.pbrook1-2/+2
2007-03-15Align stack when loading bFLT binaries.pbrook1-0/+7
2007-03-08Implement --cpu for ARM.pbrook1-1/+1
2007-03-07Great PowerPC emulation code resynchronisation and improvments:j_mayer1-8/+13
2007-03-02MIPS Userland TLS register emulation, by Daniel Jacobowitz.ths3-2/+22
2007-02-28MIPS FPU dynamic activation, part 1, by Herve Poussineau.ths1-3/+3
2007-02-28Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne.ths1-2/+1
2007-02-17Userland mount syscall emulation, by Kirill A. Shutemov.ths1-2/+12
2007-02-11Fix previous Linux userland emulation breakage.ths1-2/+17
2007-02-11Linux userland emulation of prctl, from Debian patchset.ths1-1/+3
2007-02-11Linux userland emulation of syslog, from Debian patchset.ths1-2/+6
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