aboutsummaryrefslogtreecommitdiff
path: root/lib/std/posix
AgeCommit message (Expand)Author
2025-10-29std: make signal numbers into an enumAndrew Kelley
2025-10-29std.Io.Threaded: implement netListen for WindowsAndrew Kelley
2025-10-29std: fix compilation errors on WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement dirMake for WASIAndrew Kelley
2025-10-29fix miscellaneous compilation errorsAndrew Kelley
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-10-29WIP: hack at std.Io on a planeAndrew Kelley
2025-10-29std.Io.net: implement receiving connectionless messagesAndrew Kelley
2025-10-27remove all Oracle Solaris supportAlex Rønne Petersen
2025-10-21std.{c,posix}: add getgid and getegidWim de With
2025-10-18tweak tests to avoid timeoutsmlugg
2025-10-16std: disable a few failing tests on hexagonAlex Rønne Petersen
2025-09-22std.posix: remove bogus assert that SIGRTMAX < NSIGalexrp
2025-09-09standalone posix tests for sigactionPat Tullmann
2025-09-09standalone posix tests for relative path linkingPat Tullmann
2025-09-09standalone posix test for env varsPat Tullmann
2025-09-09standalone posix test for current working directoryPat Tullmann
2025-09-09posix/test.zig: "sigset_t bits" test fixesPat Tullmann
2025-09-09Move some Thread tests out of posix/test.zig into Thread.zigPat Tullmann
2025-08-30Merge pull request #25077 from ziglang/GenericReaderAndrew Kelley
2025-08-30std.posix.test: fix mmap() test to use actual page size instead of 4096Alex Rønne Petersen
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-28std: delete most remaining uses of GenericWriterAndrew Kelley
2025-08-06lib/std/posix/test.zig: don't compare blksize in "fstatat"Pat Tullmann
2025-07-14std.posix: skip flaky testAndrew Kelley
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-05-29std.posix.test: Fix reserved_signo() for NetBSD.Alex Rønne Petersen
2025-05-11Merge pull request #23810 from alexrp/more-test-targetsAlex Rønne Petersen
2025-05-09std.posix: Add sigrtmin() and sigrtmax()Pat Tullmann
2025-05-08std: Disable `posix.test.test.fchmodat smoke test` on MIPS N32.Alex Rønne Petersen
2025-04-30sigset_t: sigemptyset() and sigfillset() are functions that return sigset_tPat Tullmann
2025-04-30posix: remove empty_sigsetPat Tullmann
2025-04-30posix.zig: export sigset_t and matching operations from systemPat Tullmann
2025-04-11std.posix.getenv: early-return comparison (#23265)g-logunov
2025-04-07std: Disable usage of fstat() and friends on loongarch.Alex Rønne Petersen
2025-04-04std: Disable `link with relative paths` and `linkat with different directorie...Alex Rønne Petersen
2025-03-27std.posix: add getuid()/geteuid()blurrycat
2025-03-09std/lib: {fs,io,posix} test clean upPat Tullmann
2025-02-20lib/std/posix/test.zig: enable disabled tests using CWDPat Tullmann
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