summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall_defs.h
Commit message (Expand)AuthorAgeFilesLines
* linux-user: emulate msgsnd(), msgrcv() and semtimedop()Laurent Vivier2019-06-241-0/+1
* linux-user: Pass through nanosecond timestamp components for stat syscallsChen-Yu Tsai2019-05-241-18/+31
* linux-user: Add support for SIOC<G|S>IFPFLAGS ioctls for all targetsNeng Chen2019-05-221-0/+2
* linux-user: Add support for SIOCSPGRP ioctl for all targetsAleksandar Markovic2019-05-221-0/+3
* linux-user: Fix support for SIOCATMARK and SIOCGPGRP ioctls for xtensaAleksandar Markovic2019-05-221-1/+2
* target/alpha: Fix user-only floating-point exceptionsRichard Henderson2019-05-191-1/+2
* remove space-tab sequencesPaolo Bonzini2019-01-111-2/+2
* linux-user: Implement special usbfs ioctls.Cortland Tölva2018-10-191-0/+4
* linux-user: Define ordinary usbfs ioctls.Cortland Tölva2018-10-191-0/+24
* linux-user: add SO_LINGER to {g,s}etsockoptCarlo Marcelo Arenas Belón2018-09-251-0/+5
* linux-user: remove useless #ifLaurent Vivier2018-06-041-10/+0Star
* linux-user: move hppa signal definitions to hppa/target_signal.hLaurent Vivier2018-06-041-52/+0Star
* linux-user: move alpha signal definitions to alpha/target_signal.hLaurent Vivier2018-06-041-49/+2Star
* linux-user: move openrisc signal definitions to openrisc/target_signal.hLaurent Vivier2018-06-041-9/+1Star
* linux-user: move mips signal definitions to mips/target_signal.hLaurent Vivier2018-06-041-55/+1Star
* linux-user: move sparc signal definitions to sparc/target_signal.hLaurent Vivier2018-06-041-51/+1Star
* linux-user: move generic signal definitions to generic/signal.hLaurent Vivier2018-06-041-50/+0Star
* linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier2018-06-041-0/+2
* linux-user: move sparc/sparc64 fcntl definitions to sparc/target_fcntl.hLaurent Vivier2018-06-041-39/+0Star
* linux-user: move ppc fcntl definitions to ppc/target_fcntl.hLaurent Vivier2018-06-041-6/+1Star
* linux-user: move mips/mips64 fcntl definitions to mips/target_fcntl.hLaurent Vivier2018-06-041-29/+2Star
* linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/tar...Laurent Vivier2018-06-041-6/+1Star
* linux-user: move hppa fcntl definitions to hppa/target_fcntl.hLaurent Vivier2018-06-041-33/+1Star
* linux-user: move alpha fcntl definitions to alpha/target_fcntl.hLaurent Vivier2018-06-041-30/+2Star
* linux-user: move generic fcntl definitions to generic/fcntl.hLaurent Vivier2018-06-041-128/+1Star
* linux-user: fix flock/flock64 paddingLaurent Vivier2018-05-111-3/+13
* linux-user: define correct fcntl() values for sparcLaurent Vivier2018-05-111-0/+9
* linux-user: remove useless padding in flock64 structureLaurent Vivier2018-05-031-21/+4Star
* linux-user: fix TARGET___O_TMPFILE for sparcLaurent Vivier2018-04-031-0/+1
* linux-user: define TARGET_ARCH_HAS_KA_RESTORERLaurent Vivier2018-04-031-0/+4
* Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into stagingPeter Maydell2018-03-171-3/+62
|\
| * target/xtensa: add linux-user supportMax Filippov2018-03-161-3/+62
* | linux-user: Support f_flags in statfs when available.Shea Levy2018-03-091-22/+19Star
* | linux-user: Drop unicore32 codePeter Maydell2018-03-091-3/+3
|/
* 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