Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-06 14:23:09 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/os
History
Alex Rønne Petersen cb0e6d8aa6 std.os.linux: Fix syscall6() when building for PIC/PIE.
LLVM would run out of registers due to the edi usage. Just extend what we're
already doing for ebp to edi as well.
2024-08-30 14:48:17 -07:00
..
linux
std.os.linux: Fix syscall6() when building for PIC/PIE.
2024-08-30 14:48:17 -07:00
plan9
extract std.posix from std.os
2024-03-19 11:45:09 -07:00
uefi
std: avoid field/decl name conflicts
2024-08-29 20:39:11 +01:00
windows
std.os.windows.tls: Set AddressOfCallBacks to &__xl_a + 1.
2024-08-03 20:55:00 +02:00
emscripten.zig
std: update std.builtin.Type fields to follow naming conventions
2024-08-28 08:39:59 +01:00
linux.zig
std: update std.builtin.Type fields to follow naming conventions
2024-08-28 08:39:59 +01:00
plan9.zig
std: fix typos (#20560)
2024-07-09 14:25:42 -07:00
uefi.zig
os.uefi: add ns to epoch
2023-12-20 20:05:16 -08:00
wasi.zig
Do not run asserts for WASI alignment when not targeting WASI
2024-05-11 07:23:07 +00:00
windows.zig
std.os.windows: Define CONTEXT, RUNTIME_FUNCTION, and KNONVOLATILE_CONTEXT_POINTERS for thumb.
2024-08-28 03:13:01 +02:00