aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-8/+8
2011-08-26linux-user: Correct a few missuses of host addressesEdgar E. Iglesias1-14/+15
2011-08-22microblaze-user: Deliver SIGFPE on div by zeroEdgar E. Iglesias1-0/+7
2011-08-20Use glib memory allocation and free functionsAnthony Liguori3-18/+18
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka1-1/+2
2011-07-30user: Restore debug usage message for '-d ?' in user mode emulationPeter Maydell1-5/+6
2011-07-25Wrap recv to avoid warningsBlue Swirl1-1/+1
2011-07-19Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori21-51/+482
2011-07-14set ELF_HWCAP for SPARC and SPARC64Artyom Tarasenko1-2/+4
2011-07-13linux-user/signal.c: Rename s390 target_ucontext fields to fix ia64Peter Maydell1-15/+15
2011-07-13linux-user: make MIPS and ARM eabi use same argument reorderingRiku Voipio1-20/+18
2011-07-13linux-user: correct syscall 123 on sh4Riku Voipio1-1/+1
2011-07-12mips: rlimit codes are not the sameWesley W. Terpstra2-3/+76
2011-07-12mips: rlimit incorrectly converts valuesWesley W. Terpstra1-5/+17
2011-07-12mips: null pointer deref should segfaultWesley W. Terpstra1-0/+2
2011-07-12mips: missing syscall returns wrong errnoWesley W. Terpstra1-1/+1
2011-07-12mips: sigaltstack argsWesley W. Terpstra1-1/+1