zig/lib/std/os
Jakub Konka 547e520359 Split DeviceIoControl path into two fn call paths
As discussed in the previous commit, it would be better to avoid
function pointers to syscalls and explicitly split the control
path into two function calls instead. This commit addresses that
for `std.os.windows.DeviceIoControl`.
2020-07-29 14:17:49 +02:00
..
bits Add signalfd support (#5322) 2020-07-22 17:26:27 -04:00
linux zig fmt 2020-05-05 09:38:02 -06:00
uefi zig fmt 2020-05-05 09:38:02 -06:00
windows Replace DeviceIoControl with FsControlFile 2020-07-27 19:45:23 +00:00
bits.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
darwin.zig get rid of std.os.foo.is_the_target 2019-10-24 01:14:52 -04:00
dragonfly.zig DragonFlyBSD support 2019-10-30 21:21:58 -04:00
freebsd.zig get rid of std.os.foo.is_the_target 2019-10-24 01:14:52 -04:00
linux.zig Add signalfd support (#5322) 2020-07-22 17:26:27 -04:00
netbsd.zig get rid of std.os.foo.is_the_target 2019-10-24 01:14:52 -04:00
test.zig Enable std.os.symlinkat tests on Windows 2020-07-22 08:51:23 +02:00
uefi.zig run zig fmt on std lib and self hosted 2020-07-11 20:41:19 +03:00
wasi.zig Update WASI snapshot to preview1 2020-04-30 01:52:12 -04:00
windows.zig Split DeviceIoControl path into two fn call paths 2020-07-29 14:17:49 +02:00