aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux.zig
AgeCommit message (Expand)Author
2025-10-29std: make signal numbers into an enumAndrew Kelley
2025-10-29std: move DNS record enum to a better namespaceAndrew Kelley
2025-10-29std: fix msghdr and cmsghdr when using musl libcAndrew Kelley
2025-10-29std.Io: implement netSendAndrew Kelley
2025-10-29std.os.linux: remove unnecessary warnings from sendmmsgAndrew Kelley
2025-10-29std.os.linux: remove sendmmsg workaroundAndrew Kelley
2025-10-23std.Target: add arceb and xtensaeb Cpu.Arch tagsAlex Rønne Petersen
2025-10-19std.os.linux: add pivot_root syscallWim de With
2025-10-19std.os.linux: add setns syscallWim de With
2025-10-18std.os.linux: add or1k arch bitsAlex Rønne Petersen
2025-10-18os.linux.timeval: use same field names as std.cBrandon Black
2025-10-17Merge pull request #25610 from alexrp/std-os-linux-cleanupAlex Rønne Petersen
2025-10-17std.os.linux: add incomplete x32 arch bits fileAlex Rønne Petersen
2025-10-17std.os.linux: add incomplete mipsn32 arch bits fileAlex Rønne Petersen
2025-10-17std.os.linux: retranslate F_* constants and Flock struct, and move out of arc...Alex Rønne Petersen
2025-10-17std.os.linux: move some generic decls out of the arch bitsAlex Rønne Petersen
2025-10-16std.os.linux: fix a bunch of syscall and time ABI issues on hexagonAlex Rønne Petersen
2025-10-10std: stop exposing anything having to do with ucontext_tAlex Rønne Petersen
2025-10-09std.os.linux: define PROT.SEM for xtensaAlex Rønne Petersen
2025-09-30std: rework/remove ucontext_tmlugg
2025-09-28std.os.linux: delete SA.RESTORER and k_sigaction.restorer for hexagon, loonga...Alex Rønne Petersen
2025-09-24use copy_file_range syscall on linuxrpkak
2025-09-17Merge pull request #25195 from blblack/netdefsAndrew Kelley
2025-09-17Merge pull request #25217 from blblack/setsiderrAndrew Kelley
2025-09-17Merge pull request #25225 from Justus2308/darwin-fixesAndrew Kelley
2025-09-13std.os.linux.ptrace: add PTRACE_EVENT_* and PTRACE_O_* valuesJustus Klausecker
2025-09-12linux: Doc and check retval for no-fail pid callsBrandon Black
2025-09-12std.os.linux.setsid(): return raw syscall0 resultBrandon Black
2025-09-12std.os.linux.socketpair(): switch to unsigned argsBrandon Black
2025-09-09std: add IP, IPV6, IPTOS sockopt constantsBrandon Black
2025-09-09std: add linger struct for SO.LINGERBrandon Black
2025-09-09std: add in_pktinfo and in6_pktinfo structs defsBrandon Black
2025-09-09std: Add SCM constants for socket control messagesBrandon Black
2025-09-03Fix cmsghdr struct for the *nixesBrandon Black
2025-08-25os.linux: faccessat wrapper prefer to faccessat syscall when flags is zero.Qun He
2025-08-18Expanded std.os.linux perf-related definitions (#24264)Giuseppe Cesarano
2025-08-16implement registering NAPI on IoUring (#24850)Özgür Akkurt
2025-08-14Linux: Use time64 syscalls when availableStephen Gregoratto
2025-08-14Linux: Update syscall list for 6.16Stephen Gregoratto
2025-08-06#24471: add mlock syscalls to std.os.linuxkj4tmp@gmail.com
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07os: fix missing and incorrect msghdr definitionsNameless
2025-06-18linux: futex v2 API updatesPat Tullmann
2025-06-17linux: futex v1 API cleanupPat Tullmann
2025-05-20compiler: Scaffold stage2_powerpc backend.Alex Rønne Petersen
2025-05-18start: Don't artificially limit some posixCallMainAndExit() logic to Linux.Alex Rønne Petersen
2025-05-10Fix implementation of std.os.linux.accept on x86Michael Pfaff
2025-05-09std.posix: Add sigrtmin() and sigrtmax()Pat Tullmann
2025-05-03disable getauxvalImpl instrumentation as libfuzzer's allocator may need to ca...tjog