aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/test.zig
AgeCommit message (Expand)Author
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
2021-08-22std.os: (p)writev should perform partial writes if iov.len > IOV_MAXdaurnimator
2021-06-30std.Thread: more cleanup & testingkprotty
2021-06-30std.Thread: more fixeskprotty
2021-06-30std.Thread.getCpuCount(): fix usageskprotty
2021-06-30changes to accomodate std.Thread updatekprotty
2021-06-21fix code broken from previous commitJacob G-W
2021-06-16netbsd: add more std.os.bitsMichael Dusan
2021-06-14add a test for dup and dup2Veikka Tuominen
2021-05-17std: update regarding std.builtin reorganizationAndrew Kelley
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-09Initialize the Stat structureFrank Denis
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08Merge pull request #8686 from Vexu/tryAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-05-07fix test to restore cwd after chdirMichael Dusan
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-04-15freebsd: disable failing testAndrew Kelley
2021-02-28std: Swap arguments in Thread.spawnLemonBoy
2021-02-21Rebase link(at) properlyTau
2021-01-07Reduce use of deprecated IO typesJay Petacat
2020-12-31Year++Frank Denis
2020-12-13Disable sigaction test on i386 because of #7427LemonBoy
2020-12-13std: Fixes for siginfo test on macosLemonBoy
2020-12-12std: Further siginfo refinementsLemonBoy
2020-12-12std: Correct check in signal testLemonBoy