summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "rcu: do not create thread in pthread_atfork callback"Paolo Bonzini2017-08-081-1/+0Star
* Revert "syscall: fix dereference of undefined pointer"Peter Maydell2017-07-311-1/+0Star
* syscall: check inotify() and eventfd() return valuePhilippe Mathieu-Daudé2017-07-311-4/+12
* syscall: fix use of uninitialized valuesPhilippe Mathieu-Daudé2017-07-311-0/+1
* syscall: fix dereference of undefined pointerPhilippe Mathieu-Daudé2017-07-311-0/+1
* qom/cpu: remove host_tid fieldAlex Bennée2017-07-141-1/+0Star
* linux-user: add support for rt_tgsigqueueinfo() system callMiloš Stojanović2017-05-291-0/+16
* linux-user: fix argument type declaration of rt_sigqueinfo() syscallMiloš Stojanović2017-05-291-1/+1
* linux-user: fix mismatch of lock/unlock_user() invocations in rt_sigqueinfo()...Miloš Stojanović2017-05-291-1/+1
* linux-user: fix ssetmask() system callMiloš Stojanović2017-05-291-9/+1Star
* linux-user: remove all traces of qemu from /proc/self/cmdlineAndreas Schwab2017-05-291-40/+7Star
* linux-user: allocate heap memory for execve argumentsPrasad J Pandit2017-05-291-2/+5
* linux-user: fix inotifyLaurent Vivier2017-05-291-0/+29
* linux-user: fix fadvise64_64() on ppcLaurent Vivier2017-05-291-0/+10
* linux-user: fix eventfdLaurent Vivier2017-05-291-2/+24
* linux-user: call fd_trans_target_to_host_data() for write()Laurent Vivier2017-05-291-1/+11
* 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