aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall_defs.h
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-20linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntlsShu-Chun Weng1-6/+8
2020-12-18linux-user: Add most IFTUN ioctlsShu-Chun Weng1-0/+32
2020-12-13configure / meson: Move check for linux/btrfs.h to meson.buildThomas Huth1-1/+1
2020-10-27linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson1-0/+4
2020-09-06linux-user: Protect btrfs ioctl target definitionsFilip Bozuta1-0/+2
2020-09-03linux-user: Add support for btrfs ioctls used to scrub a filesystemFilip Bozuta1-0/+3
2020-09-03linux-user: Add support for btrfs ioctls used to manage quotaFilip Bozuta1-0/+7
2020-09-03linux-user: Add support for two btrfs ioctls used for subvolumeFilip Bozuta1-0/+3
2020-09-03linux-user: Add support for a group of btrfs inode ioctlsFilip Bozuta1-0/+5