summaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-19syscall.c: Redefine IFLA_* enumsMichal Privoznik1-109/+264
2016-08-19Revert "syscall.c: Fix build with older linux-headers"Michal Privoznik1-86/+0
2016-08-16linux-user: Fix llseek with high bit of offset_low setPeter Maydell1-1/+1
2016-08-16syscall.c: Fix build with older linux-headersMichal Privoznik1-0/+86
2016-08-04linux-user: Handle brk() attempts with very large sizesPeter Maydell1-1/+1
2016-08-04linux-user: Fix target_semid_ds structure definitionPeter Maydell1-7/+10
2016-08-04linux-user: Don't write off end of new_utsname bufferPeter Maydell1-3/+5
2016-08-04linux-user: Fix memchr() argument in open_self_cmdline()Peter Maydell1-1/+1
2016-07-19linux-user: Handle short lengths in host_to_target_sockaddr()Peter Maydell1-2/+9
2016-07-19linux-user: Check sigsetsize argument to syscallsPeter Maydell1-1/+46
2016-07-19linux-user: add nested netlink typesLaurent Vivier1-4/+316
2016-07-19linux-user: convert sockaddr_ll from host to targetLaurent Vivier1-0/+5
2016-07-19linux-user: add fd_trans helper in do_recvfrom()Laurent Vivier1-0/+3
2016-07-19linux-user: fix netlink memory corruptionLaurent Vivier1-8/+24
2016-07-19linux-user: fd_trans_*_data() returns the lengthLaurent Vivier1-4/+32
2016-06-30linux-user: Fix compilation when F_SETPIPE_SZ isn't definedPeter Maydell1-0/+2
2016-06-29Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+2
2016-06-28trace: [*-user] Add events to trace guest syscalls in syscall emulation modeLluĂ­s Vilanova1-0/+2
2016-06-26linux-user: don't swap NLMSG_DATA() fieldsLaurent Vivier1-30/+42
2016-06-26linux-user: fd_trans_host_to_target_data() must process only received dataLaurent Vivier1-1/+1
2016-06-26linux-user: add missing return in netlink switch statementLaurent Vivier1-0/+1
2016-06-26linux-user: Support F_GETPIPE_SZ and F_SETPIPE_SZ fcntlsPeter Maydell1-0/+6
2016-06-26linux-user: Fix wrong type used for argument to rt_sigqueueinfoPeter Maydell1-1/+4
2016-06-26linux-user: Don't use sigfillset() on uc->uc_sigmaskPeter Maydell1-5/+0
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-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