aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall_defs.h
AgeCommit message (Expand)Author
2019-01-11remove space-tab sequencesPaolo Bonzini
2018-10-19linux-user: Implement special usbfs ioctls.Cortland Tölva
2018-10-19linux-user: Define ordinary usbfs ioctls.Cortland Tölva
2018-09-25linux-user: add SO_LINGER to {g,s}etsockoptCarlo Marcelo Arenas Belón
2018-06-04linux-user: remove useless #ifLaurent Vivier
2018-06-04linux-user: move hppa signal definitions to hppa/target_signal.hLaurent Vivier
2018-06-04linux-user: move alpha signal definitions to alpha/target_signal.hLaurent Vivier
2018-06-04linux-user: move openrisc signal definitions to openrisc/target_signal.hLaurent Vivier
2018-06-04linux-user: move mips signal definitions to mips/target_signal.hLaurent Vivier
2018-06-04linux-user: move sparc signal definitions to sparc/target_signal.hLaurent Vivier
2018-06-04linux-user: move generic signal definitions to generic/signal.hLaurent Vivier
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier
2018-06-04linux-user: move sparc/sparc64 fcntl definitions to sparc/target_fcntl.hLaurent Vivier
2018-06-04linux-user: move ppc fcntl definitions to ppc/target_fcntl.hLaurent Vivier
2018-06-04linux-user: move mips/mips64 fcntl definitions to mips/target_fcntl.hLaurent Vivier
2018-06-04linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/tar...Laurent Vivier
2018-06-04linux-user: move hppa fcntl definitions to hppa/target_fcntl.hLaurent Vivier
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