zig/lib/std/os
Andrew Kelley 569f7ce49e Merge branch 'improve-windows-networking'
of https://github.com/BarabasGitHub/zig into
BarabasGitHub-improve-windows-networking

Conflicts:
 lib/std/os.zig

This commit resolves conflicts with the changes to std.os which removed
the EAGAIN error handling interactions with the event loop. The solution
to the conflict was to apply EAGAIN => return error.WouldBlock into the
improved windows networking branch.
2020-10-22 16:59:15 -07:00
..
bits Merge branch 'improve-windows-networking' 2020-10-22 16:59:15 -07:00
linux std: Slim down the error code path in initStaticTLS 2020-10-21 23:35:06 -04:00
uefi Update zig files for opaque type syntax 2020-10-06 22:08:25 -06:00
windows Merge branch 'improve-windows-networking' 2020-10-22 16:59:15 -07:00
bits.zig Merge branch 'master' into openbsd-minimal 2020-10-17 17:38:23 +02:00
darwin.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
dragonfly.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
freebsd.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
linux.zig implement {get, set}rlimit for linux 2020-10-04 23:56:10 +02:00
netbsd.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
openbsd.zig add minimal openbsd support 2020-10-11 08:23:36 +00:00
test.zig Rename .macosx to .macos 2020-10-12 18:56:25 -04:00
uefi.zig Update zig files for opaque type syntax 2020-10-06 22:08:25 -06:00
wasi.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
windows.zig Merge branch 'improve-windows-networking' 2020-10-22 16:59:15 -07:00