aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/uefi/tables
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
2025-02-08std.os.uefi: Add missing SystemTable revision constantsLinus Groh
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-02-01std: eliminate some uses of `usingnamespace`mlugg
2023-08-24std.os.uefi: reorganize namespacesAndrew Kelley
2023-07-08std.os.uefi: use std.os.uefi.cc instead of .C as calling conventionr00ster91
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-01-23[UEFI] Delete unnecessary padding and fix number_of_pages typeDavid Gonzalez Martin
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-10-30change uefi packed structs to new integer backed syntax (#13173)Nameless
2022-10-21UEFI: Querying memory map size with no allocationDavid Gonzalez Martin
2022-10-07fix: wrap function pointers in std.meta.FnPtrr00ster91
2022-09-29std: Replace use of stage1 function pointersominitay
2022-04-05zig fmt: remove trailing whitespace on doc commentsDamien Firmenich
2022-01-16std/os/uefi: Add util function for opening protocolsfifty-six
2022-01-16std/os/uefi: Simplify packed struct padding and default zero-initializefifty-six
2022-01-13std/os/uefi: Add parameter names to boot_servicesfifty-six
2022-01-13std/os/uefi: Fill out remaining runtime services and add parameter namesfifty-six
2022-01-13std/os/uefi: Fill out remaining function signatures and docs on boot_servicesfifty-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-10-25fix(uefi MemoryDescriptor): padding after memory typeStephen von Takach
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-30std/os/uefi: fix packed struct bitfieldsNameless
2021-06-30boot_services: allow custom MemoryTypesSreehari Sreedev
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-03-25boot_services: implement locateDevicePathSreehari S
2020-12-31Year++Frank Denis
2020-09-27uefi system_tableWoze Parrrot
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-12-10fix con_in difinition and add EFI_SIMPLE_TEXT_INPUT_PROTOCOL difinitionHeppokoyuki
2019-11-25zig fmtAndrew Kelley
2019-11-07std/os/uefi: protocol handling improvementsNick Erdmann
2019-11-07std/os/uefi: loading imagesNick Erdmann
2019-10-16std/os/uefi: add documentationNick Erdmann
2019-09-27std/os/uefi: add exitBootServices and allocatePoolNick Erdmann
2019-09-25mv std/ lib/Andrew Kelley