aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-06linux-user: Special-case ERESTARTSYS in target_strerror()sigrace-fixes-3Peter Maydell
2016-06-06linux-user: Make target_strerror() return 'const char *'Peter Maydell
2016-06-06linux-user: Use safe_syscall wrapper for fcntlPeter Maydell
2016-06-06linux-user: Correct signedness of target_flock l_start and l_len fieldsPeter Maydell
2016-06-06linux-user: Use __get_user() and __put_user() to handle structs in do_fcntl()Peter Maydell
2016-06-06linux-user: Use safe_syscall wrapper for ioctlPeter Maydell
2016-06-06linux-user: Use safe_syscall wrapper for accept and accept4 syscallsPeter Maydell
2016-06-06linux-user: Use safe_syscall wrapper for semopPeter Maydell
2016-06-06linux-user: Use safe_syscall wrapper for epoll_wait syscallsPeter Maydell
2016-06-06linux-user: Use safe_syscall wrapper for poll and ppoll syscallsPeter Maydell
2016-06-06linux-user: Use safe_syscall wrapper for sleep syscallsPeter Maydell
2016-06-06linux-user: Use safe_syscall wrapper for rt_sigtimedwait syscallPeter Maydell
2016-06-06linux-user: Use safe_syscall wrapper for flockPeter Maydell
2016-06-06linux-user: Use safe_syscall wrapper for mq_timedsend and mq_timedreceivePeter Maydell
2016-06-06linux-user: Use safe_syscall wrapper for msgsnd and msgrcvPeter Maydell
2016-06-06linux-user: Use safe_syscall wrapper for send* and recv* syscallsPeter Maydell
2016-06-06linux-user: Use safe_syscall wrapper for connect syscallPeter Maydell
2016-06-06linux-user: Use safe_syscall wrapper for readv and writev syscallsPeter Maydell
2016-06-06linux-user: provide frame information in x86-64 safe_syscallPeter Maydell
2016-06-06linux-user: Fix error conversion in 64-bit fadvise syscallPeter Maydell
2016-06-06linux-user: Fix NR_fadvise64 and NR_fadvise64_64 for 32-bit guestsPeter Maydell
2016-05-31linux-user: Fix handling of arm_fadvise64_64 syscallPeter Maydell
2016-05-27linux-user: Avoid possible misalignment in target_to_host_siginfo()Peter Maydell
2016-05-27linux-user: Avoid possible misalignment in host_to_target_siginfo()Peter Maydell
2016-05-27linux-user: Use both si_code and si_signo when converting siginfo_tPeter Maydell
2016-05-27linux-user: Restart fork() if signals pendingTimothy E Baldwin
2016-05-27linux-user: Use safe_syscall for kill, tkill and tgkill syscallsPeter Maydell
2016-05-27linux-user: Restart exit() if signal pendingTimothy E Baldwin
2016-05-27linux-user: pause() should not pause if signal pendingTimothy E Baldwin
2016-05-27linux-user: Block signals during sigaction() handlingTimothy E Baldwin
2016-05-27linux-user: Queue synchronous signals separatelyTimothy E Baldwin
2016-05-27linux-user: Remove real-time signal queuingTimothy E Baldwin
2016-05-27linux-user: Remove redundant gdb_queuesig()Timothy E Baldwin
2016-05-27linux-user: Remove redundant default action check in queue_signal()Timothy E Baldwin
2016-05-27linux-user: Fix race between multiple signalsPeter Maydell
2016-05-27linux-user: Use safe_syscall for sigsuspend syscallsPeter Maydell
2016-05-27linux-user: Define macro for size of host kernel sigset_tPeter Maydell
2016-05-27linux-user: Factor out uses of do_sigprocmask() from sigreturn codePeter Maydell
2016-05-27linux-user: Fix stray tab-indentPeter Maydell
2016-05-27linux-user: Move handle_pending_signal() to avoid need for declarationPeter Maydell
2016-05-27linux-user: Factor out handle_signal code from process_pending_signals()Peter Maydell
2016-05-27Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160527' int...Peter Maydell
2016-05-27linux-user,target-ppc: fix use of MSR_LELaurent Vivier
2016-05-27linux-user/signal.c: Use s390 target space address instead of host spaceChen Gang
2016-05-27linux-user/signal.c: Use target address instead of host address for microblaz...Chen Gang
2016-05-27linux-user/signal.c: Generate opcode data for restorer in setup_rt_frameChen Gang
2016-05-27linux-user: arm: Remove ARM_cpsr and similar #definesPeter Maydell
2016-05-27linux-user: Use direct syscalls for setuid(), etcPeter Maydell
2016-05-27linux-user: x86_64: Don't use 16-bit UIDsPeter Maydell
2016-05-27linux-user: Use g_try_malloc() in do_msgrcv()Peter Maydell