COMMITS
/ lib/std/os/linux.zig November 14, 2025
R
system specific errno
rpkak committed
November 9, 2025
J
posix: reduce the number of assumptions made by `dl_iterate_phdr`
Jacob Young committed
October 27, 2025
A
std: make signal numbers into an enum
Andrew Kelley committed
October 16, 2025
A
std: move DNS record enum to a better namespace
Andrew Kelley committed
A
std.os.linux: add incomplete x32 arch bits file
Alex Rønne Petersen committed
A
std.os.linux: add incomplete mipsn32 arch bits file
Alex Rønne Petersen committed
A
std.os.linux: retranslate F_* constants and Flock struct, and move out of arch bits
Alex Rønne Petersen committed
A
std.os.linux: move some generic decls out of the arch bits
Alex Rønne Petersen committed
A
std.os.linux: fix a bunch of syscall and time ABI issues on hexagon
Alex Rønne Petersen committed
October 2, 2025
A
std: fix msghdr and cmsghdr when using musl libc
Andrew Kelley committed
October 1, 2025
A
std.Io: implement netSend
Andrew Kelley committed
A
std.os.linux: remove unnecessary warnings from sendmmsg
Andrew Kelley committed
A
std.os.linux: remove sendmmsg workaround
Andrew Kelley committed
October 19, 2025
A
std.Target: add arceb and xtensaeb Cpu.Arch tags
Alex Rønne Petersen committed
W
std.os.linux: add pivot_root syscall
Wim de With committed
W
std.os.linux: add setns syscall
Wim de With committed
October 18, 2025
A
std.os.linux: add or1k arch bits
Alex Rønne Petersen committed
October 17, 2025
B
os.linux.timeval: use same field names as std.c
Brandon Black committed
A
Merge pull request #25610 from alexrp/std-os-linux-cleanup
Alex Rønne Petersen committed
October 9, 2025
A
std: stop exposing anything having to do with ucontext_t
Alex Rønne Petersen committed
A
std.os.linux: define PROT.SEM for xtensa
Alex Rønne Petersen committed
September 17, 2025
M
std: rework/remove ucontext_t
mlugg committed
September 28, 2025
A
std.os.linux: delete SA.RESTORER and k_sigaction.restorer for hexagon, loongarch, mips, riscv
Alex Rønne Petersen committed
August 31, 2025
R
use copy_file_range syscall on linux
rpkak committed
September 18, 2025
A
Merge pull request #25195 from blblack/netdefs
Andrew Kelley committed
A
Merge pull request #25217 from blblack/setsiderr
Andrew Kelley committed
A
Merge pull request #25225 from Justus2308/darwin-fixes
Andrew Kelley committed
September 13, 2025
J
std.os.linux.ptrace: add PTRACE_EVENT_* and PTRACE_O_* values
Justus Klausecker committed
September 12, 2025
B
linux: Doc and check retval for no-fail pid calls
Brandon Black committed
B
std.os.linux.setsid(): return raw syscall0 result
Brandon Black committed
September 10, 2025
B
std.os.linux.socketpair(): switch to unsigned args
Brandon Black committed
September 9, 2025
B
std: add IP, IPV6, IPTOS sockopt constants
Brandon Black committed
B
std: add linger struct for SO.LINGER
Brandon Black committed
B
std: add in_pktinfo and in6_pktinfo structs defs
Brandon Black committed
B
std: Add SCM constants for socket control messages
Brandon Black committed
September 2, 2025
B
Fix cmsghdr struct for the *nixes
Brandon Black committed
August 25, 2025
August 18, 2025
G
Expanded std.os.linux perf-related definitions (#24264)
Giuseppe Cesarano committed
August 16, 2025
Ö
implement registering NAPI on IoUring (#24850)
Özgür Akkurt committed
August 7, 2025
S
Linux: Use time64 syscalls when available
Stephen Gregoratto committed
August 5, 2025
S
Linux: Update syscall list for 6.16
Stephen Gregoratto committed
July 16, 2025
K
#24471: add mlock syscalls to std.os.linux
kj4tmp@gmail.com committed
June 18, 2025
J
aarch64: add new from scratch self-hosted backend
Jacob Young committed
June 28, 2025
A
std.fmt: breaking API changes
Andrew Kelley committed
August 2, 2024
N
os: fix missing and incorrect msghdr definitions
Nameless committed
April 2, 2025
P
linux: futex v2 API updates
Pat Tullmann committed
P
linux: futex v1 API cleanup
Pat Tullmann committed
May 20, 2025
A
compiler: Scaffold stage2_powerpc backend.
Alex Rønne Petersen committed
May 18, 2025
A
start: Don't artificially limit some posixCallMainAndExit() logic to Linux.
Alex Rønne Petersen committed
May 9, 2025
M
Fix implementation of std.os.linux.accept on x86
Michael Pfaff committed