zig/lib/std/os
David Gonzalez Martin 680d3cd1fc UEFI: Querying memory map size with no allocation
This makes possible to query the memory map size from EFI firmware
without making any allocation beforehand. This makes possible to be
precise about the size of the allocation which will own a copy of
the memory map from the UEFI application.
2022-10-21 12:17:41 +02:00
..
linux os.linux: some fixes to BPF module 2022-10-16 11:36:11 -04:00
plan9 plan9: more syscalls 2021-11-09 07:08:27 -05:00
uefi UEFI: Querying memory map size with no allocation 2022-10-21 12:17:41 +02:00
windows std: Replace use of stage1 function pointers 2022-09-29 21:45:30 +03:00
darwin.zig macos: update Mach routines for accessing page info 2022-03-17 10:42:11 +01:00
linux.zig add tcdrain on linux 2022-10-17 18:01:05 -04:00
plan9.zig remove 'builtin.stage2_arch', Sema is smart enough now 2022-08-07 16:07:08 -07:00
posix_spawn.zig std.c: fix incorrect return types 2022-10-13 13:21:19 +02:00
test.zig std: fix definition of SIG_IGN, SIG_DFL, etc. 2022-08-11 12:09:34 +02:00
uefi.zig stage2+stage1: remove type parameter from bit builtins 2022-08-22 11:19:20 +03:00
wasi.zig std: WASI - update to latest snapshot preview 1 2022-10-03 22:48:57 -04:00
windows.zig std.os.windows.OpenFile: handle INVALID_HANDLE ntstatus 2022-10-18 16:52:43 -07:00