index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
syscall_defs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-24
linux-user: Add FITRIM ioctl
Michael Vogt
1
-0
/
+1
2024-04-24
target/nios2: Remove the deprecated Nios II target
Philippe Mathieu-Daudé
1
-2
/
+2
2024-03-12
linux-user: Add FIFREEZE and FITHAW ioctls
Michael Vogt
1
-0
/
+3
2023-07-15
linux-user: Split TARGET_PROT_* out of syscall_defs.h
Richard Henderson
1
-11
/
+0
2023-07-15
linux-user: Split TARGET_MAP_* out of syscall_defs.h
Richard Henderson
1
-84
/
+1
2023-07-15
linux-user: Use abi_uint not unsigned in syscall_defs.h
Richard Henderson
1
-2
/
+2
2023-07-15
linux-user: Use abi_short not short in syscall_defs.h
Richard Henderson
1
-3
/
+3
2023-07-15
linux-user: Use abi_ushort not unsigned short in syscall_defs.h
Richard Henderson
1
-45
/
+45
2023-07-15
linux-user: Use abi_int not int in syscall_defs.h
Richard Henderson
1
-108
/
+108
2023-07-15
linux-user: Use abi_llong not long long in syscall_defs.h
Richard Henderson
1
-6
/
+6
2023-07-15
linux-user: Use abi_ullong not unsigned long long in syscall_defs.h
Richard Henderson
1
-16
/
+16
2023-07-15
linux-user: Use abi_uint not unsigned int in syscall_defs.h
Richard Henderson
1
-145
/
+145
2023-07-15
linux-user: Use abi_llong not int64_t in syscall_defs.h
Richard Henderson
1
-15
/
+15
2023-07-15
linux-user: Use abi_ullong not uint64_t in syscall_defs.h
Richard Henderson
1
-36
/
+36
2023-07-15
linux-user: Use abi_int not int32_t in syscall_defs.h
Richard Henderson
1
-30
/
+30
2023-07-15
linux-user: Use abi_uint not uint32_t in syscall_defs.h
Richard Henderson
1
-54
/
+54
2023-07-15
linux-user: Remove #if 0 block in syscall_defs.h
Richard Henderson
1
-24
/
+0
2023-07-15
linux-user: Reformat syscall_defs.h
Richard Henderson
1
-996
/
+996
2023-03-30
linux-user/sparc: Don't use 16-bit UIDs on SPARC V9
Philippe Mathieu-Daudé
1
-1
/
+1
2023-03-10
linux-user/sparc: Handle tag overflow traps
Richard Henderson
1
-0
/
+5
2022-10-17
linux-user: Fix struct statfs ABI on loongarch64
WANG Xuerui
1
-1
/
+2
2022-09-27
linux-user: Implement PI futexes
Richard Henderson
1
-0
/
+3
2022-09-27
linux-user: Fix TARGET_PROT_SEM for XTENSA
Helge Deller
1
-1
/
+1
2022-07-04
linux-user: Add LoongArch syscall support
Song Gao
1
-1
/
+5
2022-02-09
linux-user: Remove the deprecated ppc64abi32 target
Thomas Huth
1
-3
/
+3
2022-02-01
linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.h
Serge Belyshev
1
-52
/
+1
2022-01-27
linux-user/alpha: Fix target rlimits for alpha and rearrange for clarity
Serge Belyshev
1
-35
/
+32
2022-01-11
linux-user/hppa: Set FPE_CONDTRAP for COND
Richard Henderson
1
-0
/
+1
2022-01-11
linux-user: Remove TARGET_NSIGFPE
Richard Henderson
1
-1
/
+0
2022-01-11
linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrap
Richard Henderson
1
-0
/
+1
2022-01-06
linux-user: call set/getscheduler set/getparam directly
Tonis Tiigi
1
-0
/
+4
2022-01-06
linux-user: add sched_getattr support
Tonis Tiigi
1
-0
/
+14
2022-01-06
linux-user/hexagon: Use generic target_stat64 structure
Philippe Mathieu-Daudé
1
-26
/
+2
2021-11-29
linux-user: implement more loop ioctls
Andreas Schwab
1
-0
/
+4
2021-11-21
linux-user: Fix member types of target_dirent64
Richard Henderson
1
-3
/
+3
2021-11-21
linux-user: Always use flexible arrays for dirent d_name
Richard Henderson
1
-3
/
+3
2021-07-12
linux-user: Extract target errno to 'target_errno_defs.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2021-05-18
linux-user/alpha: Share code for TARGET_NR_sigaction
Richard Henderson
1
-15
/
+6
2021-05-18
linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORER
Richard Henderson
1
-6
/
+0
2021-05-18
linux-user: Pass ka_restorer to do_sigaction
Richard Henderson
1
-1
/
+1
2021-05-18
linux-user/alpha: Rename the sigaction restorer field
Richard Henderson
1
-1
/
+1
2021-03-09
Remove deprecated target tilegx
Thomas Huth
1
-8
/
+2
2021-02-18
Hexagon (linux-user/hexagon) Linux user emulation
Taylor Simpson
1
-0
/
+33
2021-02-16
linux-user/aarch64: Implement PROT_MTE
Richard Henderson
1
-0
/
+1
2021-01-20
linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntls
Shu-Chun Weng
1
-6
/
+8
2020-12-18
linux-user: Add most IFTUN ioctls
Shu-Chun Weng
1
-0
/
+32
2020-12-13
configure / meson: Move check for linux/btrfs.h to meson.build
Thomas Huth
1
-1
/
+1
2020-10-27
linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI
Richard Henderson
1
-0
/
+4
2020-09-06
linux-user: Protect btrfs ioctl target definitions
Filip Bozuta
1
-0
/
+2
2020-09-03
linux-user: Add support for btrfs ioctls used to scrub a filesystem
Filip Bozuta
1
-0
/
+3
[next]