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
/
c
/
linux.zig
Age
Commit message (
Expand
)
Author
2021-01-18
std: define pipe2 only for os that support it
LemonBoy
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-12-23
std.ResetEvent: pthreads sem_t cannot be statically initialized
Andrew Kelley
2020-12-23
std.ResetEvent: use sem_t when linking against pthreads
Andrew Kelley
2020-12-18
std.crypto.random: introduce fork safety
Andrew Kelley
2020-11-18
Merge pull request #6385 from LemonBoy/callocator
Andrew Kelley
2020-11-05
Implement a fallback mechanism for posix_memalign
LemonBoy
2020-11-01
Add libc signature
Joran Dirk Greef
2020-10-04
implement {get, set}rlimit for linux
xackus
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-17
std: signalfd: fix the types of things; add test
Andrew Kelley
2020-08-17
add signalfd to std.c.linux
Luna
2020-08-11
copy_file_range linux syscall (#6010)
Maciej Walczak
2020-05-05
zig fmt
Tadeo Kondrak
2020-03-12
std: Add setEndPos to fs.file
LemonBoy
2020-03-03
breaking: std.os read/write functions + sendfile
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-01-18
std: turn EAI_ constants into a non-exhaustive enum
daurnimator
2019-12-31
c.linux: add memfd_create
Luna
2019-12-10
improve dynamic library API
Andrew Kelley
2019-11-08
fixups and zig fmt
Andrew Kelley
2019-10-28
move libc/linux bits around
Andrew Kelley
2019-09-27
support Android NDK and bionic
meme
2019-09-25
mv std/ lib/
Andrew Kelley