summaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-26linux-user: enable parallel code generation on cloneAlex Bennée1-0/+8
2016-10-21linux-user: added support for pwritev() system call.Dejan Jovicevic1-0/+15
2016-10-21linux-user: added support for preadv() system call.Dejan Jovicevic1-0/+15
2016-10-21linux-user: Add support for syncfs() syscallAleksandar Markovic1-0/+5
2016-10-21linux-user: Add support for clock_adjtime() syscallAleksandar Markovic1-0/+18
2016-10-21linux-user: Don't use alloca() for epoll_wait's epoll event arrayPeter Maydell1-4/+13
2016-10-21linux-user: add RTA_PRIORITY in netlinkLaurent Vivier1-0/+1
2016-10-21linux-user: add kcmp() syscallLaurent Vivier1-0/+10
2016-10-21linux-user: Fix syslog() syscall supportAleksandar Markovic1-6/+44
2016-10-21linux-user: Fix socketcall() syscall supportAleksandar Markovic1-57/+62
2016-10-21linux-user: Fix msgrcv() and msgsnd() syscalls supportAleksandar Markovic1-0/+3
2016-10-21linux-user: Fix mq_open() syscall supportAleksandar Markovic1-7/+9
2016-10-21linux-user: Add support for adjtimex() syscallAleksandar Markovic1-1/+86
2016-10-10Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell1-1/+1
2016-10-08linux-user: include <poll.h> instead of <sys/poll.h>Felix Janda1-1/+1
2016-10-04linux-user/syscall: extend lock around cpu-listAlex Bennée1-1/+6
2016-09-23linux-user: Add missing TARGET_EDQUOT error code for MipsAleksandar Markovic1-0/+1
2016-09-23linux-user: Fix certain argument alignment cases for Mips64Aleksandar Markovic1-1/+1
2016-09-22linux-user: fix TARGET_NR_selectLaurent Vivier1-17/+31
2016-09-21linux-user: Sanity check clone flagsPeter Maydell1-3/+63
2016-09-21linux-user: Remove unnecessary nptl_flags variable from do_fork()Peter Maydell1-9/+7
2016-09-21linux-user: Pass si_type information to queue_signal() explicitlyPeter Maydell1-2/+4
2016-09-21linux-user: Use correct target SHMLBA in shmat()Peter Maydell1-6/+39
2016-09-21linux-user: Fix incorrect use of host errno in do_ioctl_dm()Peter Maydell1-1/+1
2016-09-21linux-user: Check lock_user() return value for NULLPeter Maydell1-0/+9
2016-09-21linux-user: Range check the nfds argument to ppoll syscallPeter Maydell1-0/+5
2016-09-21linux-user: Check for bad event numbers in epoll_waitPeter Maydell1-0/+5
2016-09-21linux-user: Use direct syscall for utimensatPeter Maydell1-10/+1
2016-09-21linux-user: Allow bad msg_name for recvfrom on connected socketPeter Maydell1-2/+9
2016-09-21linux-user: Fix errno for sendrecvmsg with large iovec lengthPeter Maydell1-0/+9
2016-09-21linux-user: Fix handling of iovec countsPeter Maydell1-4/+4
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