summaryrefslogtreecommitdiff
path: root/linux-user/syscall_defs.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-03linux-user: remove useless padding in flock64 structureLaurent Vivier1-21/+4
2018-04-03linux-user: fix TARGET___O_TMPFILE for sparcLaurent Vivier1-0/+1
2018-04-03linux-user: define TARGET_ARCH_HAS_KA_RESTORERLaurent Vivier1-0/+4
2018-03-17Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into stagingPeter Maydell1-3/+62
2018-03-16target/xtensa: add linux-user supportMax Filippov1-3/+62
2018-03-09linux-user: Support f_flags in statfs when available.Shea Levy1-22/+19
2018-03-09linux-user: Drop unicore32 codePeter Maydell1-3/+3
2018-03-07RISC-V Linux User EmulationMichael Clark1-5/+8
2018-01-23linux-user: Don't use CMSG_ALIGN(sizeof struct cmsghdr)Peter Maydell1-3/+3
2017-11-07linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLBHelge Deller1-0/+10
2017-11-07linux-user/hppa: Fix TARGET_F_RDLCK, TARGET_F_WRLCK, TARGET_F_UNLCKHelge Deller1-0/+3
2017-11-07linux-user/hppa: Fix TARGET_MAP_TYPEHelge Deller1-1/+5
2017-11-07linux-user/hppa: Fix TARGET_SA_* definesHelge Deller1-0/+8
2017-11-07linux-user: Restrict usage of sa_restorerRichard Henderson1-0/+13
2017-10-19Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171018' int...Peter Maydell1-6/+37
2017-10-17linux-user: Fix TARGET_MTIOCTOP/MTIOCGET/MTIOCPOS valuesPeter Maydell1-3/+28
2017-10-16linux-user: Add some random ioctlsMarco A L Barbosa1-0/+7
2017-10-16linux-user: Fix target FS_IOC_GETFLAGS and FS_IOC_SETFLAGS numbersPeter Maydell1-2/+2
2017-10-16linux-user: fix O_TMPFILE handlingRiku Voipio1-1/+7
2017-02-27linux-user: Add sockopts for IPv6 ping and IPv6 tracerouteHelge Deller1-0/+8
2017-02-16linux-user: Add FICLONE and FICLONERANGE ioctlsHelge Deller1-0/+4
2017-01-24nios2: Add usermode binaries emulationMarek Vasut1-3/+5
2017-01-23linux-user: Add HPPA definitions to syscall_defs.hRichard Henderson1-1/+130
2017-01-23linux-user: Add some hppa ioctlsHelge Deller1-0/+15
2017-01-22linux-user: Add SIOCGPGRP, SIOCGSTAMP, SIOCGSTAMPNSHelge Deller1-0/+4
2017-01-22Revert "Remove remainders of HPPA backend"Richard Henderson1-2/+2
2016-10-21linux-user: Fix definition of target_sigevent for 32-bit guestsPeter Maydell1-6/+10
2016-10-21linux-user: Fix syslog() syscall supportAleksandar Markovic1-0/+25
2016-10-21linux-user: Fix socketcall() syscall supportAleksandar Markovic1-20/+22
2016-10-21linux-user: Add support for adjtimex() syscallAleksandar Markovic1-0/+28
2016-09-23linux-user: Fix structure target_flock definition for MipsAleksandar Markovic1-0/+6
2016-09-23linux-user: Fix TARGET_F_GETOWN definition for MipsAleksandar Markovic1-1/+1
2016-09-23linux-user: Fix TARGET_SIOCATMARK definition for MipsAleksandar Markovic1-0/+4
2016-09-21linux-user: Check for bad event numbers in epoll_waitPeter Maydell1-0/+3
2016-09-21linux-user: Implement FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctlsPeter Maydell1-0/+6
2016-09-15Remove remainders of HPPA backendThomas Huth1-2/+2
2016-07-19linux-user: Add some new blk ioctlsPeter Maydell1-0/+11
2016-07-19linux-user: Add loop control ioctlsPeter Maydell1-0/+4
2016-07-12linux-user: Fix broken header guard in syscall_defs.hMarkus Armbruster1-4/+3
2016-06-26linux-user: add socketcall() straceLaurent Vivier1-4/+18
2016-06-26linux-user: Support F_GETPIPE_SZ and F_SETPIPE_SZ fcntlsPeter Maydell1-0/+2
2016-06-08linux-user: Correct signedness of target_flock l_start and l_len fieldsPeter Maydell1-17/+17
2016-06-07linux-user: Use both si_code and si_signo when converting siginfo_tPeter Maydell1-0/+15
2016-05-27linux-user: x86_64: Don't use 16-bit UIDsPeter Maydell1-1/+2
2016-01-11linux-user: Add SOCKOP_sendmmsg and SOCKOP_recvmmsg socket call, wire them up.John Paul Adrian Glaubitz1-0/+2
2016-01-08linux-user: correctly align target_epoll_eventLaurent Vivier1-8/+11
2015-10-07linux-user/syscall_defs.h: Sync the latest si_code from Linux kernelChen Gang1-0/+11
2015-09-28linux-user: fix cmsg conversion in case of multiple headersJonathan Neuschäfer1-5/+9
2015-09-15linux-user: Support tilegx architecture in linux-userChen Gang1-5/+9
2015-09-11typofixes - v4Veres Lajos1-2/+2