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
/
linux
/
test.zig
Age
Commit message (
Expand
)
Author
2025-06-18
linux: futex v2 API updates
Pat Tullmann
2025-06-17
linux: futex v1 API cleanup
Pat Tullmann
2025-05-08
std: Disable `os.linux.test.test.fallocate` on MIPS N32.
Alex Rønne Petersen
2025-04-30
sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
Pat Tullmann
2025-04-30
std.os.linux: export kernel-sized sigset_t and operations
Pat Tullmann
2025-04-15
std: add os.linux.sysinfo(), use it for process.totalSystemMemory()
Ryan King
2025-04-10
Fix sigaddset/sigdelset bit-fiddling math
Pat Tullmann
2025-04-07
std: Disable usage of fstat() and friends on loongarch.
Alex Rønne Petersen
2025-02-01
std.posix: Use separate clock ID enums for clock_gettime() and timerfd_create...
Chris Boesch
2025-01-26
std.os.linux: Adding sigdelset (#22406)
Enrique Miguel Mora Meza
2024-08-23
std.os.linux: Fix bunch of compilation errors (#21138)
Michał Drozd
2024-08-07
Add getppid to std.c and std.os.linux.
Jeffrey C. Ollie
2024-07-29
std: Stop supporting Linux/glibc versions older than declared in std.Target.
Alex Rønne Petersen
2024-07-29
std.os.linux.test: Partially skip statx() test on riscv32.
Alex Rønne Petersen
2024-07-19
std.c reorganization
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-08
std.os.linux: rework io_uring support
mlugg
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-03-15
std lib tests: avoid cwd races by using std.testing.tmpDir
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-09-01
std: reorganize std.c to eliminate `usingnamespace`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley
2021-06-09
os/linux: add fadvise
Vincent Rischmann
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-11
std: Fix fallocate offset type
LemonBoy
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-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-12-23
Truncate user and group ids for 64 bit Linux systems (#7466)
Andreas Linz
2020-12-09
small fixes and zig fmt
Vexu
2020-11-05
Merge pull request #6978 from LemonBoy/statshit
Andrew Kelley
2020-11-05
std: Split kernel&libc definitions of stat struct
LemonBoy
2020-11-03
Support 32-bit big-endian targets
Joran Dirk Greef
2020-11-02
Pending #5127
Joran Dirk Greef
2020-11-02
Switch back to writing Zig
Joran Dirk Greef
2020-11-02
Debug unhandled errno
Joran Dirk Greef
2020-11-01
Add test
Joran Dirk Greef
2020-08-20
add license header to all std lib files
Andrew Kelley
2019-11-30
move `std.fs.Dir.cwd` to `std.fs.cwd`
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-08
update more of the std lib to use `@as`
Andrew Kelley
2019-10-16
improve docs and field names of Statx struct
Andrew Kelley
[next]