summaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)Author
2018-07-05linux-user: introduce preexit_cleanupAlex Bennée
2018-07-02linux-user: update do_setsockopt()Laurent Vivier
2018-07-02linux-user: add netlink CARRIER_UP_COUNT/CARRIER_DOWN_COUNTLaurent Vivier
2018-06-11linux-user: Export use is_error(), use it to avoid warningsPhilippe Mathieu-Daudé
2018-06-04syscall: replace strcpy() by g_strlcpy()Philippe Mathieu-Daudé
2018-05-25linux-user: Fix payload size logic in host_to_target_cmsg()Peter Maydell
2018-05-25linux-user: update netlink emulationLaurent Vivier
2018-05-11linux-user: fix conversion of flock/flock64 l_type fieldLaurent Vivier
2018-05-03linux-user: remove useless padding in flock64 structureLaurent Vivier
2018-04-30linux-user: Fix getdents emulation for 64 bit guest on 32 bit hostPeter Maydell
2018-04-10Merge remote-tracking branch 'remotes/xtensa/tags/20180409-xtensa' into stagingPeter Maydell
2018-04-09linux-user: fix preadv/pwritev offsetsMax Filippov
2018-04-04Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell
2018-04-03linux-user: define TARGET_ARCH_HAS_KA_RESTORERLaurent Vivier
2018-04-02target/xtensa: linux-user: fix fadvise64 callMax Filippov
2018-04-01linux-user: implement clock_settimeMax Filippov
2018-04-01linux-user: fix error propagation in clock_gettimeMax Filippov
2018-03-31linux-user: fix mq_getsetattr implementationMax Filippov
2018-03-31linux-user: call cpu_copy under clone_lockMax Filippov
2018-03-17Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into stagingPeter Maydell
2018-03-16target/xtensa: add linux-user supportMax Filippov
2018-03-15Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell
2018-03-13linux-user: fix assertion in shmdtMax Filippov
2018-03-13linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov
2018-03-09linux-user: fix assertion in shmdtMax Filippov
2018-03-09linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov
2018-03-09linux-user: Support f_flags in statfs when available.Shea Levy
2018-03-09linux-user: Implement aarch64 PR_SVE_SET/GET_VLRichard Henderson
2018-03-07RISC-V Linux User EmulationMichael Clark
2018-02-18linux-user: Fix sched_getaffinity mask sizeSamuel Thibault
2018-02-18linux-user: Implement ioctl cmd TIOCGPTPEERAndreas Schwab
2018-02-09Clean up includesMarkus Armbruster
2018-02-05Drop remaining bits of ia64 host supportPeter Maydell
2018-01-23linux-user: implement renameat2Andreas Schwab
2018-01-23linux-user: Add getcpu() supportSamuel Thibault
2018-01-23linux-user: Fix sched_get/setaffinity conversionSamuel Thibault
2018-01-23linux-user: Translate flags argument to dup3 syscallPeter Maydell
2018-01-23linux-user: Don't use CMSG_ALIGN(sizeof struct cmsghdr)Peter Maydell
2018-01-23linux-user: Fix length calculations in host_to_target_cmsg()Peter Maydell
2017-11-07linux-user: Handle rt_sigaction correctly for SPARCPeter Maydell
2017-11-07linux-user: return EINVAL from prctl(PR_*_SECCOMP)James Cowgill
2017-11-07linux-user: fix 'finshed' typo in commentEmilio G. Cota
2017-11-07linux-user/syscall.c: Handle SH4's exceptional alignment for p{read, write}64James Clarke
2017-11-07linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLBHelge Deller
2017-10-24tcg: enable multiple TCG contexts in softmmuEmilio G. Cota
2017-10-19Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171018' int...Peter Maydell
2017-10-16linux-user: Add some random ioctlsMarco A L Barbosa
2017-10-16linux-user: remove duplicate break in syscallCarlo Marcelo Arenas Belón
2017-10-16linux-user: remove duplicate break in syscallCarlo Marcelo Arenas Belón
2017-10-16linux-user: fix O_TMPFILE handlingRiku Voipio