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
2022-10-21
Support compiling for the android NDK (#13245)
Louis Pearson
2022-09-29
std: Replace use of stage1 function pointers
ominitay
2022-09-16
fix android definition of pthread_rwlock_t (#12830)
billzez
2022-05-26
Merge pull request #11598 from aiotter/master
Andrew Kelley
2022-05-17
std.c: Implement dirent on std/c/linux.zig
aiotter
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-03-20
stage2: disable default panic handler when linking -lc
Andrew Kelley
2022-03-13
c/linux: Fix `stat` struct definition for SPARCv9
Koakuma
2022-02-11
std: validate frame-pointer address in stack walking
m
2022-01-23
std: Add some missing termios types to c/linux.zig and os.zig
joachimschmidt557
2022-01-17
Fix os.rusage when linking with c library on Linux
johnLate
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-11-18
Fixes invalid errno definition for ***-linux-android
Felix "xq" Queißner
2021-10-30
std: add missing termios def to std/c/linux.zig
pfg
2021-09-12
os: usingnamespace fixes for std.x.os.Socket and std.os.TCP
Kenta Iwasaki
2021-09-01
std.os fixes to get the test suite passing again
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os: fix FILENO constants mapped to wrong values
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-07-29
std/c: add pthread_setname_np and pthread_getname_np
Vincent Rischmann
2021-07-15
Add inotify_rm_watch definition to c/linux.zig
Ryan Liptak
2021-05-18
std: add android __SIZEOF_PTHREAD_MUTEX_T
Andrew Kelley
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-11
std: Harmonize use of off_t between libc and Zig impls
LemonBoy
2021-05-11
std: Fix cast that's sometimes invalid
LemonBoy
2021-05-11
std: Prefer 64bit libc functions where possible
LemonBoy
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
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
[next]