aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)Author
2016-08-19syscall.c: Redefine IFLA_* enumsMichal Privoznik
2016-08-19Revert "syscall.c: Fix build with older linux-headers"Michal Privoznik
2016-08-16linux-user: Fix llseek with high bit of offset_low setPeter Maydell
2016-08-16syscall.c: Fix build with older linux-headersMichal Privoznik
2016-08-04linux-user: Handle brk() attempts with very large sizesPeter Maydell
2016-08-04linux-user: Fix target_semid_ds structure definitionPeter Maydell
2016-08-04linux-user: Don't write off end of new_utsname bufferPeter Maydell
2016-08-04linux-user: Fix memchr() argument in open_self_cmdline()Peter Maydell
2016-07-19linux-user: Handle short lengths in host_to_target_sockaddr()Peter Maydell
2016-07-19linux-user: Check sigsetsize argument to syscallsPeter Maydell
2016-07-19linux-user: add nested netlink typesLaurent Vivier
2016-07-19linux-user: convert sockaddr_ll from host to targetLaurent Vivier
2016-07-19linux-user: add fd_trans helper in do_recvfrom()Laurent Vivier
2016-07-19linux-user: fix netlink memory corruptionLaurent Vivier
2016-07-19linux-user: fd_trans_*_data() returns the lengthLaurent Vivier
2016-06-30linux-user: Fix compilation when F_SETPIPE_SZ isn't definedPeter Maydell
2016-06-29Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2016-06-28trace: [*-user] Add events to trace guest syscalls in syscall emulation modeLluĂ­s Vilanova
2016-06-26linux-user: don't swap NLMSG_DATA() fieldsLaurent Vivier
2016-06-26linux-user: fd_trans_host_to_target_data() must process only received dataLaurent Vivier
2016-06-26linux-user: add missing return in netlink switch statementLaurent Vivier
2016-06-26linux-user: Support F_GETPIPE_SZ and F_SETPIPE_SZ fcntlsPeter Maydell
2016-06-26linux-user: Fix wrong type used for argument to rt_sigqueueinfoPeter Maydell
2016-06-26linux-user: Don't use sigfillset() on uc->uc_sigmaskPeter Maydell
2016-06-26linux-user: Use safe_syscall wrapper for fcntlPeter Maydell
2016-06-26linux-user: Use __get_user() and __put_user() to handle structs in do_fcntl()Peter Maydell
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-06-08Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...Peter Maydell
2016-06-08linux-user: Special-case ERESTARTSYS in target_strerror()Peter Maydell
2016-06-08linux-user: Make target_strerror() return 'const char *'Peter Maydell
2016-06-08linux-user: Use safe_syscall wrapper for ioctlPeter Maydell
2016-06-08linux-user: Use safe_syscall wrapper for accept and accept4 syscallsPeter Maydell
2016-06-08linux-user: Use safe_syscall wrapper for semopPeter Maydell
2016-06-08linux-user: Use safe_syscall wrapper for epoll_wait syscallsPeter Maydell
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: Use DIV_ROUND_UPLaurent Vivier
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