aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2012-02-02linux-user: Fix sa_flags byte swaps for mipsAndreas Färber1-0/+8
2012-02-02linux-user: Define TARGET_QEMU_ESIGRETURN for mips64Andreas Färber1-0/+3
2012-02-02linux-user: Define TARGET_QEMU_ESIGRETURN for mipsn32Andreas Färber1-0/+3
2012-02-02linux-user: Implement *listxattr syscallsPeter Maydell1-1/+35
2012-02-02linux-user/syscall.c: Implement f and l versions of set/get/removexattrPeter Maydell1-9/+70
2012-02-02linux-user: Allow NULL value pointer in setxattr and getxattrPeter Maydell1-6/+18
2012-02-02linux-user: fix wait* syscall status returnsAlexander Graf1-2/+2
2012-02-02linux-user/strace.c: Correct errno printing for mmap etcPeter Maydell1-5/+4
2012-02-02linux-user: fix QEMU_STRACE=1 segfaultAlexander Graf2-4/+17
2012-02-02linux-user: add SO_PEERCRED support for getsockoptAkos PASZTORY2-1/+39
2012-02-02linux-user/main.c: Add option to user-mode emulation so that user can specify...陳韋任1-0/+7
2012-02-02linux-user: fake /proc/self/auxvAlexander Graf1-0/+30
2012-02-02linux-user: fake /proc/self/statAlexander Graf1-0/+26
2012-02-02linux-user: fake /proc/self/mapsAlexander Graf1-0/+15
2012-02-02linux-user: add open() hijack infrastructureAlexander Graf1-3/+49
2012-02-02linux-user: save auxv lengthAlexander Graf2-11/+5
2012-02-02linux-user: stack_base is now mandatory on all targetsRiku Voipio1-1/+1
2012-01-10elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil1-7/+4
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil1-1/+1
2011-12-06linux-user/syscall.c: Don't skip stracing for fcntl64 failure casePeter Maydell1-2/+4
2011-12-06linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 charactersPeter Maydell1-17/+17
2011-12-06linux-user/cpu-uname.c: Convert to UTF-8Peter Maydell1-1/+1
2011-12-06fix typo: delete redundant semicolonDong Xu Wang1-1/+1
2011-12-02fix spelling in linux-user sub directoryDong Xu Wang5-8/+8
2011-11-11linux-user/elfload.c: Don't memset(NULL..) if malloc() failedPeter Maydell2-4/+3
2011-11-09configure: fix detection for xattr.h on modern distributionsAvi Kivity1-1/+1
2011-10-31Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori9-175/+193
2011-10-27ppc64-linux-user: Fix syscall return type.Richard Henderson1-10/+3
2011-10-27ppc64-linux-user: Properly interpret the entry function descriptor.Richard Henderson1-4/+4
2011-10-27sparc-linux-user: Add some missing syscall numbersRichard Henderson1-0/+3
2011-10-27sparc-linux-user: Fixup sending SIGSEGVRichard Henderson1-2/+2
2011-10-27sparc-linux-user: Handle SIGILL.Richard Henderson1-0/+9
2011-10-27linux-user: implement reboot syscallAlexander Graf1-1/+7
2011-10-27linux-user: fix openatAlexander Graf1-13/+1
2011-10-27linux-user: fix abi_(u)long, target_ulong mismatchMatthias Braun6-143/+157
2011-10-27linux-user: fix rlimit syscalls on sparc(64)Matthias Braun1-1/+6
2011-10-27linux-user: fix TARGET_RLIM_INFINITY declarationMatthias Braun1-1/+1
2011-10-26target-sparc: Change fpr representation to doubles.Richard Henderson1-12/+16
2011-10-21linux-user: Fix broken "-version" optionPeter Maydell1-11/+8
2011-10-05linux-user: Remove unused codeStefan Weil1-4/+1
2011-09-26Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori4-220/+579
2011-09-16Remove blanks before \n in output stringsStefan Weil1-1/+1
2011-09-09Fix include statements for qemu-common.hStefan Weil1-2/+1
2011-09-09introduce environment variables for all qemu-user optionsJohannes Schauer1-207/+348
2011-09-09linux-user: Implement setxattr/getxattr/removexattr syscallsAn-Cheng Huang1-3/+51
2011-09-09linux-user: Verify MIPS syscall argumentsAn-Cheng Huang1-5/+17
2011-09-09linux-user: Fix MIPS indirect syscall handlingAn-Cheng Huang1-1/+1
2011-09-09linux-user: Exit with an error if we couldn't set up gdbserverPeter Maydell1-1/+5
2011-09-09linux-user: Implement new ARM 64 bit cmpxchg kernel helperDr. David Alan Gilbert3-3/+148
2011-09-09linux-user: Fix initialization of the heap contents when allocating new pagesCédric VINCENT1-0/+9