summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori22-65/+534
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber1-2/+3
2013-07-09linux-user: Change thread_env to CPUStateAndreas Färber6-22/+27
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber3-11/+13
2013-07-09linux-user: Clean up do_syscall() Coding Style for TARGET_NR_exitAndreas Färber1-36/+37
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell17-0/+460
2013-07-05linux-user: Do not ignore mmap failure from hostJürg Billeter1-0/+4
2013-07-05linux-user: improve target_to_host_sock_type conversionPetar Jovanovic2-149/+275
2013-07-05linux-user: Fix sys_utimensat (would not compile on old glibc)Peter Maydell1-4/+12
2013-07-05linux-user: fix signal number range checkAndreas Schwab1-2/+2
2013-07-05linux-user: add SIOCADDRT/SIOCDELRT supportLaurent Vivier2-2/+68
2013-07-05linux-user: handle /proc/$$ like /proc/selfAndreas Schwab1-19/+46
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber1-15/+23
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber2-2/+2
2013-06-14main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini1-3/+3
2013-06-12linux-user: Drop direct use of openat etc syscallsPeter Maydell1-194/+24
2013-06-12linux-user: Allow getdents to be provided by getdents64Peter Maydell1-1/+60
2013-06-01linux-user: Fix typo in commentLei Li1-1/+1
2013-05-22Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-2/+2
2013-05-20linux-user: Save the correct resume address for MIPS signal handlingKwok Cheung Yeung1-1/+2
2013-05-20linux-user: Fix MIPS ISA transitions during signal handlingKwok Cheung Yeung1-0/+13
2013-05-18fix /proc/self/maps outputChristophe Lyon1-2/+2
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2-3/+3
2013-04-26linux-user: fix compile error due to stray colon at end of #ifdef linePeter Maydell1-1/+1
2013-04-19linux-user: fix setgroups/getgroups for non-UID16 archsAndreas Schwab1-3/+3
2013-04-19linux-user: fix undefined shift in copy_to_user_fdsetAndreas Schwab1-1/+1
2013-04-19linux-user: change do_semop to return target errno when unsuccessfulPetar Jovanovic1-2/+2
2013-04-18elfload: use abi_llong/ullong instead of target_llong/ullongPaolo Bonzini1-2/+2
2013-04-18elfload: use abi_int/uint instead of target_int/uintPaolo Bonzini1-7/+7
2013-04-18elfload: use abi_short/ushort instead of target_short/ushortPaolo Bonzini1-3/+3
2013-04-18elfload: use tswapreg consistently in elf_core_copy_regsPaolo Bonzini1-57/+57
2013-04-18elfload: fix size of registers for N32Paolo Bonzini1-7/+14
2013-04-18elfload: fix size of ABI-dependent fields in core dumpsPaolo Bonzini1-9/+9
2013-04-12linux-user: pass correct host flags to eventfd2 callPetar Jovanovic1-1/+10
2013-04-05linux-user: Don't omit comma for strace of rt_sigaction()Peter Maydell1-1/+1
2013-03-11linux-user/syscall.c: Don't warn about unimplemented get_robust_listPeter Maydell1-1/+14
2013-03-11linux-user: Implement accept4Peter Maydell1-8/+31
2013-03-11linux-user: Implement sendfile and sendfile64Peter Maydell1-0/+53
2013-03-11linux-user: make bogus negative iovec lengths fail EINVALPeter Maydell1-1/+1
2013-03-11linux-user: Fix layout of usage table to account for option textPeter Maydell1-8/+16
2013-03-11linux-user: Add more sparc syscall numbersDillon Amburgey1-0/+2
2013-03-11linux-user: Support setgroups syscall with no groupsDillon Amburgey1-10/+12
2013-03-11linux-user: fix futex strace of FUTEX_CLOCK_REALTIMEJohn Rigby1-0/+6
2013-03-11linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futexJohn Rigby1-1/+2
2013-03-11linux-user: improve print_fcntl()Laurent Vivier1-18/+79
2013-03-11linux-user: Add Alpha socket constantsDillon Amburgey1-0/+69
2013-03-05mipsn32-linux-user: Configure the architecture properlyRichard Henderson6-1121/+626
2013-03-05mips-linux-user: Fix n32 and n64 syscallsRichard Henderson1-7/+18
2013-03-05mips-linux-user: Save and restore fpu and dsp from sigcontextRichard Henderson1-115/+42
2013-03-05mips-linux-user: Share o32 code for n32 and n64 signalsRichard Henderson1-1/+29