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
/
boot_services.zig
Age
Commit message (
Expand
)
Author
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
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-02-01
std: eliminate some uses of `usingnamespace`
mlugg
2023-08-24
std.os.uefi: reorganize namespaces
Andrew Kelley
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-01-23
[UEFI] Delete unnecessary padding and fix number_of_pages type
David Gonzalez Martin
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: wrap function pointers in std.meta.FnPtr
r00ster91
2022-09-29
std: Replace use of stage1 function pointers
ominitay
2022-04-05
zig fmt: remove trailing whitespace on doc comments
Damien Firmenich
2022-01-16
std/os/uefi: Add util function for opening protocols
fifty-six
2022-01-16
std/os/uefi: Simplify packed struct padding and default zero-initialize
fifty-six
2022-01-13
std/os/uefi: Add parameter names to boot_services
fifty-six
2022-01-13
std/os/uefi: Fill out remaining function signatures and docs on boot_services
fifty-six
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-10-25
fix(uefi MemoryDescriptor): padding after memory type
Stephen von Takach
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-30
std/os/uefi: fix packed struct bitfields
Nameless
2021-06-30
boot_services: allow custom MemoryTypes
Sreehari Sreedev
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-03-25
boot_services: implement locateDevicePath
Sreehari S
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-11-07
std/os/uefi: protocol handling improvements
Nick Erdmann
2019-11-07
std/os/uefi: loading images
Nick Erdmann
2019-10-16
std/os/uefi: add documentation
Nick Erdmann
2019-09-27
std/os/uefi: add exitBootServices and allocatePool
Nick Erdmann
2019-09-25
mv std/ lib/
Andrew Kelley