zig/lib/std/os
Andrew Kelley 60e2ea0bfb windows: use ProcessPrng from bcryptprimitives.dll
rather than SystemFunction036 from advapi32. This has the advantage that
the code is loaded preemptively, preventing random numbers from
failing when they are needed for the first time on a system under heavy
load.
2026-01-05 00:36:11 -08:00
..
linux std.Io.Threaded: improve posix process creation 2026-01-04 00:27:09 -08:00
plan9 zig fmt 2025-07-16 10:27:39 -07:00
uefi std.debug: simplify printLineFromFile 2025-12-23 22:15:08 -08:00
windows windows: use ProcessPrng from bcryptprimitives.dll 2026-01-05 00:36:11 -08:00
emscripten.zig std: move child process APIs to std.Io 2026-01-04 00:27:08 -08:00
linux.zig std.Io.Threaded: fix compilation on s390x, hexagon, or1k, m68k 2026-01-04 23:45:17 -08:00
plan9.zig system specific errno 2025-11-20 15:03:23 -08:00
uefi.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
wasi.zig wasi: fix wasm-wasi-musl constants 2025-02-09 09:08:11 +01:00
windows.zig windows: use ProcessPrng from bcryptprimitives.dll 2026-01-05 00:36:11 -08:00