aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux.zig
AgeCommit message (Expand)Author
2025-09-13std.os.linux.ptrace: add PTRACE_EVENT_* and PTRACE_O_* valuesJustus Klausecker
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
2025-02-20linux: add IORING_RECVSEND_BUNDLEJari Vetoniemi
2025-02-06std.os.linux.mmap: remove logic that does not belong hereAndrew Kelley
2025-02-06introduce std.posix.mremap and use itAndrew Kelley
2025-02-05std.os.linux: remove app_maskMisaki Kasumi
2025-02-03std.os.linux: re-add missing timerfd_create() constantsJohn Benediktsson
2025-02-01std.posix: Use separate clock ID enums for clock_gettime() and timerfd_create...Chris Boesch
2025-01-31std.os.linux: adding recvmmsg() (#22651)John Benediktsson
2025-01-29std: mkdir(2) mode uses mode_tMeghan Denny
2025-01-29std: add optional times pointer for futimes, futimens, utimes, utimensatthejohnny5
2025-01-26std.os.linux: Adding sigdelset (#22406)Enrique Miguel Mora Meza