aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-06-08Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...Peter Maydell1-138/+938
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 Maydell1-1/+1
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-07linux-user: Use DIV_ROUND_UPLaurent Vivier1-2/+2
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: Fix race between multiple signalsPeter Maydell1-22/+51
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: 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: Use direct syscalls for setuid(), etcPeter Maydell1-12/+46
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 Baldwin1-0/+47
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 x86 targetsTimothy E Baldwin1-2/+0
2016-05-27linux-user: Consistently return host errnos from do_openat()Peter Maydell1-4/+10
2016-05-27linux-user: Check array bounds in errno conversionTimothy E Baldwin1-2/+6
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+2
2016-02-24linux-user: add getrandom() syscallLaurent Vivier1-0/+13
2016-02-23linux-user: remove unavailable syscalls from aarch64Riku Voipio1-2/+0