aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall_defs.h
AgeCommit message (Expand)Author
2024-10-22linux-user: Fix build failure caused by missing __u64 on muslYao Zi
2024-10-08linux-user: add strace support for openat2Michael Vogt
2024-10-08linux-user: add openat2 support in linux-userMichael Vogt
2024-09-22linux-user,loongarch: move to syscalltbl fileLaurent Vivier
2024-09-13linux-user: Remove support for CRIS targetPhilippe Mathieu-Daudé
2024-04-24linux-user: Add FITRIM ioctlMichael Vogt
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé
2024-03-12linux-user: Add FIFREEZE and FITHAW ioctlsMichael Vogt
2023-07-15linux-user: Split TARGET_PROT_* out of syscall_defs.hRichard Henderson
2023-07-15linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_uint not unsigned in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_short not short in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_ushort not unsigned short in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_int not int in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_llong not long long in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_ullong not unsigned long long in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_uint not unsigned int in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_llong not int64_t in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_ullong not uint64_t in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_int not int32_t in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_uint not uint32_t in syscall_defs.hRichard Henderson
2023-07-15linux-user: Remove #if 0 block in syscall_defs.hRichard Henderson
2023-07-15linux-user: Reformat syscall_defs.hRichard Henderson
2023-03-30linux-user/sparc: Don't use 16-bit UIDs on SPARC V9Philippe Mathieu-Daudé
2023-03-10linux-user/sparc: Handle tag overflow trapsRichard Henderson
2022-10-17linux-user: Fix struct statfs ABI on loongarch64WANG Xuerui
2022-09-27linux-user: Implement PI futexesRichard Henderson
2022-09-27linux-user: Fix TARGET_PROT_SEM for XTENSAHelge Deller
2022-07-04linux-user: Add LoongArch syscall supportSong Gao
2022-02-09linux-user: Remove the deprecated ppc64abi32 targetThomas Huth
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev
2022-01-27linux-user/alpha: Fix target rlimits for alpha and rearrange for claritySerge Belyshev
2022-01-11linux-user/hppa: Set FPE_CONDTRAP for CONDRichard Henderson
2022-01-11linux-user: Remove TARGET_NSIGFPERichard Henderson
2022-01-11linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrapRichard Henderson
2022-01-06linux-user: call set/getscheduler set/getparam directlyTonis Tiigi
2022-01-06linux-user: add sched_getattr supportTonis Tiigi
2022-01-06linux-user/hexagon: Use generic target_stat64 structurePhilippe Mathieu-Daudé
2021-11-29linux-user: implement more loop ioctlsAndreas Schwab
2021-11-21linux-user: Fix member types of target_dirent64Richard Henderson
2021-11-21linux-user: Always use flexible arrays for dirent d_nameRichard Henderson
2021-07-12linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé
2021-05-18linux-user/alpha: Share code for TARGET_NR_sigactionRichard Henderson
2021-05-18linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORERRichard Henderson
2021-05-18linux-user: Pass ka_restorer to do_sigactionRichard Henderson
2021-05-18linux-user/alpha: Rename the sigaction restorer fieldRichard Henderson
2021-03-09Remove deprecated target tilegxThomas Huth
2021-02-18Hexagon (linux-user/hexagon) Linux user emulationTaylor Simpson
2021-02-16linux-user/aarch64: Implement PROT_MTERichard Henderson
2021-01-20linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntlsShu-Chun Weng