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
2024-08-08
std.posix: read on timerfd can return error.Canceled
Jan Hendrik Farr
2024-08-07
POSIX link() syscall only takes two arguments (no flags)
Pat Tullmann
2024-08-07
std.posix: add some more void bits
Andrew Kelley
2024-07-29
std: Stop supporting Linux/glibc versions older than declared in std.Target.
Alex Rønne Petersen
2024-07-28
Merge pull request #19833 from tealsnow/posix-INVAL
Andrew Kelley
2024-07-28
Merge pull request #20297 from sno2/wtf8-conversion-buffer-overflows
Andrew Kelley
2024-07-28
std.posix: handle INVAL in openatWasi
Ketan Reynolds
2024-07-28
std.posix: handle INVAL in openZ and openatZ
Ketan Reynolds
2024-07-23
Merge pull request #20706 from alexrp/sigaction-nosys
Andrew Kelley
2024-07-23
Default std.posix.system.ucontext_t is void
Pat Tullmann
2024-07-22
std: Wrap setpgid on POSIX
Nguyễn Gia Phong
2024-07-21
std.posix: Consider invalid signal numbers to sigaction() to be programmer er...
Alex Rønne Petersen
2024-07-21
std.posix: Don't consider NOSYS a valid error from sigaction().
Alex Rønne Petersen
2024-07-19
fix regression of flock being called on wasi targets
Andrew Kelley
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-15
Better implementation of GetLastError. (#20623)
Lucas Santos
2024-07-12
std.os.linux: fanotify_init, fanotify_mark, name_to_handle_at
Andrew Kelley
2024-07-10
fix: Use `std.os.windows.poll` rather than `libc`
mochalins
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-07-09
std.fs.Dir: Rename OpenDirOptions to OpenOptions (#20542)
Krzysztof Wolicki
2024-06-18
std.posix: remove unchecked std.os.linux usage
Isaac Freund
2024-06-14
std: fix buffer overflows from improper WTF encoding
Carter Snook
2024-06-13
posix.renameW: Handle DIRECTORY_NOT_EMPTY more generally
Ryan Liptak
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-06-08
Add ECONNREFUSED to sendto
Ekin Dursun
2024-05-11
windows: use permissive file share flags everywhere (#19505)
Georgijs
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-05-03
Change `std.os` to `std.posix` in error messages
reokodoku
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-04-20
Fix usage of `unexpectedErrno`
Jared Baur
2024-04-18
std.fs.Dir.openFile: use wasi libc API when -lc
Andrew Kelley
2024-03-23
haiku: debitrot
Jacob Young
2024-03-20
std: don't do BYOS at the POSIX API layer
Andrew Kelley
2024-03-19
fix compilation failures found by CI
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley