summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* Fix fcntl64 logic bug, by Kirill A. Shutemov.ths2007-03-221-0/+4
* fcntl64 fix, by Kirill A. Shutemov.ths2007-03-201-6/+18
* Linux usermode clock_gettime/clock_getres emulation, by Kirill A. Shutemov.ths2007-03-191-0/+23
* Add missing header includes.ths2007-03-191-0/+2
* Fix allocation sizes in getpeername/getsockname, spotted by Kirill A. Shutemov.ths2007-03-191-2/+2
* Support -cpu selection for mips usermode emulation. Fix segfault whenths2007-03-191-2/+10
* Add -cpu option for linux user emulation.j_mayer2007-03-191-11/+23
* Usermode recv syscall fix.pbrook2007-03-171-2/+2
* Align stack when loading bFLT binaries.pbrook2007-03-151-0/+7
* Implement --cpu for ARM.pbrook2007-03-081-1/+1
* Great PowerPC emulation code resynchronisation and improvments:j_mayer2007-03-071-8/+13
* MIPS Userland TLS register emulation, by Daniel Jacobowitz.ths2007-03-023-2/+22
* MIPS FPU dynamic activation, part 1, by Herve Poussineau.ths2007-02-281-3/+3
* Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne.ths2007-02-281-2/+1Star
* Userland mount syscall emulation, by Kirill A. Shutemov.ths2007-02-171-2/+12
* Fix previous Linux userland emulation breakage.ths2007-02-111-2/+17
* Linux userland emulation of prctl, from Debian patchset.ths2007-02-111-1/+3
* Linux userland emulation of syslog, from Debian patchset.ths2007-02-111-2/+6
* copyright updatebellard2007-02-051-1/+1
* sem* and msg* for qemu, part2, by Kirill Shutemov.ths2007-02-021-0/+29
* sem* and msg* for qemu, part1, by Kirill Shutemov.ths2007-02-021-0/+24
* Add ARM Angel semihosting to system emulation.pbrook2007-01-201-235/+0Star
* Support fcntl F_GETLK64, F_SETLK64, F_SETLKW64, by Kirill A. Shutemov.ths2007-01-051-2/+21
* bFLT loader commandline fix.pbrook2006-12-261-1/+1
* Fix userland ELF loader for zero sized BSS.ths2006-12-141-3/+6
* MIPS has also a fixed MMAP_SHIFT of 12.ths2006-12-111-1/+1
* Fix addrlen size, by David Woodhouse.ths2006-12-111-1/+1
* Handle invalid accesses as SIGILL for mips/mipsel userland emulation.ths2006-12-101-0/+2
* Fix fstat for MIPS userland emulation, and add support for a cacheflushths2006-12-081-1/+7
* Add missing ARM syscall numbers.pbrook2006-11-191-1/+66
* Arm semihosted commandline support (Wolfgang Schildbach).pbrook2006-11-193-5/+40
* Remove do_socketcallwrapper.pbrook2006-11-191-92/+129
* MIPS usermode debug exceptions (Dave Denholm).pbrook2006-11-041-0/+14
* removed invalid codebellard2006-10-281-0/+3
* sparc64 syscall fix (Blue Swirl)bellard2006-10-231-0/+8
* ColdFire target.pbrook2006-10-2211-5/+1131
* bFLT 64-bit host fix.pbrook2006-10-221-11/+11
* added cpu_smm_update()bellard2006-09-241-0/+4
* ARM 64-bit host fix.pbrook2006-09-101-10/+10
* Sparc64 host support (Blue Swirl)bellard2006-07-181-6/+6
* Sparc64 user emulator fixes (Blue Swirl)bellard2006-07-182-3/+27
* new clock logic: cpu ticks and virtual clocks are no longer proportional - ad...bellard2006-07-141-23/+1Star
* initial MIPS signal handling (initial patch by Raphael Rigo)bellard2006-06-274-3/+376
* mips socket calls (initial patch by Raphael Rigo)bellard2006-06-243-81/+409
* sparc user fixes (Blue Swirl)bellard2006-06-212-3/+13
* SH bugfixes.pbrook2006-06-181-7/+7
* SH usermode fault handling.pbrook2006-06-171-1/+15
* Respond to qOffsets gdb packet (for debugging bFLT binaries).pbrook2006-06-173-0/+7
* MIPS FPU support in linux user emulationbellard2006-06-141-34/+7Star
* use glibc syscall (David Woodhouse)bellard2006-06-141-102/+34Star