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
/
arm.zig
Age
Commit message (
Expand
)
Author
2025-10-17
std.os.linux: clean up a bunch of dead consts
Alex Rønne Petersen
2025-10-17
std.os.linux: retranslate F_* constants and Flock struct, and move out of arc...
Alex Rønne Petersen
2025-10-17
std.os.linux: replace usize/isize in arch bits with fixed types for clarity
Alex Rønne Petersen
2025-10-17
std.os.linux: move some generic decls out of the arch bits
Alex Rønne Petersen
2025-10-16
std.os.linux: remove some pointless asm clobbers in naked fns
Alex Rønne Petersen
2025-10-10
std: stop exposing anything having to do with ucontext_t
Alex Rønne Petersen
2025-09-30
std: rework/remove ucontext_t
mlugg
2025-09-23
Don't specify clobbers in `restore_rt`
taylor.fish
2025-07-16
zig fmt
Andrew Kelley
2025-07-07
os: fix missing and incorrect msghdr definitions
Nameless
2025-04-30
linux: update `sigmask` in every arch `ucontext_t`
Pat Tullmann
2025-04-07
std.os.linux: use heap.pageSize() instead of MMAP2_UNIT
Stefan Weigl-Bosker
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2024-12-11
std.os.linux: Add unwinding protection in clone() implementations.
Alex Rønne Petersen
2024-10-03
std.os.linux: Rename some arch bits files to match std.Target.Cpu.Arch tags.
Alex Rønne Petersen