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-09-13
std.os.linux.ptrace: add PTRACE_EVENT_* and PTRACE_O_* values
Justus Klausecker
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ć
2025-03-05
io_uring: incremental provided buffer consumption
Igor Anić
2025-03-05
io_uring: add setsockopt/getsockopt
Igor Anić
2025-03-05
io_uring: probe capabilities function
Igor Anić
2025-03-05
io_uring: add bind and listen
Igor Anić
2025-02-21
linux: add UDP socket options
Jari Vetoniemi
2025-02-20
linux: add IORING_RECVSEND_BUNDLE
Jari Vetoniemi
2025-02-06
std.os.linux.mmap: remove logic that does not belong here
Andrew Kelley
2025-02-06
introduce std.posix.mremap and use it
Andrew Kelley
2025-02-05
std.os.linux: remove app_mask
Misaki Kasumi
2025-02-03
std.os.linux: re-add missing timerfd_create() constants
John Benediktsson
2025-02-01
std.posix: Use separate clock ID enums for clock_gettime() and timerfd_create...
Chris Boesch
2025-01-31
std.os.linux: adding recvmmsg() (#22651)
John Benediktsson
2025-01-29
std: mkdir(2) mode uses mode_t
Meghan Denny
2025-01-29
std: add optional times pointer for futimes, futimens, utimes, utimensat
thejohnny5
2025-01-26
std.os.linux: Adding sigdelset (#22406)
Enrique Miguel Mora Meza
[next]