summaryrefslogtreecommitdiff
path: root/linux-user/syscall_defs.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-13linux-user: correct stat structure in MIPS N32Leon Alrae1-67/+19
2015-02-10linux-user: wrong TARGET_SI_PAD_SIZE value for some targets.Maxim Ostapenko1-1/+8
2014-11-11linux-user: Fix up timer id handlingAlexander Graf1-4/+1
2014-07-15linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddrJoakim Tjernlund1-0/+10
2014-06-29linux-user: support the SIOCGIFINDEX ioctlPaul Burton1-0/+1
2014-06-29linux-user: support the KDSIGACCEPT ioctlPaul Burton1-0/+1
2014-06-29linux-user: respect timezone for settimeofdayPaul Burton1-0/+5
2014-06-29linux-user: fix struct target_epoll_event layout for MIPSPaul Burton1-1/+1
2014-05-02linux-user: avoid using glibc internals in _syscall5 and in definition of tar...Natanael Copa1-1/+15
2014-03-17linux-user: Implement capget, capsetPeter Maydell1-0/+11
2014-03-17linux-user: implement F_[GS]ETOWN_EXAndreas Schwab1-0/+7
2014-03-03linux-user: Implement sendmmsg syscallAlexander Graf1-0/+4
2014-03-03linux-user: Don't use UID16 on AArch64Andreas Schwab1-1/+2
2014-02-19linux-user: Implement BLKPG ioctlAndreas Färber1-0/+1
2014-01-10linux-user: Support the accept4 socketcallAndré Hentschel1-0/+1
2013-11-29linux-user: Add target struct defs needed for POSIX timer syscalls.Erik de Castro Lopo1-0/+25
2013-11-07linux-user: Fix stat64 syscall for SPARC64Stefan Weil1-0/+14
2013-09-24linux-user: Add setsockopt(SO_ATTACH_FILTER)Laurent Vivier1-0/+12
2013-09-10linux-user: Fix up AArch64 syscall handlersAlexander Graf1-2/+26