aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/uefi/tables.zig
AgeCommit message (Expand)Author
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-28std.os.uefi: fix type error at MemoryType.format()tokyo4j
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
2025-07-12std.os.uefi.tables: ziggify boot and runtime services (#23441)Carmen
2025-02-09std.os.uefi: Drop 'Efi' prefix from type namesLinus Groh
2025-02-09std.os.uefi: Adjust casing of remaining enum fieldsLinus Groh
2025-02-09std.os.uefi: Adjust casing to match style guide in a few placesLinus Groh
2024-02-05Make EfiPhysicalAddress in std/os/uefi/tables.zig publicSamuel Fiedler
2024-02-01std: eliminate some uses of `usingnamespace`mlugg
2022-10-30change uefi packed structs to new integer backed syntax (#13173)Nameless
2022-01-13std/os/uefi: Use `usingnamespace` to re-export symbolsfifty-six
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2020-12-31Year++Frank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-03-12std/os/uefi: boot services and runtime services improvementsNick Erdmann
2019-11-07std/os/uefi: protocol handling improvementsNick Erdmann
2019-09-27std/os/uefi: add exitBootServices and allocatePoolNick Erdmann
2019-09-25mv std/ lib/Andrew Kelley