aboutsummaryrefslogtreecommitdiff
path: root/lib/std/posix
AgeCommit message (Expand)Author
2025-02-09wasi: fix wasm-wasi-musl constantsPat Tullmann
2025-01-16x86_64: implement switch jump tablesJacob Young
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-10-04std.posix: Skip Stat struct comparison in fstatat test for s390x-linux.Alex Rønne Petersen
2024-09-06std.posix: Skip a couple of tests that use fstat()/fstatat() on riscv32.Alex Rønne Petersen
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-07POSIX link() syscall only takes two arguments (no flags)Pat Tullmann
2024-07-29std: Stop supporting Linux/glibc versions older than declared in std.Target.Alex Rønne Petersen
2024-07-28Merge pull request #20297 from sno2/wtf8-conversion-buffer-overflowsAndrew Kelley
2024-07-21std.posix: Consider invalid signal numbers to sigaction() to be programmer er...Alex Rønne Petersen
2024-07-19std.c reorganizationAndrew Kelley
2024-06-14std: fix buffer overflows from improper WTF encodingCarter Snook
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-05-29rename zig-cache to .zig-cacheAndrew Kelley
2024-05-03Rename Dir.writeFile2 -> Dir.writeFile and update all callsitesRyan Liptak
2024-04-28std.posix.iovec: use .base and .len instead of .iov_base and .iov_lenNameless
2024-04-13cbe: fix optional codegenJacob Young
2024-03-19extract std.posix from std.osAndrew Kelley