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.zig
Age
Commit message (
Expand
)
Author
2025-10-10
std: stop exposing anything having to do with ucontext_t
Alex Rønne Petersen
2025-10-09
std.os.linux: define PROT.SEM for xtensa
Alex Rønne Petersen
2025-09-30
std: rework/remove ucontext_t
mlugg
2025-09-28
std.os.linux: delete SA.RESTORER and k_sigaction.restorer for hexagon, loonga...
Alex Rønne Petersen
2025-09-24
use copy_file_range syscall on linux
rpkak
2025-09-17
Merge pull request #25195 from blblack/netdefs
Andrew Kelley
2025-09-17
Merge pull request #25217 from blblack/setsiderr
Andrew Kelley
2025-09-17
Merge pull request #25225 from Justus2308/darwin-fixes
Andrew Kelley
2025-09-13
std.os.linux.ptrace: add PTRACE_EVENT_* and PTRACE_O_* values
Justus Klausecker
2025-09-12
linux: Doc and check retval for no-fail pid calls
Brandon Black
2025-09-12
std.os.linux.setsid(): return raw syscall0 result
Brandon Black
2025-09-12
std.os.linux.socketpair(): switch to unsigned args
Brandon Black
2025-09-09
std: add IP, IPV6, IPTOS sockopt constants
Brandon Black
2025-09-09
std: add linger struct for SO.LINGER
Brandon Black
2025-09-09
std: add in_pktinfo and in6_pktinfo structs defs
Brandon Black
2025-09-09
std: Add SCM constants for socket control messages
Brandon Black
2025-09-03
Fix cmsghdr struct for the *nixes
Brandon Black
2025-08-25
os.linux: faccessat wrapper prefer to faccessat syscall when flags is zero.
Qun He
2025-08-18
Expanded std.os.linux perf-related definitions (#24264)
Giuseppe Cesarano
2025-08-16
implement registering NAPI on IoUring (#24850)
Özgür Akkurt
2025-08-14
Linux: Use time64 syscalls when available
Stephen Gregoratto
2025-08-14
Linux: Update syscall list for 6.16
Stephen Gregoratto
2025-08-06
#24471: add mlock syscalls to std.os.linux
kj4tmp@gmail.com
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
os: fix missing and incorrect msghdr definitions
Nameless
2025-06-18
linux: futex v2 API updates
Pat Tullmann
2025-06-17
linux: futex v1 API cleanup
Pat Tullmann
2025-05-20
compiler: Scaffold stage2_powerpc backend.
Alex Rønne Petersen
2025-05-18
start: Don't artificially limit some posixCallMainAndExit() logic to Linux.
Alex Rønne Petersen
2025-05-10
Fix implementation of std.os.linux.accept on x86
Michael Pfaff
2025-05-09
std.posix: Add sigrtmin() and sigrtmax()
Pat Tullmann
2025-05-03
disable getauxvalImpl instrumentation as libfuzzer's allocator may need to ca...
tjog
2025-05-01
Merge pull request #23601 from rootbeer/sig-split
Alex Rønne Petersen
2025-05-01
fix mount api
Cutie Deng
2025-04-30
std.os.linux: Fix MIPS signal numbers
Pat Tullmann
2025-04-30
sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
Pat Tullmann
2025-04-30
std.os.linux: export kernel-sized sigset_t and operations
Pat Tullmann
2025-04-15
std: add os.linux.sysinfo(), use it for process.totalSystemMemory()
Ryan King
2025-04-11
std.os.linux: Use faccessat2 syscall in faccessat().
Alex Rønne Petersen
2025-04-10
Fix sigaddset/sigdelset bit-fiddling math
Pat Tullmann
2025-04-09
linux.zig: epoll_wait: pass kernel sigset size
Pat Tullmann
2025-04-08
Merge pull request #23376 from sweiglbosker/m68k-archbits
Alex Rønne Petersen
2025-04-07
std: Disable usage of fstat() and friends on loongarch.
Alex Rønne Petersen
2025-04-07
std.os.linux: use heap.pageSize() instead of MMAP2_UNIT
Stefan Weigl-Bosker
2025-04-07
std.os.linux: add arch bits for m68k
Stefan Weigl-Bosker
2025-04-06
std.os.linux: add constants for ETH
Dacheng Gao
2025-04-02
Merge pull request #22337 from ruihe774/fix-app-mask
Alex Rønne Petersen
2025-03-26
linux: don't export getauxval when not required
wooster0
2025-03-05
io_uring: refactor buf_reg flags
Igor Anić
[next]