aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/uefi/tables/runtime_services.zig
AgeCommit message (Expand)Author
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 to match style guide in a few placesLinus Groh
2024-02-01std: eliminate some uses of `usingnamespace`mlugg
2023-07-08std.os.uefi: use std.os.uefi.cc instead of .C as calling conventionr00ster91
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-10-30change uefi packed structs to new integer backed syntax (#13173)Nameless
2022-09-29std: Replace use of stage1 function pointersominitay
2022-01-13std/os/uefi: Fill out remaining runtime services and add parameter namesfifty-six
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-11-22feat(uefi): add virtual addressing helpers (#10195)Stephen von Takach
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2020-12-31Year++Frank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-05-05zig fmtTadeo Kondrak
2020-03-12std/os/uefi: status reformNick Erdmann
2020-03-12std/os/uefi: boot services and runtime services improvementsNick Erdmann
2019-12-29std: sentinel terminated pointers for utf16 apisdaurnimator
2019-11-07std/os/uefi: loading imagesNick Erdmann
2019-10-16std/os/uefi: add documentationNick Erdmann
2019-09-25mv std/ lib/Andrew Kelley