zig/lib/std/os
Shane Peelar ec337051a9 Fix slight deviation from spec in handling Elf*_Rela relative relocations
`Elf*_Rela` relocations store their argument in `r_addend`, including for `R_*_RELATIVE` relocations.  Unlike `Elf*_Rel` relocations, they are not applied as a delta to the destination virtual address.  Instead, they are computed from `base_address + r_addend` directly.
2024-06-08 16:02:47 -04:00
..
linux Fix slight deviation from spec in handling Elf*_Rela relative relocations 2024-06-08 16:02:47 -04:00
plan9 extract std.posix from std.os 2024-03-19 11:45:09 -07:00
uefi Make EfiPhysicalAddress in std/os/uefi/tables.zig public 2024-02-05 15:31:33 +00:00
windows std.Progress: Use Windows console API calls when ANSI escape codes are not supported 2024-05-28 10:41:07 -07:00
emscripten.zig cbe: rewrite CType 2024-03-30 20:50:48 -04:00
linux.zig fix: incorrect field sizes in std.os.linux.ifmap 2024-05-20 13:50:06 +03:00
plan9.zig cbe: rewrite CType 2024-03-30 20:50:48 -04: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] Fixed bug missing optional for lpName param on CreateEventExW. fixes #19946 2024-05-12 07:45:40 +02:00