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
/
protocols
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-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: Fix parameter type mismatch in edid_override_protocol
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-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-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-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-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-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
2020-03-12
fix bug
Heppokoyuki
2020-03-12
refactor
Heppokoyuki
2020-03-12
add file protocols
Heppokoyuki
2020-01-07
Merge branch 'std-utf16-sentinel-terminated' of https://github.com/daurnimato...
Andrew Kelley
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-29
std: sentinel terminated pointers for utf16 apis
daurnimator
2019-12-10
fix con_in difinition and add EFI_SIMPLE_TEXT_INPUT_PROTOCOL difinition
Heppokoyuki
2019-11-25
zig fmt
Andrew Kelley
2019-11-07
std/os/uefi: snp, mnp, ip6, and udp6 support
Nick Erdmann
2019-11-07
std/os/uefi: loading images
Nick Erdmann
2019-10-16
std/os/uefi: add documentation
Nick Erdmann
2019-09-29
std/os/uefi: fix Guid alignment in rng protocol
Nick Erdmann
2019-09-27
std/os/uefi: add some hii support
Nick Erdmann
2019-09-25
mv std/ lib/
Andrew Kelley