aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux
AgeCommit message (Expand)Author
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-03-08std.os.linux: rework io_uring supportmlugg
2024-02-23std.net, std.http: simplifyAndrew Kelley
2024-02-12Replaced loop with memcpysCPestka
2024-02-12Merge pull request #18898 from psnszsn/iouring_waitidAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-11io_uring: add waitid operationVlad Pănăzan
2024-02-06std.os.linux.MAP: use a packed structAndrew Kelley
2024-01-29std: add docs about return value of submit() (#18721)Constantin Pestka
2024-01-15Linux: Update syscalls for the 6.7 releaseStephen Gregoratto
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