Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-06 14:23:09 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/os
History
Andrew Kelley 77b96231a6
Merge pull request #15657 from BratishkaErik/windows-sdk-finder-port-to-zig
src/windows_sdk.cpp: port to Zig
2023-07-24 09:34:56 -07:00
..
linux
linux: rework getcontext to closer match the specification (saved IP/SP match the state after it would return)
2023-07-20 22:58:14 -04:00
plan9
all: zig fmt and rename "@XToY" to "@YFromX"
2023-06-19 12:34:42 -07:00
uefi
more UEFI alignment fixes
2023-07-20 12:46:33 -07:00
windows
std.os.windows.advapi32: add RegLoadAppKeyW
2023-07-23 17:10:57 +06:00
linux.zig
debug: fix initialization of the optional fields on StackIterator
2023-07-20 22:58:15 -04:00
plan9.zig
all: migrate code to new cast builtin syntax
2023-06-24 16:56:39 -07:00
test.zig
all: migrate code to new cast builtin syntax
2023-06-24 16:56:39 -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
Handle INVALID_DEVICE_REQUEST in std.os.windows.DeviceIoControl
2023-07-23 19:10:05 -07:00