aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2007-05-26Rework m68k cpu feature flags.pbrook
2007-05-26Suppress pointer from integer of different size warning.pbrook
2007-05-26M68k system mode semihosting.pbrook
2007-05-23m68k/ColdFire system emulation.pbrook
2007-05-13MIPS linux-user update.ths
2007-04-26Use 16-bit uid wrappers, by Magnus Damm.ths
2007-04-19termios structure definition fix by Stuart Anderson.j_mayer
2007-04-15bFLT loader alignment fix.pbrook
2007-04-14Fix incorrect pointers casts.j_mayer
2007-04-14Fix miscellaneous display warnings for PowerPC & alpha targetsj_mayer
2007-04-08Sparc32/64 CPU selection for user emulatorblueswir1
2007-04-06Code provision for x86_64 and PowerPC 64 linux user mode support.j_mayer
2007-04-06Code provision for 64 bits linux user-mode targets support.j_mayer
2007-04-05Preliminary patch for Alpha Linux user mode emulation support.j_mayer
2007-04-05Definitions needed for Alpha linux user-mode emulation.j_mayer
2007-04-01Conditionalize more syscall implementations, by Mike Frysinger.ths
2007-03-31Don't let sigaction handle SIGKILL/SIGSTOP, by Stuart Anderson.ths
2007-03-31fcntl() remaining fix, by Stuart Anderson.ths
2007-03-22Fix fcntl64 logic bug, by Kirill A. Shutemov.ths
2007-03-20fcntl64 fix, by Kirill A. Shutemov.ths
2007-03-19Linux usermode clock_gettime/clock_getres emulation, by Kirill A. Shutemov.ths
2007-03-19Add missing header includes.ths
2007-03-19Fix allocation sizes in getpeername/getsockname, spotted by Kirill A. Shutemov.ths
2007-03-19Support -cpu selection for mips usermode emulation. Fix segfault whenths
2007-03-19Add -cpu option for linux user emulation.j_mayer
2007-03-17Usermode recv syscall fix.pbrook
2007-03-15Align stack when loading bFLT binaries.pbrook
2007-03-08Implement --cpu for ARM.pbrook
2007-03-07Great PowerPC emulation code resynchronisation and improvments:j_mayer
2007-03-02MIPS Userland TLS register emulation, by Daniel Jacobowitz.ths
2007-02-28MIPS FPU dynamic activation, part 1, by Herve Poussineau.ths
2007-02-28Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne.ths
2007-02-17Userland mount syscall emulation, by Kirill A. Shutemov.ths
2007-02-11Fix previous Linux userland emulation breakage.ths
2007-02-11Linux userland emulation of prctl, from Debian patchset.ths
2007-02-11Linux userland emulation of syslog, from Debian patchset.ths
2007-02-05copyright updatebellard
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