aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/uefi
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-21std.os.uefi: Fix typo that causes compile time error #22809"Lwazi Dube
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
2025-07-18std.os.uefi.protocol.file: fix getInfo() buffer alignment (#24496)AsmArtisan256
2025-07-12std.os.uefi.tables: ziggify boot and runtime services (#23441)Carmen
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-04-04fix reviewCarmen
2025-04-04OpenMode is exhaustiveCarmen
2025-04-04dont return tuple, split into 2 functionsCarmen
2025-04-04Payload -> @FieldType and use mem.sliceToCarmen
2025-04-04std.os.uefi.protocol.File: fix some typed definitionsCarmen
2025-04-01std.os.uefi.protocol: ziggify function signatures (#23214)Carmen
2025-03-09lib/std/os/uefi/status.zig: add error to enum conversion fnCarmen
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
2025-02-08std.os.uefi: Add missing SystemTable revision constantsLinus Groh
2025-02-08std.os.uefi: fix allocators compilingTristan Ross
2025-02-07fix: getEndPos return end positionKouosi Takayama
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-09-24uefi: erroneous alignment check in pool_allocatorNameless
2024-08-29std: avoid field/decl name conflictsmlugg
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-28chore: correct non-standard comments.matt ettler
2024-07-28feat(std.os.uefi.protocol): add Serial IOMatthew Ettler
2024-02-05Make EfiPhysicalAddress in std/os/uefi/tables.zig publicSamuel Fiedler
2024-02-01std: eliminate some uses of `usingnamespace`mlugg
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-09replace deprecated std.math.absCastBogdan Romanyuk
2023-08-25fix compile errors introduced by #16953 (#16955)xdBronch
2023-08-24std.os.uefi: reorganize namespacesAndrew Kelley
2023-07-20more UEFI alignment fixesxdBronch
2023-07-14fix alignment error in uefi FileInfo protocolxdBronch
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-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17mem: rename align*Generic to mem.align*Motiejus Jakštys
2023-04-28std: update to use `@memcpy` directlyAndrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-01-31std.os.uefi: fix shift in pool allocator (again) (#14497)leap123
2023-01-29std.os.uefi: fix shift in pool allocatorYusuf Bham
2023-01-23[UEFI] Delete unnecessary padding and fix number_of_pages typeDavid Gonzalez Martin
2023-01-12UEFI pool allocator changesantlilja
2022-12-17std.builtin: rename Type.UnionField and Type.StructField's field_type to typer00ster91
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: wrong amount of arguments passed to functionr00ster91