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
2022-09-09
std.os.uefi: mark BlockIoProtocol and EfiBlockMedia as public
Yusuf Bham
2022-04-19
std.os.uefi: Add `BlockIoProtocol`
Yusuf Bham
2022-04-05
zig fmt: remove trailing whitespace on doc comments
Damien Firmenich
2022-02-24
std: work around current packed struct situation
Isaac Freund
2022-02-23
stage2: integer-backed packed structs
Andrew Kelley
2022-01-16
std/os/uefi: Don't treat efi status warnings as errors
fifty-six
2022-01-16
std/os/uefi: Add util function for opening protocols
fifty-six
2022-01-16
std/os/uefi: Fix parameter type mismatch in edid_override_protocol
fifty-six
2022-01-16
std/os/uefi: Add conversion from Status to EfiError
fifty-six
2022-01-16
std/os/uefi: Align first field of EdidOverrideProtocolAttributes to 4
fifty-six
2022-01-16
std/os/uefi: Simplify packed struct padding and default zero-initialize
fifty-six
2022-01-14
std/os/uefi: Refactor getDevicePath()
fifty-six
2022-01-14
std/os/uefi: Complete DevicePathProtocol types
fifty-six
2022-01-13
std/os/uefi: Complete AcpiDevicePath and HardwareDevicePaths
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 runtime services and add parameter names
fifty-six
2022-01-13
std/os/uefi: Fill out remaining function signatures and docs on boot_services
fifty-six
2022-01-13
std/os/uefi: Use `usingnamespace` to re-export symbols
fifty-six
2022-01-11
std/os/uefi: Add pool_allocator and raw_pool_allocator
fifty-six
2022-01-11
std/os/uefi: Add create_file_device_path
fifty-six
2022-01-11
std/os/uefi: Add methods next() and size() to DevicePathProtocol
fifty-six
2022-01-11
std/os/uefi: Add FileSystemInfo
fifty-six
2022-01-11
std/os/uefi: Move FileInfo guid from FileProtocol to FileInfo
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-10-25
fix(uefi MemoryDescriptor): padding after memory type
Stephen von Takach
2021-10-04
FileProtocol: add Reader, Writer, SeekableStream
Sreehari Sreedev
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-07-02
AstGen: detect redeclaration of function parameters
Andrew Kelley
2021-06-30
std/os/uefi: fix packed struct bitfields
Nameless
2021-06-30
boot_services: allow custom MemoryTypes
Sreehari Sreedev
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-05-20
Const correct GUID parameter of getInfo and setInfo
mason1920
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-03-25
boot_services: implement locateDevicePath
Sreehari S
2021-01-13
std.os.uefi.protocols.FileProtocol: fix and expose get_position, set_position...
Asherah Connor
2020-12-31
Year++
Frank Denis
2020-10-06
Update zig files for opaque type syntax
Tadeo Kondrak
2020-09-27
uefi system_table
Woze Parrrot
2020-08-29
fix SimpleTextInputProtocol
wozeparrot
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-05-05
zig fmt
Tadeo Kondrak
2020-04-28
@OpaqueType -> @Type(.Opaque)
Tadeo Kondrak
2020-04-12
fix file protocol structure definitions (#5015)
Heppoko
2020-03-12
std/os/uefi: file protocol improvements
Nick Erdmann
2020-03-12
std/os/uefi: status reform
Nick Erdmann
2020-03-12
std/os/uefi: device path protocol improvements
Nick Erdmann
2020-03-12
std/os/uefi: Add shell parameters protocol
Nick Erdmann
2020-03-12
std/os/uefi: loaded image protocol improvements
Nick Erdmann
[next]