aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
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
2011-09-09linux-user: Implement new ARM 64 bit cmpxchg kernel helperDr. David Alan Gilbert
2011-09-09linux-user: Fix initialization of the heap contents when allocating new pagesCédric VINCENT
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil
2011-08-26linux-user: Correct a few missuses of host addressesEdgar E. Iglesias
2011-08-22microblaze-user: Deliver SIGFPE on div by zeroEdgar E. Iglesias
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka
2011-07-30user: Restore debug usage message for '-d ?' in user mode emulationPeter Maydell
2011-07-25Wrap recv to avoid warningsBlue Swirl
2011-07-19Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori
2011-07-14set ELF_HWCAP for SPARC and SPARC64Artyom Tarasenko
2011-07-13linux-user/signal.c: Rename s390 target_ucontext fields to fix ia64Peter Maydell
2011-07-13linux-user: make MIPS and ARM eabi use same argument reorderingRiku Voipio
2011-07-13linux-user: correct syscall 123 on sh4Riku Voipio
2011-07-12mips: rlimit codes are not the sameWesley W. Terpstra
2011-07-12mips: rlimit incorrectly converts valuesWesley W. Terpstra
2011-07-12mips: null pointer deref should segfaultWesley W. Terpstra
2011-07-12mips: missing syscall returns wrong errnoWesley W. Terpstra
2011-07-12mips: sigaltstack argsWesley W. Terpstra
2011-07-11linux-user/syscall.c: Enforce pselect6 sigset size restrictionsPeter Maydell
2011-07-11linux-user: Implement prlimit64 syscallPeter Maydell
2011-07-11linux-user: Add syscall numbers from kernel 2.6.39.2Peter Maydell
2011-07-11linux-user: Add support for even more FB ioctlsCédric VINCENT
2011-07-11linux-user: Add support for more VT ioctlsCédric VINCENT
2011-07-11linux-user: Add support for KD...LED ioctlsCédric VINCENT
2011-06-28user: Fix -d debug logging for usermode emulationEdgar E. Iglesias
2011-06-27Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-21linux-user: Fix sync_file_range on 32bit mipsRiku Voipio
2011-06-21linux-user/signal.c: Remove unused fenabPeter Maydell
2011-06-21linux-user/signal.c: Remove only-ever-set variable fpu_save_addrPeter Maydell
2011-06-21linux-user: Bump do_syscall() up to 8 syscall argumentsPeter Maydell
2011-06-21flatload: memp was a write-only variableJuan Quintela
2011-06-21flatload: end_code was only used in a debug messageJuan Quintela
2011-06-21linux-user: syscall should use sanitized arg1Juan Quintela
2011-06-21syscall: really return ret codeJuan Quintela
2011-06-21linuxload: id_change was a write only variableJuan Quintela
2011-06-21linux-user: Define AT_RANDOM to support target stack protection mechanism.Laurent ALFONSI
2011-06-21linux-user: add pselect6 syscall supportMike Frysinger
2011-06-21linux-user: Fix the computation of the requested heap sizevincent
2011-06-21linux-user: Don't use MAP_FIXED in do_brk()Peter Maydell