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
Age
Commit message (
Expand
)
Author
2025-09-09
standalone posix tests for sigaction
Pat Tullmann
2025-09-09
standalone posix tests for relative path linking
Pat Tullmann
2025-09-09
standalone posix test for env vars
Pat Tullmann
2025-09-09
standalone posix test for current working directory
Pat Tullmann
2025-09-09
posix/test.zig: "sigset_t bits" test fixes
Pat Tullmann
2025-09-09
Move some Thread tests out of posix/test.zig into Thread.zig
Pat Tullmann
2025-08-30
Merge pull request #25077 from ziglang/GenericReader
Andrew Kelley
2025-08-30
std.posix.test: fix mmap() test to use actual page size instead of 4096
Alex Rønne Petersen
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
std: delete most remaining uses of GenericWriter
Andrew Kelley
2025-08-06
lib/std/posix/test.zig: don't compare blksize in "fstatat"
Pat Tullmann
2025-07-14
std.posix: skip flaky test
Andrew Kelley
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-05-29
std.posix.test: Fix reserved_signo() for NetBSD.
Alex Rønne Petersen
2025-05-11
Merge pull request #23810 from alexrp/more-test-targets
Alex Rønne Petersen
2025-05-09
std.posix: Add sigrtmin() and sigrtmax()
Pat Tullmann
2025-05-08
std: Disable `posix.test.test.fchmodat smoke test` on MIPS N32.
Alex Rønne Petersen
2025-04-30
sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
Pat Tullmann
2025-04-30
posix: remove empty_sigset
Pat Tullmann
2025-04-30
posix.zig: export sigset_t and matching operations from system
Pat Tullmann
2025-04-11
std.posix.getenv: early-return comparison (#23265)
g-logunov
2025-04-07
std: Disable usage of fstat() and friends on loongarch.
Alex Rønne Petersen
2025-04-04
std: Disable `link with relative paths` and `linkat with different directorie...
Alex Rønne Petersen
2025-03-27
std.posix: add getuid()/geteuid()
blurrycat
2025-03-09
std/lib: {fs,io,posix} test clean up
Pat Tullmann
2025-02-20
lib/std/posix/test.zig: enable disabled tests using CWD
Pat Tullmann
2025-02-09
wasi: fix wasm-wasi-musl constants
Pat Tullmann
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-10-04
std.posix: Skip Stat struct comparison in fstatat test for s390x-linux.
Alex Rønne Petersen
2024-09-06
std.posix: Skip a couple of tests that use fstat()/fstatat() on riscv32.
Alex Rønne Petersen
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-07
POSIX link() syscall only takes two arguments (no flags)
Pat Tullmann
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 #20297 from sno2/wtf8-conversion-buffer-overflows
Andrew Kelley
2024-07-21
std.posix: Consider invalid signal numbers to sigaction() to be programmer er...
Alex Rønne Petersen
2024-07-19
std.c reorganization
Andrew Kelley
2024-06-14
std: fix buffer overflows from improper WTF encoding
Carter Snook
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-05-29
rename zig-cache to .zig-cache
Andrew Kelley
2024-05-03
Rename Dir.writeFile2 -> Dir.writeFile and update all callsites
Ryan Liptak
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-04-13
cbe: fix optional codegen
Jacob Young
2024-03-19
extract std.posix from std.os
Andrew Kelley