libucontext/arch
Volker Christian 124a962b39 aarch64: fix return value if getcontext was used to acquire the current context.
x0 hast to be 0 in case setcontext is called with a context acquired by getcontext.
Thus x0=0 must be stored in getcontext.
2024-08-07 17:45:47 -07:00
..
aarch64 aarch64: fix return value if getcontext was used to acquire the current context. 2024-08-07 17:45:47 -07:00
arm libucontext: Add patch fixing return values of get/set/swapcontext 2024-08-07 17:44:43 -07:00
common common-trampoline: initialize link pointer to NULL 2022-02-13 07:35:23 +00:00
loongarch64 Add support for Loongarch64 2021-06-04 09:07:38 -06:00
m68k everywhere: drop _GNU_SOURCE requirement 2021-03-09 00:25:13 -07:00
mips project: move freestanding include headers 2021-03-08 13:02:27 -08:00
mips64 project: move freestanding include headers 2021-03-08 13:02:27 -08:00
or1k or1k: add freestanding bits 2022-02-13 09:06:58 +00:00
ppc everywhere: drop _GNU_SOURCE requirement 2021-03-09 00:25:13 -07:00
ppc64 everywhere: drop _GNU_SOURCE requirement 2021-03-09 00:25:13 -07:00
riscv32 everywhere: drop _GNU_SOURCE requirement 2021-03-09 00:25:13 -07:00
riscv64 everywhere: drop _GNU_SOURCE requirement 2021-03-09 00:25:13 -07:00
s390x everywhere: drop _GNU_SOURCE requirement 2021-03-09 00:25:13 -07:00
sh everywhere: drop _GNU_SOURCE requirement 2021-03-09 00:25:13 -07:00
x86 everywhere: drop _GNU_SOURCE requirement 2021-03-09 00:25:13 -07:00
x86_64 everywhere: drop _GNU_SOURCE requirement 2021-03-09 00:25:13 -07:00