aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall_defs.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-22linux-user: Add support for KCOV_INIT_TRACE ioctlAleksandar Markovic1-0/+1
2020-01-22linux-user: Add support for KCOV_<ENABLE|DISABLE> ioctlsAleksandar Markovic1-0/+4
2020-01-22linux-user: Add support for FDFMT<BEG|TRK|END> ioctlsAleksandar Markovic1-0/+3
2020-01-22linux-user: Add support for FD<SETEMSGTRESH|SETMAXERRS|GETMAXERRS> ioctlsAleksandar Markovic1-0/+3
2020-01-22linux-user: Add support for FS_IOC32_<GET|SET>VERSION ioctlsAleksandar Markovic1-0/+2
2020-01-22linux-user: Add support for FS_IOC32_<GET|SET>FLAGS ioctlsAleksandar Markovic1-0/+2
2020-01-22linux-user: Add support for FS_IOC_<GET|SET>VERSION ioctlsAleksandar Markovic1-3/+5
2019-10-21linux-user/syscall: Align target_sockaddr fields using ABI typesPhilippe Mathieu-Daudé1-17/+17
2019-10-21linux-user/syscall: Introduce target_sockaddr_nlPhilippe Mathieu-Daudé1-0/+7
2019-09-11linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctlsAleksandar Markovic1-0/+4
2019-09-11linux-user: Add support for FDMSGON and FDMSGOFF ioctlsAleksandar Markovic1-0/+2
2019-09-11linux-user: Add support for FDFLUSH ioctlYunqiang Su1-0/+4
2019-09-11linux-user: Add support for FIOGETOWN and FIOSETOWN ioctlsAleksandar Markovic1-0/+4
2019-09-11linux-user: Add support for RNDRESEEDCRNG ioctlAleksandar Markovic1-0/+1
2019-07-19linux-user: fix to handle variably sized SIOCGSTAMP with new kernelsDaniel P. Berrangé1-2/+28
2019-07-02linux-user: Add support for translation of statx() syscallAleksandar Rikalo1-0/+37
2019-06-24linux-user: emulate msgsnd(), msgrcv() and semtimedop()Laurent Vivier1-0/+1
2019-05-24linux-user: Pass through nanosecond timestamp components for stat syscallsChen-Yu Tsai1-18/+31
2019-05-22linux-user: Add support for SIOC<G|S>IFPFLAGS ioctls for all targetsNeng Chen1-0/+2
2019-05-22linux-user: Add support for SIOCSPGRP ioctl for all targetsAleksandar Markovic1-0/+3
2019-05-22linux-user: Fix support for SIOCATMARK and SIOCGPGRP ioctls for xtensaAleksandar Markovic1-1/+2
2019-05-19target/alpha: Fix user-only floating-point exceptionsRichard Henderson1-1/+2
2019-01-11remove space-tab sequencesPaolo Bonzini1-2/+2
2018-10-19linux-user: Implement special usbfs ioctls.Cortland Tölva1-0/+4
2018-10-19linux-user: Define ordinary usbfs ioctls.Cortland Tölva1-0/+24
2018-09-25linux-user: add SO_LINGER to {g,s}etsockoptCarlo Marcelo Arenas Belón1-0/+5
2018-06-04linux-user: remove useless #ifLaurent Vivier1-10/+0
2018-06-04linux-user: move hppa signal definitions to hppa/target_signal.hLaurent Vivier1-52/+0
2018-06-04linux-user: move alpha signal definitions to alpha/target_signal.hLaurent Vivier1-49/+2
2018-06-04linux-user: move openrisc signal definitions to openrisc/target_signal.hLaurent Vivier1-9/+1
2018-06-04linux-user: move mips signal definitions to mips/target_signal.hLaurent Vivier1-55/+1
2018-06-04linux-user: move sparc signal definitions to sparc/target_signal.hLaurent Vivier1-51/+1
2018-06-04linux-user: move generic signal definitions to generic/signal.hLaurent Vivier1-50/+0
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier1-0/+2
2018-06-04linux-user: move sparc/sparc64 fcntl definitions to sparc/target_fcntl.hLaurent Vivier1-39/+0
2018-06-04linux-user: move ppc fcntl definitions to ppc/target_fcntl.hLaurent Vivier1-6/+1
2018-06-04linux-user: move mips/mips64 fcntl definitions to mips/target_fcntl.hLaurent Vivier1-29/+2
2018-06-04linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/tar...Laurent Vivier1-6/+1
2018-06-04linux-user: move hppa fcntl definitions to hppa/target_fcntl.hLaurent Vivier1-33/+1
2018-06-04linux-user: move alpha fcntl definitions to alpha/target_fcntl.hLaurent Vivier1-30/+2
2018-06-04linux-user: move generic fcntl definitions to generic/fcntl.hLaurent Vivier1-128/+1
2018-05-11linux-user: fix flock/flock64 paddingLaurent Vivier1-3/+13
2018-05-11linux-user: define correct fcntl() values for sparcLaurent Vivier1-0/+9
2018-05-03linux-user: remove useless padding in flock64 structureLaurent Vivier1-21/+4
2018-04-03linux-user: fix TARGET___O_TMPFILE for sparcLaurent Vivier1-0/+1
2018-04-03linux-user: define TARGET_ARCH_HAS_KA_RESTORERLaurent Vivier1-0/+4
2018-03-17Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into stagingPeter Maydell1-3/+62
2018-03-16target/xtensa: add linux-user supportMax Filippov1-3/+62
2018-03-09linux-user: Support f_flags in statfs when available.Shea Levy1-22/+19
2018-03-09linux-user: Drop unicore32 codePeter Maydell1-3/+3