summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2016-06-26linux-user: fix clone() straceLaurent Vivier1-22/+20
2016-06-26linux-user: add socket() straceLaurent Vivier2-1/+24
2016-06-26linux-user: add socketcall() straceLaurent Vivier3-5/+568
2016-06-26linux-user: Support F_GETPIPE_SZ and F_SETPIPE_SZ fcntlsPeter Maydell3-0/+15
2016-06-26linux-user: Fix wrong type used for argument to rt_sigqueueinfoPeter Maydell1-1/+4
2016-06-26linux-user: Create a hostdep.h for each host architecturePeter Maydell12-6/+166
2016-06-26linux-user: Don't use sigfillset() on uc->uc_sigmaskPeter Maydell3-6/+14
2016-06-26linux-user: Use safe_syscall wrapper for fcntlPeter Maydell1-11/+23
2016-06-26linux-user: Use __get_user() and __put_user() to handle structs in do_fcntl()Peter Maydell1-132/+166
2016-06-24target-mips: Implement FCR31's R/W bitmask and related functionalitiesAleksandar Markovic1-0/+14
2016-06-24linux-user: Avoid possible misalignment in host_to_target_siginfo()Peter Maydell1-2/+11
2016-06-23ppc: Rework generation of priv and inval interruptsBenjamin Herrenschmidt1-0/+1
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+12
2016-06-20trace: split out trace events for linux-user/ directoryDaniel P. Berrange1-0/+12
2016-06-20log: Fix qemu_set_log_filename() error handlingMarkus Armbruster1-1/+2
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-11/+4
2016-06-16os-posix: include sys/mman.hPaolo Bonzini6-6/+0
2016-06-08Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...Peter Maydell7-418/+1361
2016-06-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2016-06-08linux-user: In fork_end(), remove correct CPUs from CPU listPeter Maydell1-1/+1
2016-06-08linux-user: Special-case ERESTARTSYS in target_strerror()Peter Maydell1-0/+7
2016-06-08linux-user: Make target_strerror() return 'const char *'Peter Maydell3-4/+4
2016-06-08linux-user: Correct signedness of target_flock l_start and l_len fieldsPeter Maydell1-17/+17
2016-06-08linux-user: Use safe_syscall wrapper for ioctlPeter Maydell1-11/+16
2016-06-08linux-user: Use safe_syscall wrapper for accept and accept4 syscallsPeter Maydell1-19/+4
2016-06-08linux-user: Use safe_syscall wrapper for semopPeter Maydell1-1/+10
2016-06-08linux-user: Use safe_syscall wrapper for epoll_wait syscallsPeter Maydell1-8/+10
2016-06-08linux-user: Use safe_syscall wrapper for poll and ppoll syscallsPeter Maydell1-16/+31
2016-06-08linux-user: Use safe_syscall wrapper for sleep syscallsPeter Maydell1-3/+10
2016-06-08linux-user: Use safe_syscall wrapper for rt_sigtimedwait syscallPeter Maydell1-1/+4
2016-06-08linux-user: Use safe_syscall wrapper for flockPeter Maydell1-1/+2
2016-06-08linux-user: Use safe_syscall wrapper for mq_timedsend and mq_timedreceivePeter Maydell1-6/+14
2016-06-08linux-user: Use safe_syscall wrapper for msgsnd and msgrcvPeter Maydell1-2/+30
2016-06-08linux-user: Use safe_syscall wrapper for send* and recv* syscallsPeter Maydell1-6/+13
2016-06-08linux-user: Use safe_syscall wrapper for connect syscallPeter Maydell1-1/+3
2016-06-08linux-user: Use safe_syscall wrapper for readv and writev syscallsPeter Maydell1-2/+4
2016-06-08linux-user: Fix error conversion in 64-bit fadvise syscallPeter Maydell1-2/+2
2016-06-08linux-user: Fix NR_fadvise64 and NR_fadvise64_64 for 32-bit guestsPeter Maydell1-0/+40
2016-06-08linux-user: Fix handling of arm_fadvise64_64 syscallPeter Maydell1-11/+11
2016-06-08linux-user: provide frame information in x86-64 safe_syscallPeter Maydell1-0/+10
2016-06-08linux-user: Avoid possible misalignment in target_to_host_siginfo()Peter Maydell1-7/+12
2016-06-07linux-user: Use DIV_ROUND_UPLaurent Vivier1-2/+2
2016-06-07linux-user: Use both si_code and si_signo when converting siginfo_tPeter Maydell2-49/+131
2016-06-07linux-user: Restart fork() if signals pendingTimothy E Baldwin1-0/+5
2016-06-07linux-user: Use safe_syscall for kill, tkill and tgkill syscallsPeter Maydell1-16/+7
2016-06-07linux-user: Restart exit() if signal pendingTimothy E Baldwin1-2/+6
2016-06-07linux-user: pause() should not pause if signal pendingTimothy E Baldwin1-1/+4
2016-06-07linux-user: Block signals during sigaction() handlingTimothy E Baldwin1-3/+9
2016-06-07linux-user: Queue synchronous signals separatelyTimothy E Baldwin2-32/+43
2016-06-07linux-user: Remove real-time signal queuingTimothy E Baldwin3-74/+14