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
/
posix.zig
Age
Commit message (
Expand
)
Author
2025-11-20
system specific errno
rpkak
2025-11-15
Merge pull request #25539 from squeek502/windows-readlinkw
Ryan Liptak
2025-11-15
windows: Make readLinkW APIs output WTF-16, reduce stack usage of callers
Ryan Liptak
2025-11-15
windows.ReadLink: Use OpenFile now that `.filter = .any` exists
Ryan Liptak
2025-11-14
represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...
Alex Rønne Petersen
2025-11-09
posix: reduce the number of assumptions made by `dl_iterate_phdr`
Jacob Young
2025-11-07
std.posix: implemented getpid and getppid
Giuseppe Cesarano
2025-11-02
std: serenity has preadv now
Linus Groh
2025-10-31
std.os.windows: eliminate forwarder function in kernel32 (#25766)
qilme
2025-10-29
std.Io.Threaded: install and cleanup signal handlers
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirMakeOpenPath for WASI
Andrew Kelley
2025-10-29
std: make signal numbers into an enum
Andrew Kelley
2025-10-29
std: fix build failure on wasm32-freestanding
Andrew Kelley
2025-10-29
std.process.Child: update for std.Io changes
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netConnectIp for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netAccept for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netListen for Windows
Andrew Kelley
2025-10-29
std.posix: fix compilation on wasm32-freestanding
Andrew Kelley
2025-10-29
std.posix: untangle getRandomBytesDevURandom from Io.Reader
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirCreateFile for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirAccess for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: add dirMake for Windows
Andrew Kelley
2025-10-29
std: fix compilation errors on Windows
Andrew Kelley
2025-10-29
std: move some windows path checking logic
Andrew Kelley
2025-10-29
std.fs: use BadPathName rather than InvalidWtf8 on Windows
Andrew Kelley
2025-10-29
std.Io.net.Server: refine AcceptError set
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirCreateFile for WASI
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirMake for WASI
Andrew Kelley
2025-10-29
std.Io: add dirAccess
Andrew Kelley
2025-10-29
fix miscellaneous compilation errors
Andrew Kelley
2025-10-29
std: make IPv6 address parsing system-independent
Andrew Kelley
2025-10-29
std: move DNS record enum to a better namespace
Andrew Kelley
2025-10-29
std: fix macos compilation errors
Andrew Kelley
2025-10-29
std.Io.net.HostName: move lookup to the interface
Andrew Kelley
2025-10-29
compiler: update for introduction of std.Io
Andrew Kelley
2025-10-29
std.Io.Threaded.netReadPosix: support cancelation
Andrew Kelley
2025-10-29
std: fix seekBy unit test
Andrew Kelley
2025-10-29
std.Io: implement dirStatPath
Andrew Kelley
2025-10-29
std: fix some Io compilation errors
Andrew Kelley
2025-10-29
std.Io: implement fileStat
Andrew Kelley
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-10-29
std.Io.net: implement receiving connectionless messages
Andrew Kelley
2025-10-29
std.Io: extract Dir to separate file
Andrew Kelley
2025-10-29
Io.net: partial implementation of dns lookup
Andrew Kelley
2025-10-29
std: start moving fs.File to Io
Andrew Kelley
2025-10-27
remove all Oracle Solaris support
Alex Rønne Petersen
2025-10-21
std.{c,posix}: add getgid and getegid
Wim de With
2025-10-17
windows: Always try using POSIX_SEMANTICS/etc for rename/delete
Ryan Liptak
2025-10-11
std.posix: panic on unexpected error in `munmap`
mlugg
2025-10-10
replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/
usebeforefree
[next]