aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/test.zig
AgeCommit message (Expand)Author
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
2020-12-12std: Improve sigaction interfaceLemonBoy
2020-11-30add std.os.shutdown function for socketsJonathan Marler
2020-11-23Fix the ELF base calculationLemonBoy
2020-11-22Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pieAndrew Kelley
2020-11-18std: add chdir smoke testJakub Konka
2020-11-01std: add {set,get}rlimit bits and improve testxackus
2020-10-27std: Add basic smoke test for net functionalityLemonBoy
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-04simplify api and add smoke testxackus
2020-09-03Split the sync tests into sync and fsyncJens Goldberg
2020-09-03Add C declarations and tests for the sync functionsJens Goldberg
2020-08-30handle lack of privilege to create symbolic links on windowsSahnvour
2020-08-20add license header to all std lib filesAndrew Kelley