summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall_defs.h
Commit message (Expand)AuthorAgeFilesLines
* RISC-V Linux User EmulationMichael Clark2018-03-061-5/+8
* linux-user: Don't use CMSG_ALIGN(sizeof struct cmsghdr)Peter Maydell2018-01-231-3/+3
* linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLBHelge Deller2017-11-071-0/+10
* linux-user/hppa: Fix TARGET_F_RDLCK, TARGET_F_WRLCK, TARGET_F_UNLCKHelge Deller2017-11-071-0/+3
* linux-user/hppa: Fix TARGET_MAP_TYPEHelge Deller2017-11-071-1/+5
* linux-user/hppa: Fix TARGET_SA_* definesHelge Deller2017-11-071-0/+8
* linux-user: Restrict usage of sa_restorerRichard Henderson2017-11-071-0/+13
* Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171018' int...Peter Maydell2017-10-191-6/+37
|\
| * linux-user: Fix TARGET_MTIOCTOP/MTIOCGET/MTIOCPOS valuesPeter Maydell2017-10-171-3/+28
| * linux-user: Fix target FS_IOC_GETFLAGS and FS_IOC_SETFLAGS numbersPeter Maydell2017-10-161-2/+2
| * linux-user: fix O_TMPFILE handlingRiku Voipio2017-10-161-1/+7
* | linux-user: Add some random ioctlsMarco A L Barbosa2017-10-161-0/+7
|/
* linux-user: Add sockopts for IPv6 ping and IPv6 tracerouteHelge Deller2017-02-271-0/+8
* linux-user: Add FICLONE and FICLONERANGE ioctlsHelge Deller2017-02-161-0/+4
* nios2: Add usermode binaries emulationMarek Vasut2017-01-241-3/+5
* linux-user: Add HPPA definitions to syscall_defs.hRichard Henderson2017-01-231-1/+130
* linux-user: Add some hppa ioctlsHelge Deller2017-01-231-0/+15
* linux-user: Add SIOCGPGRP, SIOCGSTAMP, SIOCGSTAMPNSHelge Deller2017-01-231-0/+4
* Revert "Remove remainders of HPPA backend"Richard Henderson2017-01-231-2/+2
* linux-user: Fix definition of target_sigevent for 32-bit guestsPeter Maydell2016-10-211-6/+10
* linux-user: Fix syslog() syscall supportAleksandar Markovic2016-10-211-0/+25
* linux-user: Fix socketcall() syscall supportAleksandar Markovic2016-10-211-20/+22
* linux-user: Add support for adjtimex() syscallAleksandar Markovic2016-10-211-0/+28
* linux-user: Fix structure target_flock definition for MipsAleksandar Markovic2016-09-231-0/+6
* linux-user: Fix TARGET_F_GETOWN definition for MipsAleksandar Markovic2016-09-231-1/+1
* linux-user: Fix TARGET_SIOCATMARK definition for MipsAleksandar Markovic2016-09-231-0/+4
* linux-user: Check for bad event numbers in epoll_waitPeter Maydell2016-09-211-0/+3
* linux-user: Implement FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctlsPeter Maydell2016-09-211-0/+6
* Remove remainders of HPPA backendThomas Huth2016-09-151-2/+2
* linux-user: Add some new blk ioctlsPeter Maydell2016-07-191-0/+11
* linux-user: Add loop control ioctlsPeter Maydell2016-07-191-0/+4
* linux-user: Fix broken header guard in syscall_defs.hMarkus Armbruster2016-07-121-4/+3Star
* linux-user: add socketcall() straceLaurent Vivier2016-06-261-4/+18
* linux-user: Support F_GETPIPE_SZ and F_SETPIPE_SZ fcntlsPeter Maydell2016-06-261-0/+2
* linux-user: Correct signedness of target_flock l_start and l_len fieldsPeter Maydell2016-06-081-17/+17
* linux-user: Use both si_code and si_signo when converting siginfo_tPeter Maydell2016-06-071-0/+15
* linux-user: x86_64: Don't use 16-bit UIDsPeter Maydell2016-05-271-1/+2
* linux-user: Add SOCKOP_sendmmsg and SOCKOP_recvmmsg socket call, wire them up.John Paul Adrian Glaubitz2016-01-111-0/+2
* linux-user: correctly align target_epoll_eventLaurent Vivier2016-01-081-8/+11
* linux-user/syscall_defs.h: Sync the latest si_code from Linux kernelChen Gang2015-10-071-0/+11
* linux-user: fix cmsg conversion in case of multiple headersJonathan Neuschäfer2015-09-281-5/+9
* linux-user: Support tilegx architecture in linux-userChen Gang2015-09-151-5/+9
* typofixes - v4Veres Lajos2015-09-111-2/+2
* linux-user: correct stat structure in MIPS N32Leon Alrae2015-02-131-67/+19Star
* linux-user: wrong TARGET_SI_PAD_SIZE value for some targets.Maxim Ostapenko2015-02-101-1/+8
* linux-user: Fix up timer id handlingAlexander Graf2014-11-111-4/+1Star
* linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddrJoakim Tjernlund2014-07-151-0/+10
* linux-user: support the SIOCGIFINDEX ioctlPaul Burton2014-06-291-0/+1
* linux-user: support the KDSIGACCEPT ioctlPaul Burton2014-06-291-0/+1
* linux-user: respect timezone for settimeofdayPaul Burton2014-06-291-0/+5