index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
os
/
uefi
Age
Commit message (
Expand
)
Author
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
std.os.uefi: fix type error at MemoryType.format()
tokyo4j
2025-08-21
std.os.uefi: Fix typo that causes compile time error #22809"
Lwazi Dube
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-18
std.os.uefi.protocol.file: fix getInfo() buffer alignment (#24496)
AsmArtisan256
2025-07-12
std.os.uefi.tables: ziggify boot and runtime services (#23441)
Carmen
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2025-04-04
fix review
Carmen
2025-04-04
OpenMode is exhaustive
Carmen
2025-04-04
dont return tuple, split into 2 functions
Carmen
2025-04-04
Payload -> @FieldType and use mem.sliceTo
Carmen
2025-04-04
std.os.uefi.protocol.File: fix some typed definitions
Carmen
2025-04-01
std.os.uefi.protocol: ziggify function signatures (#23214)
Carmen
2025-03-09
lib/std/os/uefi/status.zig: add error to enum conversion fn
Carmen
2025-02-09
std.os.uefi: Drop 'Efi' prefix from type names
Linus Groh
2025-02-09
std.os.uefi: Adjust casing of remaining enum fields
Linus Groh
2025-02-09
std.os.uefi: Adjust casing to match style guide in a few places
Linus Groh
2025-02-08
std.os.uefi: Add missing SystemTable revision constants
Linus Groh
2025-02-08
std.os.uefi: fix allocators compiling
Tristan Ross
2025-02-07
fix: getEndPos return end position
Kouosi Takayama
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-09-24
uefi: erroneous alignment check in pool_allocator
Nameless
2024-08-29
std: avoid field/decl name conflicts
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-28
chore: correct non-standard comments.
matt ettler
2024-07-28
feat(std.os.uefi.protocol): add Serial IO
Matthew Ettler
2024-02-05
Make EfiPhysicalAddress in std/os/uefi/tables.zig public
Samuel Fiedler
2024-02-01
std: eliminate some uses of `usingnamespace`
mlugg
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-09
replace deprecated std.math.absCast
Bogdan Romanyuk
2023-08-25
fix compile errors introduced by #16953 (#16955)
xdBronch
2023-08-24
std.os.uefi: reorganize namespaces
Andrew Kelley
2023-07-20
more UEFI alignment fixes
xdBronch
2023-07-14
fix alignment error in uefi FileInfo protocol
xdBronch
2023-07-08
std.os.uefi: use std.os.uefi.cc instead of .C as calling convention
r00ster91
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-04-28
std: update to use `@memcpy` directly
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-31
std.os.uefi: fix shift in pool allocator (again) (#14497)
leap123
2023-01-29
std.os.uefi: fix shift in pool allocator
Yusuf Bham
2023-01-23
[UEFI] Delete unnecessary padding and fix number_of_pages type
David Gonzalez Martin
2023-01-12
UEFI pool allocator changes
antlilja
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-10-30
change uefi packed structs to new integer backed syntax (#13173)
Nameless
2022-10-21
UEFI: Querying memory map size with no allocation
David Gonzalez Martin
2022-10-07
fix: wrong amount of arguments passed to function
r00ster91
[next]