summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* RISC-V Linux User EmulationMichael Clark2018-03-061-0/+2
* linux-user: Fix sched_getaffinity mask sizeSamuel Thibault2018-02-181-1/+3
* linux-user: Implement ioctl cmd TIOCGPTPEERAndreas Schwab2018-02-181-0/+9
* Clean up includesMarkus Armbruster2018-02-091-1/+0Star
* Drop remaining bits of ia64 host supportPeter Maydell2018-02-051-6/+1Star
* linux-user: implement renameat2Andreas Schwab2018-01-231-0/+34
* linux-user: Add getcpu() supportSamuel Thibault2018-01-231-0/+19
* linux-user: Fix sched_get/setaffinity conversionSamuel Thibault2018-01-231-8/+73
* linux-user: Translate flags argument to dup3 syscallPeter Maydell2018-01-231-1/+9
* linux-user: Don't use CMSG_ALIGN(sizeof struct cmsghdr)Peter Maydell2018-01-231-2/+2
* linux-user: Fix length calculations in host_to_target_cmsg()Peter Maydell2018-01-231-7/+22
* linux-user: Handle rt_sigaction correctly for SPARCPeter Maydell2017-11-071-4/+23
* linux-user: return EINVAL from prctl(PR_*_SECCOMP)James Cowgill2017-11-071-0/+6
* linux-user: fix 'finshed' typo in commentEmilio G. Cota2017-11-071-1/+1
* linux-user/syscall.c: Handle SH4's exceptional alignment for p{read, write}64James Clarke2017-11-071-11/+25
* linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLBHelge Deller2017-11-071-11/+20
* tcg: enable multiple TCG contexts in softmmuEmilio G. Cota2017-10-241-0/+1
* Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171018' int...Peter Maydell2017-10-191-0/+3
|\
| * linux-user: remove duplicate break in syscallCarlo Marcelo Arenas Belón2017-10-161-1/+0Star
| * linux-user: fix O_TMPFILE handlingRiku Voipio2017-10-161-0/+3
* | linux-user: Add some random ioctlsMarco A L Barbosa2017-10-161-0/+1
* | linux-user: remove duplicate break in syscallCarlo Marcelo Arenas Belón2017-10-161-1/+0Star
|/
* 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