zig/lib/std/os
taylor.fish 9f2a200a3f
Fix PowerPC restore_rt
Clang fails to compile the CBE translation of this code ("non-ASM
statement in naked function"). Similar to the implementations of
`restore_rt` on x86 and ARM, when the CBE is in use, this commit employs
alternative inline assembly that avoids using non-immediate input
operands.
2025-09-25 03:58:58 +02:00
..
linux Fix PowerPC restore_rt 2025-09-25 03:58:58 +02:00
plan9 zig fmt 2025-07-16 10:27:39 -07:00
uefi std.os.uefi: fix type error at MemoryType.format() 2025-08-29 00:12:44 +02:00
windows update format strings in os/windows/test.zig 2025-07-08 08:46:31 -07:00
emscripten.zig sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t 2025-04-30 20:32:04 -07:00
freebsd.zig std.os.freebsd.copy_file_range: add missing error.Unexpected 2025-07-08 16:53:02 -07:00
linux.zig use copy_file_range syscall on linux 2025-09-24 03:50:22 +02:00
plan9.zig sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t 2025-04-30 20:32:04 -07:00
uefi.zig std.os.uefi.tables: ziggify boot and runtime services (#23441) 2025-07-12 17:18:53 +00:00
wasi.zig wasi: fix wasm-wasi-musl constants 2025-02-09 09:08:11 +01:00
windows.zig std.os.windows: map RtlGenRandom() failure to error.SystemResources 2025-08-08 07:25:26 +02:00