aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall_defs.h
AgeCommit message (Expand)AuthorFilesLines
2024-11-22linux-user: Fix strace output for s390x mmap()Ilya Leoshkevich1-0/+7
2024-10-22linux-user: Fix build failure caused by missing __u64 on muslYao Zi1-3/+3
2024-10-08linux-user: add strace support for openat2Michael Vogt1-0/+5
2024-10-08linux-user: add openat2 support in linux-userMichael Vogt1-0/+13
2024-09-22linux-user,loongarch: move to syscalltbl fileLaurent Vivier1-6/+1
2024-09-13linux-user: Remove support for CRIS targetPhilippe Mathieu-Daudé1-4/+3
2024-04-24linux-user: Add FITRIM ioctlMichael Vogt1-0/+1
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé1-2/+2
2024-03-12linux-user: Add FIFREEZE and FITHAW ioctlsMichael Vogt1-0/+3
2023-07-15linux-user: Split TARGET_PROT_* out of syscall_defs.hRichard Henderson1-11/+0
2023-07-15linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson1-84/+1
2023-07-15linux-user: Use abi_uint not unsigned in syscall_defs.hRichard Henderson1-2/+2
2023-07-15linux-user: Use abi_short not short in syscall_defs.hRichard Henderson1-3/+3
2023-07-15linux-user: Use abi_ushort not unsigned short in syscall_defs.hRichard Henderson1-45/+45
2023-07-15linux-user: Use abi_int not int in syscall_defs.hRichard Henderson1-108/+108
2023-07-15linux-user: Use abi_llong not long long in syscall_defs.hRichard Henderson1-6/+6
2023-07-15linux-user: Use abi_ullong not unsigned long long in syscall_defs.hRichard Henderson1-16/+16
2023-07-15linux-user: Use abi_uint not unsigned int in syscall_defs.hRichard Henderson1-145/+145
2023-07-15linux-user: Use abi_llong not int64_t in syscall_defs.hRichard Henderson1-15/+15
2023-07-15linux-user: Use abi_ullong not uint64_t in syscall_defs.hRichard Henderson1-36/+36
2023-07-15linux-user: Use abi_int not int32_t in syscall_defs.hRichard Henderson1-30/+30
2023-07-15linux-user: Use abi_uint not uint32_t in syscall_defs.hRichard Henderson1-54/+54
2023-07-15linux-user: Remove #if 0 block in syscall_defs.hRichard Henderson1-24/+0
2023-07-15linux-user: Reformat syscall_defs.hRichard Henderson1-996/+996
2023-03-30linux-user/sparc: Don't use 16-bit UIDs on SPARC V9Philippe Mathieu-Daudé1-1/+1
2023-03-10linux-user/sparc: Handle tag overflow trapsRichard Henderson1-0/+5
2022-10-17linux-user: Fix struct statfs ABI on loongarch64WANG Xuerui1-1/+2
2022-09-27linux-user: Implement PI futexesRichard Henderson1-0/+3
2022-09-27linux-user: Fix TARGET_PROT_SEM for XTENSAHelge Deller1-1/+1
2022-07-04linux-user: Add LoongArch syscall supportSong Gao1-1/+5
2022-02-09linux-user: Remove the deprecated ppc64abi32 targetThomas Huth1-3/+3
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev1-52/+1
2022-01-27linux-user/alpha: Fix target rlimits for alpha and rearrange for claritySerge Belyshev1-35/+32
2022-01-11linux-user/hppa: Set FPE_CONDTRAP for CONDRichard Henderson1-0/+1
2022-01-11linux-user: Remove TARGET_NSIGFPERichard Henderson1-1/+0
2022-01-11linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrapRichard Henderson1-0/+1
2022-01-06linux-user: call set/getscheduler set/getparam directlyTonis Tiigi1-0/+4
2022-01-06linux-user: add sched_getattr supportTonis Tiigi1-0/+14
2022-01-06linux-user/hexagon: Use generic target_stat64 structurePhilippe Mathieu-Daudé1-26/+2
2021-11-29linux-user: implement more loop ioctlsAndreas Schwab1-0/+4
2021-11-21linux-user: Fix member types of target_dirent64Richard Henderson1-3/+3
2021-11-21linux-user: Always use flexible arrays for dirent d_nameRichard Henderson1-3/+3
2021-07-12linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé1-1/+1
2021-05-18linux-user/alpha: Share code for TARGET_NR_sigactionRichard Henderson1-15/+6
2021-05-18linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORERRichard Henderson1-6/+0
2021-05-18linux-user: Pass ka_restorer to do_sigactionRichard Henderson1-1/+1
2021-05-18linux-user/alpha: Rename the sigaction restorer fieldRichard Henderson1-1/+1
2021-03-09Remove deprecated target tilegxThomas Huth1-8/+2
2021-02-18Hexagon (linux-user/hexagon) Linux user emulationTaylor Simpson1-0/+33
2021-02-16linux-user/aarch64: Implement PROT_MTERichard Henderson1-0/+1