zig/lib/std/os/uefi/tables
fifty-six 4771ac298b std/os/uefi: Simplify packed struct padding and default zero-initialize
Beyond adding default zero-initialization, this commit changes undefined
initialization to zero, as some cases reserved the padding and on other
cases, I've found some systems act strange when giving uninit instead of
zero even when it shouldn't be an issue, one example being
FileProtocol.Open's attributes, which *should* be ignored when not
creating a file, but ended up giving an unrelated error.
2022-01-16 02:04:39 -05:00
..
boot_services.zig std/os/uefi: Simplify packed struct padding and default zero-initialize 2022-01-16 02:04:39 -05:00
configuration_table.zig stage1, stage2: rename c_void to anyopaque (#10316) 2021-12-19 00:24:45 -05:00
runtime_services.zig std/os/uefi: Fill out remaining runtime services and add parameter names 2022-01-13 15:47:14 -05:00
system_table.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
table_header.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00