aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-11linux-user/syscall.c: Enforce pselect6 sigset size restrictionsPeter Maydell1-0/+5
2011-07-11linux-user: Implement prlimit64 syscallPeter Maydell2-0/+47
2011-07-11linux-user: Add syscall numbers from kernel 2.6.39.2Peter Maydell16-5/+253
2011-07-11linux-user: Add support for even more FB ioctlsCédric VINCENT3-0/+23
2011-07-11linux-user: Add support for more VT ioctlsCédric VINCENT3-0/+15
2011-07-11linux-user: Add support for KD...LED ioctlsCédric VINCENT2-0/+8
2011-06-28user: Fix -d debug logging for usermode emulationEdgar E. Iglesias1-1/+1
2011-06-27Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori7-171/+348
2011-06-26Remove exec-all.h include directivesBlue Swirl1-2/+1
2011-06-21linux-user: Fix sync_file_range on 32bit mipsRiku Voipio1-0/+5
2011-06-21linux-user/signal.c: Remove unused fenabPeter Maydell1-2/+5
2011-06-21linux-user/signal.c: Remove only-ever-set variable fpu_save_addrPeter Maydell1-5/+5
2011-06-21linux-user: Bump do_syscall() up to 8 syscall argumentsPeter Maydell3-17/+31
2011-06-21flatload: memp was a write-only variableJuan Quintela1-3/+0
2011-06-21flatload: end_code was only used in a debug messageJuan Quintela1-3/+2
2011-06-21linux-user: syscall should use sanitized arg1Juan Quintela1-2/+2
2011-06-21syscall: really return ret codeJuan Quintela1-4/+4
2011-06-21linuxload: id_change was a write only variableJuan Quintela1-24/+1
2011-06-21linux-user: Define AT_RANDOM to support target stack protection mechanism.Laurent ALFONSI1-1/+20
2011-06-21linux-user: add pselect6 syscall supportMike Frysinger1-19/+130
2011-06-21linux-user: Fix the computation of the requested heap sizevincent1-8/+29
2011-06-21linux-user: Don't use MAP_FIXED in do_brk()Peter Maydell1-9/+20
2011-06-21linux-user: Handle images where lowest vaddr is not page alignedPeter Maydell1-57/+73
2011-06-21linux-user: Fix the load of ELF files that have no "useful" symbolCédric VINCENT1-15/+19
2011-06-20Don't translate pointer when in restore_sigcontextMike McCormack1-2/+2
2011-06-15Command line support for altering the log file locationMatthew Fernandez1-17/+26
2011-06-10Merge remote branch 'rth/axp-next' into alpha-mergeEdgar E. Iglesias1-33/+17
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-05-31target-alpha: Tidy exception constants.Richard Henderson1-30/+14
2011-05-31target-alpha: Rationalize internal processor registers.Richard Henderson1-3/+3
2011-05-23Merge branch 's390-next' of git://repo.or.cz/qemu/agrafAurelien Jarno9-6/+1181
2011-05-22Delete unused tb_invalidate_page_rangeBlue Swirl1-20/+2
2011-05-20s390x: s390x-linux-user supportUlrich Hecht9-6/+1181
2011-05-08linux-user: Replace deprecated functionStefan Weil1-1/+1
2011-05-08Fix spelling in comments (intruction -> instruction)Stefan Weil1-1/+1
2011-05-08Fix typo in comment (truely -> truly)Stefan Weil1-1/+1
2011-05-08Fix typos in comments (neccessary -> necessary)Stefan Weil1-1/+1
2011-05-08Fix typo in comment (dieing -> dying)Stefan Weil1-1/+1
2011-05-02Don't zero out buffer in sched_getaffinityMike McCormack1-12/+1
2011-05-02Fix buffer overrun in sched_getaffinityMike McCormack1-1/+1