aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall_defs.h
AgeCommit message (Expand)Author
2018-06-04linux-user: move alpha fcntl definitions to alpha/target_fcntl.hLaurent Vivier
2018-06-04linux-user: move generic fcntl definitions to generic/fcntl.hLaurent Vivier
2018-05-11linux-user: fix flock/flock64 paddingLaurent Vivier
2018-05-11linux-user: define correct fcntl() values for sparcLaurent Vivier
2018-05-03linux-user: remove useless padding in flock64 structureLaurent Vivier
2018-04-03linux-user: fix TARGET___O_TMPFILE for sparcLaurent Vivier
2018-04-03linux-user: define TARGET_ARCH_HAS_KA_RESTORERLaurent Vivier
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-09linux-user: Support f_flags in statfs when available.Shea Levy
2018-03-09linux-user: Drop unicore32 codePeter Maydell
2018-03-07RISC-V Linux User EmulationMichael Clark
2018-01-23linux-user: Don't use CMSG_ALIGN(sizeof struct cmsghdr)Peter Maydell
2017-11-07linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLBHelge Deller
2017-11-07linux-user/hppa: Fix TARGET_F_RDLCK, TARGET_F_WRLCK, TARGET_F_UNLCKHelge Deller
2017-11-07linux-user/hppa: Fix TARGET_MAP_TYPEHelge Deller
2017-11-07linux-user/hppa: Fix TARGET_SA_* definesHelge Deller
2017-11-07linux-user: Restrict usage of sa_restorerRichard Henderson
2017-10-19Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171018' int...Peter Maydell
2017-10-17linux-user: Fix TARGET_MTIOCTOP/MTIOCGET/MTIOCPOS valuesPeter Maydell
2017-10-16linux-user: Add some random ioctlsMarco A L Barbosa
2017-10-16linux-user: Fix target FS_IOC_GETFLAGS and FS_IOC_SETFLAGS numbersPeter Maydell
2017-10-16linux-user: fix O_TMPFILE handlingRiku Voipio
2017-02-27linux-user: Add sockopts for IPv6 ping and IPv6 tracerouteHelge Deller
2017-02-16linux-user: Add FICLONE and FICLONERANGE ioctlsHelge Deller
2017-01-24nios2: Add usermode binaries emulationMarek Vasut
2017-01-23linux-user: Add HPPA definitions to syscall_defs.hRichard Henderson
2017-01-23linux-user: Add some hppa ioctlsHelge Deller
2017-01-22linux-user: Add SIOCGPGRP, SIOCGSTAMP, SIOCGSTAMPNSHelge Deller
2017-01-22Revert "Remove remainders of HPPA backend"Richard Henderson
2016-10-21linux-user: Fix definition of target_sigevent for 32-bit guestsPeter Maydell
2016-10-21linux-user: Fix syslog() syscall supportAleksandar Markovic
2016-10-21linux-user: Fix socketcall() syscall supportAleksandar Markovic
2016-10-21linux-user: Add support for adjtimex() syscallAleksandar Markovic
2016-09-23linux-user: Fix structure target_flock definition for MipsAleksandar Markovic
2016-09-23linux-user: Fix TARGET_F_GETOWN definition for MipsAleksandar Markovic
2016-09-23linux-user: Fix TARGET_SIOCATMARK definition for MipsAleksandar Markovic
2016-09-21linux-user: Check for bad event numbers in epoll_waitPeter Maydell
2016-09-21linux-user: Implement FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctlsPeter Maydell
2016-09-15Remove remainders of HPPA backendThomas Huth
2016-07-19linux-user: Add some new blk ioctlsPeter Maydell
2016-07-19linux-user: Add loop control ioctlsPeter Maydell
2016-07-12linux-user: Fix broken header guard in syscall_defs.hMarkus Armbruster
2016-06-26linux-user: add socketcall() straceLaurent Vivier
2016-06-26linux-user: Support F_GETPIPE_SZ and F_SETPIPE_SZ fcntlsPeter Maydell
2016-06-08linux-user: Correct signedness of target_flock l_start and l_len fieldsPeter Maydell
2016-06-07linux-user: Use both si_code and si_signo when converting siginfo_tPeter Maydell
2016-05-27linux-user: x86_64: Don't use 16-bit UIDsPeter Maydell
2016-01-11linux-user: Add SOCKOP_sendmmsg and SOCKOP_recvmmsg socket call, wire them up.John Paul Adrian Glaubitz
2016-01-08linux-user: correctly align target_epoll_eventLaurent Vivier