summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-07linux-user: Remove redundant default action check in queue_signal()Timothy E Baldwin1-37/+0
2016-06-07linux-user: Fix race between multiple signalsPeter Maydell3-73/+213
2016-06-07linux-user: Use safe_syscall for sigsuspend syscallsPeter Maydell1-2/+3
2016-06-07linux-user: Define macro for size of host kernel sigset_tPeter Maydell1-2/+7
2016-06-07linux-user: Factor out uses of do_sigprocmask() from sigreturn codePeter Maydell1-23/+32
2016-06-07linux-user: Fix stray tab-indentPeter Maydell1-1/+2
2016-06-07linux-user: Move handle_pending_signal() to avoid need for declarationPeter Maydell1-23/+21
2016-06-07linux-user: Factor out handle_signal code from process_pending_signals()Peter Maydell1-11/+18
2016-06-07Makefile: Derive "PKGVERSION" from "git describe" by defaultFam Zheng1-0/+1
2016-06-07linux-user: check if NETLINK_ROUTE is availableLaurent Vivier1-4/+14
2016-06-07linux-user: add netlink auditLaurent Vivier1-1/+59
2016-06-07linux-user: support netlink protocol NETLINK_KOBJECT_UEVENTLaurent Vivier1-1/+5
2016-06-07linux-user: add rtnetlink(7) supportLaurent Vivier1-6/+575
2016-05-27linux-user,target-ppc: fix use of MSR_LELaurent Vivier1-3/+3
2016-05-27linux-user/signal.c: Use s390 target space address instead of host spaceChen Gang1-2/+2
2016-05-27linux-user/signal.c: Use target address instead of host address for microblaz...Chen Gang1-1/+2
2016-05-27linux-user/signal.c: Generate opcode data for restorer in setup_rt_frameChen Gang1-2/+10
2016-05-27linux-user: arm: Remove ARM_cpsr and similar #definesPeter Maydell2-28/+11
2016-05-27linux-user: Use direct syscalls for setuid(), etcPeter Maydell1-12/+46
2016-05-27linux-user: x86_64: Don't use 16-bit UIDsPeter Maydell1-1/+2
2016-05-27linux-user: Use g_try_malloc() in do_msgrcv()Peter Maydell1-1/+5
2016-05-27linux-user: Handle msgrcv error case correctlyPeter Maydell1-1/+5
2016-05-27linux-user: Handle negative values in timespec conversionPeter Maydell1-4/+4
2016-05-27linux-user: Use safe_syscall for futex syscallPeter Maydell1-8/+10
2016-05-27linux-user: Use safe_syscall for pselect, select syscallsPeter Maydell1-17/+19
2016-05-27linux-user: Use safe_syscall for execve syscallTimothy E Baldwin1-1/+12
2016-05-27linux-user: Use safe_syscall for wait system callsTimothy E Baldwin1-3/+7
2016-05-27linux-user: Use safe_syscall for open and openat system callsTimothy E Baldwin1-14/+4
2016-05-27linux-user: Use safe_syscall for read and write system callsTimothy E Baldwin1-2/+5
2016-05-27linux-user: Provide safe_syscall for fixing races between signals and syscallsTimothy E Baldwin8-2/+354
2016-05-27linux-user: Add debug code to exercise restarting system callsTimothy E Baldwin1-0/+19
2016-05-27linux-user: Support for restarting system calls for Microblaze targetsTimothy E Baldwin3-2/+8
2016-05-27linux-user: Set r14 on exit from microblaze syscallPeter Maydell1-0/+7
2016-05-27linux-user: Support for restarting system calls for tilegx targetsPeter Maydell3-9/+15