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
Age
Commit message (
Expand
)
Author
2025-10-30
Merge pull request #25763 from mrjbq7/cancelled
John Benediktsson
2025-10-29
Merge pull request #25592 from ziglang/init-std.Io
Andrew Kelley
2025-10-29
std.os.linux: fix restore for powerpc/powerpc64
Alex Rønne Petersen
2025-10-29
std.os.linux.IoUring: disable failing test
Andrew Kelley
2025-10-29
std.os.linux.s390x: fix restore function
Andrew Kelley
2025-10-29
std.os.linux.x86: fix signal restore function
Andrew Kelley
2025-10-29
std: make signal numbers into an enum
Andrew Kelley
2025-10-29
std.os.linux.IoUring: use linux msghdr
Andrew Kelley
2025-10-29
std: fix some Io compilation errors
Andrew Kelley
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-10-23
std.os.linux.tls: add hppa support
Alex Rønne Petersen
2025-10-23
std.os.linux.tls: add sh support
Alex Rønne Petersen
2025-10-23
std.os.linux.tls: add microblaze support
Alex Rønne Petersen
2025-10-23
std.os.linux.tls: add alpha support
Alex Rønne Petersen
2025-10-23
std.Target: add arceb and xtensaeb Cpu.Arch tags
Alex Rønne Petersen
2025-10-18
std.os.linux: add or1k arch bits
Alex Rønne Petersen
2025-10-18
std.os.linux.tls: implement or1k support
Alex Rønne Petersen
2025-10-18
std.os.linux: remove syscall7() on mips64/mipsn32
Alex Rønne Petersen
2025-10-18
std.os.linux: fix some issues in x32 inline asm
Alex Rønne Petersen
2025-10-18
std.os.linux: fix some issues in mipsn32 inline asm
Alex Rønne Petersen
2025-10-18
std: make all MIPS inline asm safe for MIPS I
Alex Rønne Petersen
2025-10-17
Merge pull request #25610 from alexrp/std-os-linux-cleanup
Alex Rønne Petersen
2025-10-17
std.os.linux.tls: don't unnecessarily use std.posix
Alex Rønne Petersen
2025-10-17
std.os.linux: add incomplete x32 arch bits file
Alex Rønne Petersen
2025-10-17
std.os.linux: add incomplete mipsn32 arch bits file
Alex Rønne Petersen
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.thumb: remove some @setRuntimeSafety(false) with no clear purpose
Alex Rønne Petersen
2025-10-16
std.os.linux: remove some pointless asm clobbers in naked fns
Alex Rønne Petersen
2025-10-16
std.os.linux: fix a bunch of syscall and time ABI issues on hexagon
Alex Rønne Petersen
2025-10-14
std.os.linux.sparc64: use icc instead of xcc in asm clobbers
Alex Rønne Petersen
2025-10-10
std: stop exposing anything having to do with ucontext_t
Alex Rønne Petersen
2025-10-09
std.os.linux: remove dead/wrong msghdr definitions in some arch bits
Alex Rønne Petersen
2025-10-07
std.os.linux: add ucontext_t and mcontext_t for mips/mips64
Alex Rønne Petersen
2025-10-07
std.os.linux: minor NFC corrections to hexagon ucontext_t and mcontext_t
Alex Rønne Petersen
2025-10-05
std.os.linux: add mcontext_t and ucontext_t for hexagon
Alex Rønne Petersen
2025-10-03
std.os.linux: improve the s390x mcontext_t definition
Alex Rønne Petersen
2025-09-30
std: rework/remove ucontext_t
mlugg
2025-09-30
std: fix os.linux.x86.syscall6
mlugg
2025-09-28
std.os.linux: delete restore and restore_rt for hexagon, loongarch, mips, riscv
Alex Rønne Petersen
2025-09-23
Don't specify clobbers in `restore_rt`
taylor.fish
2025-09-23
Fix PowerPC `restore_rt`
taylor.fish
2025-09-24
Fix PowerPC syscalls causing invalid code from CBE
taylor.fish
2025-09-15
bpf: use bitCast instead of intCast in ld_imm_impl
George Huebner
2025-08-28
std.os.linux: powerpc syscalls clobber ctr and xer
Alex Rønne Petersen
2025-08-16
implement registering NAPI on IoUring (#24850)
Özgür Akkurt
2025-08-14
Linux: Update syscall list for 6.16
Stephen Gregoratto
2025-08-06
linux/mips.zig: Use `i32` for stat nsec fields
Pat Tullmann
[next]