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
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-09-14
std: add compile error when using `std.os.getenv` on the wasi target
Rafael Fernández López
2023-08-15
Fix windows.CreateSymbolicLink/ReadLink for non-relative paths
Ryan Liptak
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-05-29
Prevent analysis of functions only referenced at comptime
mlugg
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-24
std: fix windows resource leaks
Jacob Young
2023-04-21
std: disable failing test
Jacob Young
2023-04-21
cbe: enable CI for std tests
Jacob Young
2023-03-16
disable bad std lib tests
Andrew Kelley
2023-03-03
std: add fchmodat
Andrew Kelley
2023-01-10
test: fix "chdir smoke test" comparing paths with potentially different drive...
kcbanner
2023-01-02
freebsd: memfd_create: < 13.0 version check
Michael Dusan
2022-12-12
Add 0-length buffer checks to os.read & os.write
Tom Maenan Read Cutting
2022-12-12
std.os.linux: fix timerfd test
Jan Philipp Hafer
2022-12-11
wasi: fixes os.isatty on type mismatch (#13813)
Takeshi Yoneda
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-12-06
std: fix WASI regressions
Andrew Kelley
2022-11-30
std.os.test: disable flaky timerfd test
Andrew Kelley
2022-11-26
std.os: Fix std.os.chdir for WASI
Cody Tapscott
2022-11-09
Merge pull request #13418 from ryanschneider/signal-alignment-13216
Veikka Tuominen
2022-11-04
std.os: improve sigaction test coverage.
Ryan Schneider
2022-11-04
std.os: Add IGN coverage to sigaction tests
Ryan Schneider
2022-11-04
all: rename i386 to x86
Ali Chraghi
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
[next]