zig/lib/std/os
pseudoc 0d00c733de std.os.linux: extend rtattr.type to support IFA_*
This is a breaking change which updates the `rtattr.type` from `IFLA` to
`union { IFLA, IFA }`. `IFLA` is for the `RTM_*LINK` messages and `IFA`
is for the `RTM_*ADDR` messages.
2024-09-26 10:54:18 +08:00
..
linux std: add arch bits for s390x-linux (#21342) 2024-09-24 13:35:12 -07:00
plan9 extract std.posix from std.os 2024-03-19 11:45:09 -07:00
uefi uefi: erroneous alignment check in pool_allocator 2024-09-24 13:30:53 -07: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.os.linux: extend rtattr.type to support IFA_* 2024-09-26 10:54:18 +08: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