aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/uefi/protocols
AgeCommit message (Expand)Author
2022-09-09std.os.uefi: mark BlockIoProtocol and EfiBlockMedia as publicYusuf Bham
2022-04-19std.os.uefi: Add `BlockIoProtocol`Yusuf Bham
2022-02-24std: work around current packed struct situationIsaac Freund
2022-02-23stage2: integer-backed packed structsAndrew Kelley
2022-01-16std/os/uefi: Fix parameter type mismatch in edid_override_protocolfifty-six
2022-01-16std/os/uefi: Align first field of EdidOverrideProtocolAttributes to 4fifty-six
2022-01-16std/os/uefi: Simplify packed struct padding and default zero-initializefifty-six
2022-01-14std/os/uefi: Refactor getDevicePath()fifty-six
2022-01-14std/os/uefi: Complete DevicePathProtocol typesfifty-six
2022-01-13std/os/uefi: Complete AcpiDevicePath and HardwareDevicePathsfifty-six
2022-01-11std/os/uefi: Add create_file_device_pathfifty-six
2022-01-11std/os/uefi: Add methods next() and size() to DevicePathProtocolfifty-six
2022-01-11std/os/uefi: Add FileSystemInfofifty-six
2022-01-11std/os/uefi: Move FileInfo guid from FileProtocol to FileInfofifty-six
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-10-04FileProtocol: add Reader, Writer, SeekableStreamSreehari Sreedev
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-07-02AstGen: detect redeclaration of function parametersAndrew Kelley
2021-06-30std/os/uefi: fix packed struct bitfieldsNameless
2021-06-21fix code broken from previous commitJacob G-W
2021-05-20Const correct GUID parameter of getInfo and setInfomason1920
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-01-13std.os.uefi.protocols.FileProtocol: fix and expose get_position, set_position...Asherah Connor
2020-12-31Year++Frank Denis
2020-10-06Update zig files for opaque type syntaxTadeo Kondrak
2020-08-29fix SimpleTextInputProtocolwozeparrot
2020-08-20add license header to all std lib filesAndrew Kelley
2020-05-05zig fmtTadeo Kondrak
2020-04-28@OpaqueType -> @Type(.Opaque)Tadeo Kondrak
2020-04-12fix file protocol structure definitions (#5015)Heppoko
2020-03-12std/os/uefi: file protocol improvementsNick Erdmann
2020-03-12std/os/uefi: status reformNick Erdmann
2020-03-12std/os/uefi: device path protocol improvementsNick Erdmann
2020-03-12std/os/uefi: Add shell parameters protocolNick Erdmann
2020-03-12std/os/uefi: loaded image protocol improvementsNick Erdmann
2020-03-12fix bugHeppokoyuki
2020-03-12refactorHeppokoyuki
2020-03-12add file protocolsHeppokoyuki
2020-01-07Merge branch 'std-utf16-sentinel-terminated' of https://github.com/daurnimato...Andrew Kelley
2020-01-02Implement the callconv() annotationLemonBoy
2019-12-29std: sentinel terminated pointers for utf16 apisdaurnimator
2019-12-10fix con_in difinition and add EFI_SIMPLE_TEXT_INPUT_PROTOCOL difinitionHeppokoyuki
2019-11-25zig fmtAndrew Kelley
2019-11-07std/os/uefi: snp, mnp, ip6, and udp6 supportNick Erdmann
2019-11-07std/os/uefi: loading imagesNick Erdmann
2019-10-16std/os/uefi: add documentationNick Erdmann
2019-09-29std/os/uefi: fix Guid alignment in rng protocolNick Erdmann
2019-09-27std/os/uefi: add some hii supportNick Erdmann
2019-09-25mv std/ lib/Andrew Kelley