aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)Author
2017-02-27syscall: fixed mincore(2) not failing with ENOMEMFranklin \"Snaipe\" Mathieu
2017-02-27linux-user: Add sockopts for IPv6 ping and IPv6 tracerouteHelge Deller
2017-02-27linux-user: fix fork()Laurent Vivier
2017-02-16linux-user: fix settime old value locationMarc-André Lureau
2017-02-14linux-user: manage two new IFLA host message typesLaurent Vivier
2017-02-14linux-user: Fix mq_openLena Djokic
2017-02-14linux-user: Fix readaheadLena Djokic
2017-02-14linux-user: Fix inotify_init1 supportLena Djokic
2017-02-06linux-user: fix "apt-get update" on linux-user hppaLaurent Vivier
2017-01-22linux-user: Handle ERFKILL and EHWPOISONRichard Henderson
2017-01-22linux-user: Handle TIOCSTART and TIOCSTOPHelge Deller
2016-10-26linux-user: enable parallel code generation on cloneAlex Bennée
2016-10-21linux-user: added support for pwritev() system call.Dejan Jovicevic
2016-10-21linux-user: added support for preadv() system call.Dejan Jovicevic
2016-10-21linux-user: Add support for syncfs() syscallAleksandar Markovic
2016-10-21linux-user: Add support for clock_adjtime() syscallAleksandar Markovic
2016-10-21linux-user: Don't use alloca() for epoll_wait's epoll event arrayPeter Maydell
2016-10-21linux-user: add RTA_PRIORITY in netlinkLaurent Vivier
2016-10-21linux-user: add kcmp() syscallLaurent Vivier
2016-10-21linux-user: Fix syslog() syscall supportAleksandar Markovic
2016-10-21linux-user: Fix socketcall() syscall supportAleksandar Markovic
2016-10-21linux-user: Fix msgrcv() and msgsnd() syscalls supportAleksandar Markovic
2016-10-21linux-user: Fix mq_open() syscall supportAleksandar Markovic
2016-10-21linux-user: Add support for adjtimex() syscallAleksandar Markovic
2016-10-10Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2016-10-08linux-user: include <poll.h> instead of <sys/poll.h>Felix Janda
2016-10-04linux-user/syscall: extend lock around cpu-listAlex Bennée
2016-09-23linux-user: Add missing TARGET_EDQUOT error code for MipsAleksandar Markovic
2016-09-23linux-user: Fix certain argument alignment cases for Mips64Aleksandar Markovic
2016-09-22linux-user: fix TARGET_NR_selectLaurent Vivier
2016-09-21linux-user: Sanity check clone flagsPeter Maydell
2016-09-21linux-user: Remove unnecessary nptl_flags variable from do_fork()Peter Maydell
2016-09-21linux-user: Pass si_type information to queue_signal() explicitlyPeter Maydell
2016-09-21linux-user: Use correct target SHMLBA in shmat()Peter Maydell
2016-09-21linux-user: Fix incorrect use of host errno in do_ioctl_dm()Peter Maydell
2016-09-21linux-user: Check lock_user() return value for NULLPeter Maydell
2016-09-21linux-user: Range check the nfds argument to ppoll syscallPeter Maydell
2016-09-21linux-user: Check for bad event numbers in epoll_waitPeter Maydell
2016-09-21linux-user: Use direct syscall for utimensatPeter Maydell
2016-09-21linux-user: Allow bad msg_name for recvfrom on connected socketPeter Maydell
2016-09-21linux-user: Fix errno for sendrecvmsg with large iovec lengthPeter Maydell
2016-09-21linux-user: Fix handling of iovec countsPeter Maydell
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