aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux
AgeCommit message (Expand)Author
2024-01-14std.os.linux.io_uring: fix compilation errorsAndrew Kelley
2024-01-14Merge pull request #18025 from ianic/io_uring_send_zcAndrew Kelley
2024-01-13Add `fchmodat2` to the Linux syscall listStephen Gregoratto
2024-01-03doc: Fix typos in bpf docsKarl Böhlmark
2023-12-12allow sqe entries up to 32768loris
2023-11-19linux/bpf: update helper definitionsTw
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-18io_uring: fix ci failing testIgor Anić
2023-11-17io_uring: try to pass windows/macos testsIgor Anić
2023-11-17io_uring: make Linux version check runtime instead od comptimeIgor Anić
2023-11-17io_uring: include review commentsIgor Anić
2023-11-17io_uring: use kernel version test in send_zc testIgor Anić
2023-11-17io_uring: simplify tests by checking kernel versionIgor Anić
2023-11-17io_uring: add direct operationsIgor Anić
2023-11-16Move duplicate field detection for struct init expressions into AstGenDavid
2023-11-10io_uring: add zero-copy send operationIgor Anić
2023-11-08fix io_uring tests on kernel 5.4Igor Anić
2023-11-08fix io_uring timeout_remove test on kernel 5.4Igor Anić
2023-11-06io_uring: add multishot accept operationIgor Anić
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-27Merge pull request #17716 from jacobly0/x86_64Jacob Young
2023-10-26x86_64: fix behavior of `getValue`Jacob Young
2023-10-26x86_64: implement `@divFloor` and `@mod` for `i128`Jacob Young
2023-10-27std.io_uring: Improve splice implementationjoadnacer
2023-10-27std.linux: Update io_uring structs and consts for kernel 6.3.8joadnacer
2023-10-25x86_64: pass more testsJacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-21linux.io_uring: Implement splice functionsjoadnacer
2023-09-28Update Linux syscalls for kernel 5.5Stephen Gregoratto
2023-09-15bpf: remove unhelpful "comptime" and fix union orderbfredl
2023-09-04Make a Couple Syscall Comments Consistent (#17066)Jim Calabro
2023-07-31std: finish cleanup up asmJacob Young
2023-07-31std: cleanup asm usageJacob Young
2023-07-24io_uring: let the OS choose a free local port for all testsmllken
2023-07-24Use builtin inference over @as where possibleZachary Raineri
2023-07-20linux: rework getcontext to closer match the specification (saved IP/SP match...kcbanner
2023-07-20debug: x86 unwinding support, more unwinding fixeskcbanner
2023-07-20linux: add getcontext for x86_64kcbanner
2023-07-04bootstrap: support aarch64 in 32-bit modeJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17mem: rename align*Generic to mem.align*Motiejus Jakštys
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-13bpf: expose "syscall" program type and F_SLEEPABLE flagbfredl
2023-05-11fix incorrect use of mutable pointers to temporary valuesVeikka Tuominen
2023-05-03bpf: correct return type of ringbuf_output helperTw