aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2012-02-10linux-user: brk() debuggingPaul Brook
2012-02-10linux-user: fail execve() if env/args too bigUlrich Hecht
2012-02-02linux-user: Fix sa_flags byte swaps for mipsAndreas Färber
2012-02-02linux-user: Define TARGET_QEMU_ESIGRETURN for mips64Andreas Färber
2012-02-02linux-user: Define TARGET_QEMU_ESIGRETURN for mipsn32Andreas Färber
2012-02-02linux-user: Implement *listxattr syscallsPeter Maydell
2012-02-02linux-user/syscall.c: Implement f and l versions of set/get/removexattrPeter Maydell
2012-02-02linux-user: Allow NULL value pointer in setxattr and getxattrPeter Maydell
2012-02-02linux-user: fix wait* syscall status returnsAlexander Graf
2012-02-02linux-user/strace.c: Correct errno printing for mmap etcPeter Maydell
2012-02-02linux-user: fix QEMU_STRACE=1 segfaultAlexander Graf
2012-02-02linux-user: add SO_PEERCRED support for getsockoptAkos PASZTORY
2012-02-02linux-user/main.c: Add option to user-mode emulation so that user can specify...陳韋任
2012-02-02linux-user: fake /proc/self/auxvAlexander Graf
2012-02-02linux-user: fake /proc/self/statAlexander Graf
2012-02-02linux-user: fake /proc/self/mapsAlexander Graf
2012-02-02linux-user: add open() hijack infrastructureAlexander Graf
2012-02-02linux-user: save auxv lengthAlexander Graf
2012-02-02linux-user: stack_base is now mandatory on all targetsRiku Voipio
2012-01-10elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil
2011-12-06linux-user/syscall.c: Don't skip stracing for fcntl64 failure casePeter Maydell
2011-12-06linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 charactersPeter Maydell
2011-12-06linux-user/cpu-uname.c: Convert to UTF-8Peter Maydell
2011-12-06fix typo: delete redundant semicolonDong Xu Wang
2011-12-02fix spelling in linux-user sub directoryDong Xu Wang
2011-11-11linux-user/elfload.c: Don't memset(NULL..) if malloc() failedPeter Maydell
2011-11-09configure: fix detection for xattr.h on modern distributionsAvi Kivity
2011-10-31Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori
2011-10-27ppc64-linux-user: Fix syscall return type.Richard Henderson
2011-10-27ppc64-linux-user: Properly interpret the entry function descriptor.Richard Henderson
2011-10-27sparc-linux-user: Add some missing syscall numbersRichard Henderson
2011-10-27sparc-linux-user: Fixup sending SIGSEGVRichard Henderson
2011-10-27sparc-linux-user: Handle SIGILL.Richard Henderson
2011-10-27linux-user: implement reboot syscallAlexander Graf
2011-10-27linux-user: fix openatAlexander Graf
2011-10-27linux-user: fix abi_(u)long, target_ulong mismatchMatthias Braun
2011-10-27linux-user: fix rlimit syscalls on sparc(64)Matthias Braun
2011-10-27linux-user: fix TARGET_RLIM_INFINITY declarationMatthias Braun
2011-10-26target-sparc: Change fpr representation to doubles.Richard Henderson
2011-10-21linux-user: Fix broken "-version" optionPeter Maydell
2011-10-05linux-user: Remove unused codeStefan Weil
2011-09-26Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori
2011-09-16Remove blanks before \n in output stringsStefan Weil
2011-09-09Fix include statements for qemu-common.hStefan Weil
2011-09-09introduce environment variables for all qemu-user optionsJohannes Schauer
2011-09-09linux-user: Implement setxattr/getxattr/removexattr syscallsAn-Cheng Huang
2011-09-09linux-user: Verify MIPS syscall argumentsAn-Cheng Huang
2011-09-09linux-user: Fix MIPS indirect syscall handlingAn-Cheng Huang
2011-09-09linux-user: Exit with an error if we couldn't set up gdbserverPeter Maydell