summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* syscall: fixed mincore(2) not failing with ENOMEMFranklin \"Snaipe\" Mathieu2017-02-271-3/+8
* linux-user: Add sockopts for IPv6 ping and IPv6 tracerouteHelge Deller2017-02-271-1/+131
* linux-user: fix fork()Laurent Vivier2017-02-271-2/+3
* linux-user: fix settime old value locationMarc-André Lureau2017-02-161-2/+6
* linux-user: manage two new IFLA host message typesLaurent Vivier2017-02-141-0/+2
* linux-user: Fix mq_openLena Djokic2017-02-141-3/+8
* linux-user: Fix readaheadLena Djokic2017-02-141-1/+1
* linux-user: Fix inotify_init1 supportLena Djokic2017-02-141-1/+2
* linux-user: fix "apt-get update" on linux-user hppaLaurent Vivier2017-02-071-1/+0Star
* linux-user: Handle ERFKILL and EHWPOISONRichard Henderson2017-01-231-0/+6
* linux-user: Handle TIOCSTART and TIOCSTOPHelge Deller2017-01-231-0/+6
* linux-user: enable parallel code generation on cloneAlex Bennée2016-10-261-0/+8
* linux-user: added support for pwritev() system call.Dejan Jovicevic2016-10-211-0/+15
* linux-user: added support for preadv() system call.Dejan Jovicevic2016-10-211-0/+15
* linux-user: Add support for syncfs() syscallAleksandar Markovic2016-10-211-0/+5
* linux-user: Add support for clock_adjtime() syscallAleksandar Markovic2016-10-211-0/+18
* linux-user: Don't use alloca() for epoll_wait's epoll event arrayPeter Maydell2016-10-211-4/+13
* linux-user: add RTA_PRIORITY in netlinkLaurent Vivier2016-10-211-0/+1
* linux-user: add kcmp() syscallLaurent Vivier2016-10-211-0/+10
* linux-user: Fix syslog() syscall supportAleksandar Markovic2016-10-211-6/+44
* linux-user: Fix socketcall() syscall supportAleksandar Markovic2016-10-211-57/+62
* linux-user: Fix msgrcv() and msgsnd() syscalls supportAleksandar Markovic2016-10-211-0/+3
* linux-user: Fix mq_open() syscall supportAleksandar Markovic2016-10-211-7/+9
* linux-user: Add support for adjtimex() syscallAleksandar Markovic2016-10-211-1/+86
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2016-10-101-1/+1
|\
| * linux-user: include <poll.h> instead of <sys/poll.h>Felix Janda2016-10-081-1/+1
* | linux-user/syscall: extend lock around cpu-listAlex Bennée2016-10-041-1/+6
|/
* linux-user: Add missing TARGET_EDQUOT error code for MipsAleksandar Markovic2016-09-231-0/+1
* linux-user: Fix certain argument alignment cases for Mips64Aleksandar Markovic2016-09-231-1/+1
* linux-user: fix TARGET_NR_selectLaurent Vivier2016-09-221-17/+31
* linux-user: Sanity check clone flagsPeter Maydell2016-09-211-3/+63
* linux-user: Remove unnecessary nptl_flags variable from do_fork()Peter Maydell2016-09-211-9/+7Star
* linux-user: Pass si_type information to queue_signal() explicitlyPeter Maydell2016-09-211-2/+4
* linux-user: Use correct target SHMLBA in shmat()Peter Maydell2016-09-211-6/+39
* linux-user: Fix incorrect use of host errno in do_ioctl_dm()Peter Maydell2016-09-211-1/+1
* linux-user: Check lock_user() return value for NULLPeter Maydell2016-09-211-0/+9
* linux-user: Range check the nfds argument to ppoll syscallPeter Maydell2016-09-211-0/+5
* linux-user: Check for bad event numbers in epoll_waitPeter Maydell2016-09-211-0/+5
* linux-user: Use direct syscall for utimensatPeter Maydell2016-09-211-10/+1Star
* linux-user: Allow bad msg_name for recvfrom on connected socketPeter Maydell2016-09-211-2/+9
* linux-user: Fix errno for sendrecvmsg with large iovec lengthPeter Maydell2016-09-211-0/+9
* linux-user: Fix handling of iovec countsPeter Maydell2016-09-211-4/+4
* syscall.c: Redefine IFLA_* enumsMichal Privoznik2016-08-191-109/+264
* Revert "syscall.c: Fix build with older linux-headers"Michal Privoznik2016-08-191-86/+0Star
* linux-user: Fix llseek with high bit of offset_low setPeter Maydell2016-08-161-1/+1
* syscall.c: Fix build with older linux-headersMichal Privoznik2016-08-161-0/+86
* linux-user: Handle brk() attempts with very large sizesPeter Maydell2016-08-041-1/+1
* linux-user: Fix target_semid_ds structure definitionPeter Maydell2016-08-041-7/+10
* linux-user: Don't write off end of new_utsname bufferPeter Maydell2016-08-041-3/+5
* linux-user: Fix memchr() argument in open_self_cmdline()Peter Maydell2016-08-041-1/+1