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
/
tables
/
runtime_services.zig
Age
Commit message (
Expand
)
Author
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-12
std.os.uefi.tables: ziggify boot and runtime services (#23441)
Carmen
2025-02-09
std.os.uefi: Drop 'Efi' prefix from type names
Linus Groh
2025-02-09
std.os.uefi: Adjust casing to match style guide in a few places
Linus Groh
2024-02-01
std: eliminate some uses of `usingnamespace`
mlugg
2023-07-08
std.os.uefi: use std.os.uefi.cc instead of .C as calling convention
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-09-29
std: Replace use of stage1 function pointers
ominitay
2022-01-13
std/os/uefi: Fill out remaining runtime services and add parameter names
fifty-six
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-11-22
feat(uefi): add virtual addressing helpers (#10195)
Stephen von Takach
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-05-05
zig fmt
Tadeo Kondrak
2020-03-12
std/os/uefi: status reform
Nick Erdmann
2020-03-12
std/os/uefi: boot services and runtime services improvements
Nick Erdmann
2019-12-29
std: sentinel terminated pointers for utf16 apis
daurnimator
2019-11-07
std/os/uefi: loading images
Nick Erdmann
2019-10-16
std/os/uefi: add documentation
Nick Erdmann
2019-09-25
mv std/ lib/
Andrew Kelley