aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)Author
2016-06-08linux-user: Use safe_syscall wrapper for poll and ppoll syscallsPeter Maydell
2016-06-08linux-user: Use safe_syscall wrapper for sleep syscallsPeter Maydell
2016-06-08linux-user: Use safe_syscall wrapper for rt_sigtimedwait syscallPeter Maydell
2016-06-08linux-user: Use safe_syscall wrapper for flockPeter Maydell
2016-06-08linux-user: Use safe_syscall wrapper for mq_timedsend and mq_timedreceivePeter Maydell
2016-06-08linux-user: Use safe_syscall wrapper for msgsnd and msgrcvPeter Maydell
2016-06-08linux-user: Use safe_syscall wrapper for send* and recv* syscallsPeter Maydell
2016-06-08linux-user: Use safe_syscall wrapper for connect syscallPeter Maydell
2016-06-08linux-user: Use safe_syscall wrapper for readv and writev syscallsPeter Maydell
2016-06-08linux-user: Fix error conversion in 64-bit fadvise syscallPeter Maydell
2016-06-08linux-user: Fix NR_fadvise64 and NR_fadvise64_64 for 32-bit guestsPeter Maydell
2016-06-08linux-user: Fix handling of arm_fadvise64_64 syscallPeter Maydell
2016-06-07linux-user: Restart fork() if signals pendingTimothy E Baldwin
2016-06-07linux-user: Use safe_syscall for kill, tkill and tgkill syscallsPeter Maydell
2016-06-07linux-user: Restart exit() if signal pendingTimothy E Baldwin
2016-06-07linux-user: pause() should not pause if signal pendingTimothy E Baldwin
2016-06-07linux-user: Fix race between multiple signalsPeter Maydell
2016-06-07linux-user: Use safe_syscall for sigsuspend syscallsPeter Maydell
2016-06-07linux-user: Define macro for size of host kernel sigset_tPeter Maydell
2016-06-07linux-user: check if NETLINK_ROUTE is availableLaurent Vivier
2016-06-07linux-user: add netlink auditLaurent Vivier
2016-06-07linux-user: support netlink protocol NETLINK_KOBJECT_UEVENTLaurent Vivier
2016-06-07linux-user: add rtnetlink(7) supportLaurent Vivier
2016-05-27linux-user: Use direct syscalls for setuid(), etcPeter Maydell
2016-05-27linux-user: Use g_try_malloc() in do_msgrcv()Peter Maydell
2016-05-27linux-user: Handle msgrcv error case correctlyPeter Maydell
2016-05-27linux-user: Handle negative values in timespec conversionPeter Maydell
2016-05-27linux-user: Use safe_syscall for futex syscallPeter Maydell
2016-05-27linux-user: Use safe_syscall for pselect, select syscallsPeter Maydell
2016-05-27linux-user: Use safe_syscall for execve syscallTimothy E Baldwin
2016-05-27linux-user: Use safe_syscall for wait system callsTimothy E Baldwin
2016-05-27linux-user: Use safe_syscall for open and openat system callsTimothy E Baldwin
2016-05-27linux-user: Use safe_syscall for read and write system callsTimothy E Baldwin
2016-05-27linux-user: Provide safe_syscall for fixing races between signals and syscallsTimothy E Baldwin
2016-05-27linux-user: Add debug code to exercise restarting system callsTimothy E Baldwin
2016-05-27linux-user: Support for restarting system calls for x86 targetsTimothy E Baldwin
2016-05-27linux-user: Consistently return host errnos from do_openat()Peter Maydell
2016-05-27linux-user: Check array bounds in errno conversionTimothy E Baldwin
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-02-24linux-user: add getrandom() syscallLaurent Vivier
2016-02-23linux-user: remove unavailable syscalls from aarch64Riku Voipio
2016-02-23linux-user: Don't assert if guest tries shmdt(0)Peter Maydell
2016-02-23linux-user: fix realloc size of target_fd_trans.Laurent Vivier
2016-01-29linux-user: Clean up includesPeter Maydell
2016-01-11linux-user: Add SOCKOP_sendmmsg and SOCKOP_recvmmsg socket call, wire them up.John Paul Adrian Glaubitz
2016-01-11linux-user/syscall.c: Use SOL_SOCKET instead of level for setsockopt()Chen Gang
2016-01-08linux-user: enable sigaltstack for all architecturesMichael Tokarev
2016-01-08linux-user: check fd is >= 0 in fd_trans_host_to_target_data/fd_trans_host_to...Laurent Vivier
2016-01-08linux-user: manage bind with a socket of SOCK_PACKET type.Laurent Vivier
2016-01-08linux-user: add a function hook to translate sockaddrLaurent Vivier