aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/test.zig
AgeCommit message (Expand)Author
2023-10-02Add illumos OS tagStephen Gregoratto
2023-09-14std: add compile error when using `std.os.getenv` on the wasi targetRafael Fernández López
2023-08-15Fix windows.CreateSymbolicLink/ReadLink for non-relative pathsRyan Liptak
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-05-29Prevent analysis of functions only referenced at comptimemlugg
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-24std: fix windows resource leaksJacob Young
2023-04-21std: disable failing testJacob Young
2023-04-21cbe: enable CI for std testsJacob Young
2023-03-16disable bad std lib testsAndrew Kelley
2023-03-03std: add fchmodatAndrew Kelley
2023-01-10test: fix "chdir smoke test" comparing paths with potentially different drive...kcbanner
2023-01-02freebsd: memfd_create: < 13.0 version checkMichael Dusan
2022-12-12Add 0-length buffer checks to os.read & os.writeTom Maenan Read Cutting
2022-12-12std.os.linux: fix timerfd testJan Philipp Hafer
2022-12-11wasi: fixes os.isatty on type mismatch (#13813)Takeshi Yoneda
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-12-06std: fix WASI regressionsAndrew Kelley
2022-11-30std.os.test: disable flaky timerfd testAndrew Kelley
2022-11-26std.os: Fix std.os.chdir for WASICody Tapscott
2022-11-09Merge pull request #13418 from ryanschneider/signal-alignment-13216Veikka Tuominen
2022-11-04std.os: improve sigaction test coverage.Ryan Schneider
2022-11-04std.os: Add IGN coverage to sigaction testsRyan Schneider
2022-11-04all: rename i386 to x86Ali Chraghi
2022-08-11std: fix definition of SIG_IGN, SIG_DFL, etc.Isaac Freund
2022-06-06std: handle stage2 function pointer semantics in testVeikka Tuominen
2022-05-17std.os: add timerfd_create, timerfd_settime and timerfd_gettimeThiago Teodoro Pereira Silva
2022-05-16std.os: Add memfd_create for FreeBSDIsaac Freund
2022-04-16stdlib std.os: Improve wasi-libc parity for WASI CWD emulationCody Tapscott
2022-04-04Pull elf magic string out to re-used constantTom Read Cutting
2022-03-23std.os: disable failing fnctl file locking testAndrew Kelley
2022-03-19fix sigaction double paniczseri
2022-03-11std.os: disable failing fnctl file locking testAndrew Kelley
2022-03-06std: disable flaky os.fcntl testAndrew Kelley
2022-03-03stdlib WASI: Add realpath() support for non-absolute PreopensCody Tapscott
2022-03-03stdlib: Add emulated CWD to std.os for WASI targetsCody Tapscott
2022-02-15Adds Linux support for POSIX file locking with fcntlAnthony Carrico
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-12-03Merge pull request #9927 from vrischmann/fix-rlimit-resourceAndrew Kelley
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-16os: fix getrlimit/setrlimit test for MIPSVincent Rischmann
2021-09-24Initial bringup of the Solaris/Illumos portStephen Gregoratto
2021-09-01std.os reorg: regression fixes to stack_t, and std.ThreadAndrew Kelley
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-09-01std.os.windows: reorg to avoid `usingnamespace`Andrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley