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
2023-09-08
std.c.linux: Add getpw{nam,uid}()
Linus Groh
2023-07-31
Revert "linux adding some NUMA support"
Andrew Kelley
2023-07-31
Revert "std.os: adding linux's sched_setaffinity and its wrapper"
Andrew Kelley
2023-07-31
Revert "std.Thread: refining stack size from platform minimum, changes more t...
Andrew Kelley
2023-07-31
Revert "std.c: exposing timer api"
Andrew Kelley
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-18
std.c: exposing timer api
David CARLIER
2023-05-25
std.Thread: refining stack size from platform minimum, changes more targetted...
David CARLIER
2023-05-13
std.os: adding linux's sched_setaffinity and its wrapper
David CARLIER
2023-05-13
linux adding some NUMA support
David CARLIER
2023-04-06
std.os: add mincore syscall
jim price
2022-12-21
Fix missing pthread_key_t definition on linux
Ganesan Rajagopal
2022-12-14
std.c.fstatat64: add noalias attributes
Andrew Kelley
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
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
[next]