aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux.zig
AgeCommit message (Expand)Author
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
2025-05-01Merge pull request #23601 from rootbeer/sig-splitAlex Rønne Petersen
2025-05-01fix mount apiCutie Deng
2025-04-30std.os.linux: Fix MIPS signal numbersPat Tullmann
2025-04-30sigset_t: sigemptyset() and sigfillset() are functions that return sigset_tPat Tullmann
2025-04-30std.os.linux: export kernel-sized sigset_t and operationsPat Tullmann
2025-04-15std: add os.linux.sysinfo(), use it for process.totalSystemMemory()Ryan King
2025-04-11std.os.linux: Use faccessat2 syscall in faccessat().Alex Rønne Petersen
2025-04-10Fix sigaddset/sigdelset bit-fiddling mathPat Tullmann
2025-04-09linux.zig: epoll_wait: pass kernel sigset sizePat Tullmann
2025-04-08Merge pull request #23376 from sweiglbosker/m68k-archbitsAlex Rønne Petersen
2025-04-07std: Disable usage of fstat() and friends on loongarch.Alex Rønne Petersen
2025-04-07std.os.linux: use heap.pageSize() instead of MMAP2_UNITStefan Weigl-Bosker
2025-04-07std.os.linux: add arch bits for m68kStefan Weigl-Bosker
2025-04-06std.os.linux: add constants for ETHDacheng Gao
2025-04-02Merge pull request #22337 from ruihe774/fix-app-maskAlex Rønne Petersen
2025-03-26linux: don't export getauxval when not requiredwooster0
2025-03-05io_uring: refactor buf_reg flagsIgor Anić
2025-03-05io_uring: incremental provided buffer consumptionIgor Anić
2025-03-05io_uring: add setsockopt/getsockoptIgor Anić
2025-03-05io_uring: probe capabilities functionIgor Anić
2025-03-05io_uring: add bind and listenIgor Anić
2025-02-21linux: add UDP socket optionsJari Vetoniemi