summary refs log tree commit diff stats
path: root/linux-user/syscall_defs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Fix strace output for s390x mmap()Ilya Leoshkevich2024-11-221-0/+7
* linux-user: Fix build failure caused by missing __u64 on muslYao Zi2024-10-221-3/+3
* linux-user: add strace support for openat2Michael Vogt2024-10-081-0/+5
* linux-user: add openat2 support in linux-userMichael Vogt2024-10-081-0/+13
* linux-user,loongarch: move to syscalltbl fileLaurent Vivier2024-09-221-6/+1
* linux-user: Remove support for CRIS targetPhilippe Mathieu-Daudé2024-09-131-4/+3
* linux-user: Add FITRIM ioctlMichael Vogt2024-04-241-0/+1
* target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé2024-04-241-2/+2
* linux-user: Add FIFREEZE and FITHAW ioctlsMichael Vogt2024-03-121-0/+3
* linux-user: Split TARGET_PROT_* out of syscall_defs.hRichard Henderson2023-07-151-11/+0
* linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson2023-07-151-84/+1
* linux-user: Use abi_uint not unsigned in syscall_defs.hRichard Henderson2023-07-151-2/+2
* linux-user: Use abi_short not short in syscall_defs.hRichard Henderson2023-07-151-3/+3
* linux-user: Use abi_ushort not unsigned short in syscall_defs.hRichard Henderson2023-07-151-45/+45
* linux-user: Use abi_int not int in syscall_defs.hRichard Henderson2023-07-151-108/+108
* linux-user: Use abi_llong not long long in syscall_defs.hRichard Henderson2023-07-151-6/+6
* linux-user: Use abi_ullong not unsigned long long in syscall_defs.hRichard Henderson2023-07-151-16/+16
* linux-user: Use abi_uint not unsigned int in syscall_defs.hRichard Henderson2023-07-151-145/+145
* linux-user: Use abi_llong not int64_t in syscall_defs.hRichard Henderson2023-07-151-15/+15
* linux-user: Use abi_ullong not uint64_t in syscall_defs.hRichard Henderson2023-07-151-36/+36
* linux-user: Use abi_int not int32_t in syscall_defs.hRichard Henderson2023-07-151-30/+30
* linux-user: Use abi_uint not uint32_t in syscall_defs.hRichard Henderson2023-07-151-54/+54
* linux-user: Remove #if 0 block in syscall_defs.hRichard Henderson2023-07-151-24/+0
* linux-user: Reformat syscall_defs.hRichard Henderson2023-07-151-996/+996
* linux-user/sparc: Don't use 16-bit UIDs on SPARC V9Philippe Mathieu-Daudé2023-03-301-1/+1
* linux-user/sparc: Handle tag overflow trapsRichard Henderson2023-03-101-0/+5
* linux-user: Fix struct statfs ABI on loongarch64WANG Xuerui2022-10-171-1/+2
* linux-user: Implement PI futexesRichard Henderson2022-09-271-0/+3
* linux-user: Fix TARGET_PROT_SEM for XTENSAHelge Deller2022-09-271-1/+1
* linux-user: Add LoongArch syscall supportSong Gao2022-07-041-1/+5
* linux-user: Remove the deprecated ppc64abi32 targetThomas Huth2022-02-091-3/+3
* linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev2022-02-011-52/+1
* linux-user/alpha: Fix target rlimits for alpha and rearrange for claritySerge Belyshev2022-01-271-35/+32
* linux-user/hppa: Set FPE_CONDTRAP for CONDRichard Henderson2022-01-111-0/+1
* linux-user: Remove TARGET_NSIGFPERichard Henderson2022-01-111-1/+0
* linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrapRichard Henderson2022-01-111-0/+1
* linux-user: call set/getscheduler set/getparam directlyTonis Tiigi2022-01-061-0/+4
* linux-user: add sched_getattr supportTonis Tiigi2022-01-061-0/+14
* linux-user/hexagon: Use generic target_stat64 structurePhilippe Mathieu-Daudé2022-01-061-26/+2
* linux-user: implement more loop ioctlsAndreas Schwab2021-11-291-0/+4
* linux-user: Fix member types of target_dirent64Richard Henderson2021-11-211-3/+3
* linux-user: Always use flexible arrays for dirent d_nameRichard Henderson2021-11-211-3/+3
* linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-121-1/+1
* linux-user/alpha: Share code for TARGET_NR_sigactionRichard Henderson2021-05-181-15/+6
* linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORERRichard Henderson2021-05-181-6/+0
* linux-user: Pass ka_restorer to do_sigactionRichard Henderson2021-05-181-1/+1
* linux-user/alpha: Rename the sigaction restorer fieldRichard Henderson2021-05-181-1/+1
* Remove deprecated target tilegxThomas Huth2021-03-091-8/+2
* Hexagon (linux-user/hexagon) Linux user emulationTaylor Simpson2021-02-181-0/+33
* linux-user/aarch64: Implement PROT_MTERichard Henderson2021-02-161-0/+1