summaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-03linux-user: remove useless padding in flock64 structureLaurent Vivier1-7/+7
2018-04-30linux-user: Fix getdents emulation for 64 bit guest on 32 bit hostPeter Maydell1-3/+15
2018-04-10Merge remote-tracking branch 'remotes/xtensa/tags/20180409-xtensa' into stagingPeter Maydell1-2/+25
2018-04-09linux-user: fix preadv/pwritev offsetsMax Filippov1-2/+25
2018-04-04Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell1-2/+5
2018-04-03linux-user: define TARGET_ARCH_HAS_KA_RESTORERLaurent Vivier1-2/+5
2018-04-02target/xtensa: linux-user: fix fadvise64 callMax Filippov1-1/+1
2018-04-01linux-user: implement clock_settimeMax Filippov1-0/+12
2018-04-01linux-user: fix error propagation in clock_gettimeMax Filippov1-1/+1
2018-03-31linux-user: fix mq_getsetattr implementationMax Filippov1-6/+7
2018-03-31linux-user: call cpu_copy under clone_lockMax Filippov1-3/+4
2018-03-17Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into stagingPeter Maydell1-0/+2
2018-03-16target/xtensa: add linux-user supportMax Filippov1-0/+2
2018-03-15Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell1-2/+16
2018-03-13linux-user: fix assertion in shmdtMax Filippov1-1/+7
2018-03-13linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov1-1/+4
2018-03-09linux-user: fix assertion in shmdtMax Filippov1-1/+7
2018-03-09linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov1-1/+4
2018-03-09linux-user: Support f_flags in statfs when available.Shea Levy1-0/+5
2018-03-09linux-user: Implement aarch64 PR_SVE_SET/GET_VLRichard Henderson1-0/+27
2018-03-07RISC-V Linux User EmulationMichael Clark1-0/+2
2018-02-18linux-user: Fix sched_getaffinity mask sizeSamuel Thibault1-1/+3
2018-02-18linux-user: Implement ioctl cmd TIOCGPTPEERAndreas Schwab1-0/+9
2018-02-09Clean up includesMarkus Armbruster1-1/+0
2018-02-05Drop remaining bits of ia64 host supportPeter Maydell1-6/+1
2018-01-23linux-user: implement renameat2Andreas Schwab1-0/+34
2018-01-23linux-user: Add getcpu() supportSamuel Thibault1-0/+19
2018-01-23linux-user: Fix sched_get/setaffinity conversionSamuel Thibault1-8/+73
2018-01-23linux-user: Translate flags argument to dup3 syscallPeter Maydell1-1/+9
2018-01-23linux-user: Don't use CMSG_ALIGN(sizeof struct cmsghdr)Peter Maydell1-2/+2
2018-01-23linux-user: Fix length calculations in host_to_target_cmsg()Peter Maydell1-7/+22
2017-11-07linux-user: Handle rt_sigaction correctly for SPARCPeter Maydell1-4/+23
2017-11-07linux-user: return EINVAL from prctl(PR_*_SECCOMP)James Cowgill1-0/+6
2017-11-07linux-user: fix 'finshed' typo in commentEmilio G. Cota1-1/+1
2017-11-07linux-user/syscall.c: Handle SH4's exceptional alignment for p{read, write}64James Clarke1-11/+25
2017-11-07linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLBHelge Deller1-11/+20
2017-10-24tcg: enable multiple TCG contexts in softmmuEmilio G. Cota1-0/+1
2017-10-19Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171018' int...Peter Maydell1-0/+3
2017-10-16linux-user: Add some random ioctlsMarco A L Barbosa1-0/+1
2017-10-16linux-user: remove duplicate break in syscallCarlo Marcelo Arenas Belón1-1/+0
2017-10-16linux-user: remove duplicate break in syscallCarlo Marcelo Arenas Belón1-1/+0
2017-10-16linux-user: fix O_TMPFILE handlingRiku Voipio1-0/+3
2017-08-08Revert "rcu: do not create thread in pthread_atfork callback"Paolo Bonzini1-1/+0
2017-07-31Revert "syscall: fix dereference of undefined pointer"Peter Maydell1-1/+0
2017-07-31syscall: check inotify() and eventfd() return valuePhilippe Mathieu-Daudé1-4/+12
2017-07-31syscall: fix use of uninitialized valuesPhilippe Mathieu-Daudé1-0/+1
2017-07-31syscall: fix dereference of undefined pointerPhilippe Mathieu-Daudé1-0/+1
2017-07-14qom/cpu: remove host_tid fieldAlex Bennée1-1/+0
2017-05-29linux-user: add support for rt_tgsigqueueinfo() system callMiloš Stojanović1-0/+16
2017-05-29linux-user: fix argument type declaration of rt_sigqueinfo() syscallMiloš Stojanović1-1/+1