zig/lib/std/os
Ryan Liptak e078324dbe Add NetworkNotFound to ReadLinkError
This matches how other filesystem functions were made to handle BAD_NETWORK_PATH/BAD_NETWORK_NAME in https://github.com/ziglang/zig/pull/16568. ReadLink was the odd one out, but that is no longer the case.
2023-08-18 18:07:16 -07:00
..
linux std: finish cleanup up asm 2023-07-31 03:49:21 -04:00
plan9 plan 9: filesystem support 2023-08-02 17:39:52 -04:00
uefi more UEFI alignment fixes 2023-07-20 12:46:33 -07:00
windows Windows: Fix TooManyParentDirs handling for paths that shouldn't be cwd-relative 2023-08-11 18:58:40 -07:00
linux.zig linux: add setsid 2023-08-09 11:33:06 -07:00
plan9.zig Plan 9: add more features to std.os.plan9 2023-08-02 18:19:07 -04:00
test.zig Fix windows.CreateSymbolicLink/ReadLink for non-relative paths 2023-08-15 15:52:33 -07:00
uefi.zig std.os.uefi: use std.os.uefi.cc instead of .C as calling convention 2023-07-08 17:32:36 -04:00
wasi.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
windows.zig Add NetworkNotFound to ReadLinkError 2023-08-18 18:07:16 -07:00