aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall_defs.h
AgeCommit message (Expand)Author
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
2015-10-07linux-user/syscall_defs.h: Sync the latest si_code from Linux kernelChen Gang
2015-09-28linux-user: fix cmsg conversion in case of multiple headersJonathan Neuschäfer
2015-09-15linux-user: Support tilegx architecture in linux-userChen Gang
2015-09-11typofixes - v4Veres Lajos
2015-02-13linux-user: correct stat structure in MIPS N32Leon Alrae
2015-02-10linux-user: wrong TARGET_SI_PAD_SIZE value for some targets.Maxim Ostapenko
2014-11-11linux-user: Fix up timer id handlingAlexander Graf
2014-07-15linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddrJoakim Tjernlund
2014-06-29linux-user: support the SIOCGIFINDEX ioctlPaul Burton
2014-06-29linux-user: support the KDSIGACCEPT ioctlPaul Burton
2014-06-29linux-user: respect timezone for settimeofdayPaul Burton
2014-06-29linux-user: fix struct target_epoll_event layout for MIPSPaul Burton
2014-05-02linux-user: avoid using glibc internals in _syscall5 and in definition of tar...Natanael Copa
2014-03-17linux-user: Implement capget, capsetPeter Maydell
2014-03-17linux-user: implement F_[GS]ETOWN_EXAndreas Schwab
2014-03-03linux-user: Implement sendmmsg syscallAlexander Graf
2014-03-03linux-user: Don't use UID16 on AArch64Andreas Schwab
2014-02-19linux-user: Implement BLKPG ioctlAndreas Färber
2014-01-10linux-user: Support the accept4 socketcallAndré Hentschel
2013-11-29linux-user: Add target struct defs needed for POSIX timer syscalls.Erik de Castro Lopo
2013-11-07linux-user: Fix stat64 syscall for SPARC64Stefan Weil
2013-09-24linux-user: Add setsockopt(SO_ATTACH_FILTER)Laurent Vivier
2013-09-10linux-user: Fix up AArch64 syscall handlersAlexander Graf
2013-07-23linux-user: Fix epoll on ARM hostsAlexander Graf
2013-07-23linux-user: Fix target_stat and target_stat64 for OpenRISCPeter Maydell
2013-01-16alpha-linux-user: Translate fcntl l_typeLaurent Vivier
2013-01-12alpha-linux-user: Fix sigactionRichard Henderson
2012-12-19janitor: add guards to headersPaolo Bonzini
2012-08-27linux-user: fix emulation of getdentsDmitry V. Levin
2012-08-13linux-user: Fix SNDCTL_DSP_MAP{IN, OUT}BUF ioctl definitionsPeter Maydell
2012-08-13linux-user: Fix incorrect TARGET_BLKBSZGET, TARGET_BLKBSZSETPeter Maydell
2012-08-04linux-user: Sync fcntl.h bits with the kernelRichard Henderson
2012-08-04alpha-linux-user: Fix signal handlingRichard Henderson
2012-07-27target-or32: Add linux user supportJia Liu