index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
os.zig
Age
Commit message (
Expand
)
Author
2025-05-09
std.os: handle ENOENT for fnctl on macos
Meghan Denny
2025-04-06
std: Remove some FreeBSD version checks and resulting dead code.
Alex Rønne Petersen
2025-03-24
lib/std: PermissionDenied/AccessDenied cleanup and fallout
Pat Tullmann
2025-03-11
std: Add support for SerenityOS in various places
Linus Groh
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-15
Better implementation of GetLastError. (#20623)
Lucas Santos
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-03-19
fix compilation failures found by CI
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-17
std: define error set of `toPosixPath`
Veikka Tuominen
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-02-28
posix: `@as` and other general cleanup
Jacob Young
2024-02-28
posix: fix socket fd leaks
Jacob Young
2024-02-27
Eliminate `error.InvalidHandle` from OpenError and RealPathError
Ryan Liptak
2024-02-24
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak
2024-02-24
Merge pull request #19064 from ziglang/fix-netname-deleted
Andrew Kelley
2024-02-24
std: map NETNAME_DELETED to error.ConnectionResetByPeer
Andrew Kelley
2024-02-23
use @trap instead of system.abort for emscripten
Jae B
2024-02-23
std.net, std.http: simplify
Andrew Kelley
2024-02-22
update root.os.system override to require "system" field, this allows easier ...
Jae B
2024-02-16
std.os.windows: add error.UnrecognizedVolume
Andrew Kelley
2024-02-14
std.os: export T struct and winsize struct
Tim Culverhouse
2024-02-14
std.os.windows.OpenFile: add missing error
Andrew Kelley
2024-02-13
std.posix.termios: bring V back
Andrew Kelley
2024-02-12
std.os.termios: move it to be with the group
Andrew Kelley
2024-02-12
std.os.termios: add type safety to lflag field
Andrew Kelley
2024-02-12
std.os.termios: add type safety to cflag field
Andrew Kelley
2024-02-12
std.os.termios: add type safety to oflag field
Andrew Kelley
2024-02-12
std.os.termios: add type safety to iflag field
Andrew Kelley
2024-02-12
std.os.termios: consolidate and correct
Andrew Kelley
2024-02-12
std: add type safety to cc_t
Andrew Kelley
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-06
std.c.MAP: use a packed struct
Andrew Kelley
2024-02-06
std.os.linux.MAP: use a packed struct
Andrew Kelley
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-01-29
std.os: fix chdirZ to compile on Windows (#18695)
Krzysztof Wolicki
2024-01-13
std.os: proper use of inline
Andrew Kelley
2024-01-13
Linux: Add fchmodat fallback when `flags` is nonzero
Stephen Gregoratto
2024-01-12
std: make c.versionCheck() a comptime-known function
Meghan Denny
2023-12-11
use linux.perf_event_open directly
xdBronch
2023-12-08
std.os.dl_iterate_phdr: remove `u16` error cast
Carter Snook
2023-11-26
os: expect ETIMEDOUT, ECONNRESET, ENOTCONN from recvfrom & read family
Lauri Tirkkonen
2023-11-23
Merge pull request #18085 from ziglang/std-atomics
Andrew Kelley
2023-11-22
rework std.atomic
Andrew Kelley
2023-11-22
Revert "Merge pull request #12060 from Vexu/IterableDir"
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-21
std.os: do nothing when calling fchdir with AT_FDCWD
LordMZTE
[next]