zig/lib/std/os
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
..
linux io_uring: improve IO_Uring.copy_cqe 2022-01-04 02:13:41 -05:00
plan9 plan9: more syscalls 2021-11-09 07:08:27 -05:00
uefi std/os/uefi: Simplify packed struct padding and default zero-initialize 2022-01-16 02:04:39 -05:00
windows stage1, stage2: rename c_void to anyopaque (#10316) 2021-12-19 00:24:45 -05:00
linux.zig stage1, stage2: rename c_void to anyopaque (#10316) 2021-12-19 00:24:45 -05:00
plan9.zig plan9: more syscalls 2021-11-09 07:08:27 -05:00
test.zig stage1, stage2: rename c_void to anyopaque (#10316) 2021-12-19 00:24:45 -05:00
uefi.zig std/os/uefi: Simplify packed struct padding and default zero-initialize 2022-01-16 02:04:39 -05:00
wasi.zig std.os fixes to get the test suite passing again 2021-09-01 17:54:07 -07:00
windows.zig Add CANNOT_DELETE as a possible error in os.windows.DeleteFile 2022-01-04 02:15:29 -05:00