index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
os
/
test.zig
Age
Commit message (
Expand
)
Author
2022-08-11
std: fix definition of SIG_IGN, SIG_DFL, etc.
Isaac Freund
2022-06-06
std: handle stage2 function pointer semantics in test
Veikka Tuominen
2022-05-17
std.os: add timerfd_create, timerfd_settime and timerfd_gettime
Thiago Teodoro Pereira Silva
2022-05-16
std.os: Add memfd_create for FreeBSD
Isaac Freund
2022-04-16
stdlib std.os: Improve wasi-libc parity for WASI CWD emulation
Cody Tapscott
2022-04-04
Pull elf magic string out to re-used constant
Tom Read Cutting
2022-03-23
std.os: disable failing fnctl file locking test
Andrew Kelley
2022-03-19
fix sigaction double panic
zseri
2022-03-11
std.os: disable failing fnctl file locking test
Andrew Kelley
2022-03-06
std: disable flaky os.fcntl test
Andrew Kelley
2022-03-03
stdlib WASI: Add realpath() support for non-absolute Preopens
Cody Tapscott
2022-03-03
stdlib: Add emulated CWD to std.os for WASI targets
Cody Tapscott
2022-02-15
Adds Linux support for POSIX file locking with fcntl
Anthony Carrico
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-03
Merge pull request #9927 from vrischmann/fix-rlimit-resource
Andrew Kelley
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-16
os: fix getrlimit/setrlimit test for MIPS
Vincent Rischmann
2021-09-24
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto
2021-09-01
std.os reorg: regression fixes to stack_t, and std.Thread
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
std.os.windows: reorg to avoid `usingnamespace`
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-22
std.os: (p)writev should perform partial writes if iov.len > IOV_MAX
daurnimator
2021-06-30
std.Thread: more cleanup & testing
kprotty
2021-06-30
std.Thread: more fixes
kprotty
2021-06-30
std.Thread.getCpuCount(): fix usages
kprotty
2021-06-30
changes to accomodate std.Thread update
kprotty
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-16
netbsd: add more std.os.bits
Michael Dusan
2021-06-14
add a test for dup and dup2
Veikka Tuominen
2021-05-17
std: update regarding std.builtin reorganization
Andrew Kelley
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-09
Initialize the Stat structure
Frank Denis
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
Merge pull request #8686 from Vexu/try
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-07
fix test to restore cwd after chdir
Michael Dusan
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-15
freebsd: disable failing test
Andrew Kelley
2021-02-28
std: Swap arguments in Thread.spawn
LemonBoy
2021-02-21
Rebase link(at) properly
Tau
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2020-12-31
Year++
Frank Denis
2020-12-13
Disable sigaction test on i386 because of #7427
LemonBoy
2020-12-13
std: Fixes for siginfo test on macos
LemonBoy
2020-12-12
std: Further siginfo refinements
LemonBoy
2020-12-12
std: Correct check in signal test
LemonBoy
[next]