aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/io_uring.zig
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
2023-12-12allow sqe entries up to 32768loris
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-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-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-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-04Make a Couple Syscall Comments Consistent (#17066)Jim Calabro
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-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-04-28std: update to use `@memcpy` directlyAndrew Kelley
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-19work around an intermittent io_uring test failureAndrew Kelley
2023-03-30Change ordering of prep provide buffers argsbing
2023-03-15std lib tests: avoid cwd races by using std.testing.tmpDirAndrew Kelley
2023-03-15disable std lib unit tests that hard code port numbersAndrew Kelley
2023-01-16std.os.linux.io_uring: fix ABI errorVeikka Tuominen
2022-10-13io_uring: ignore SOCK_NONEMPTY for reproducible testsJacob Young
2022-10-11io_uring: allow for nullable argumentsmllken
2022-07-16Fix io_uring tests (#12134)Vincent Rischmann
2022-07-05std.os.linux.io_uring: work around LLVM bugAndrew Kelley
2022-06-07add const to msghdr_const iov and control pointersJonathan Marler
2022-06-06std: fix ambiguous referencesVeikka Tuominen
2022-05-25io_uring: replace the readv method with a read on a new ReadBuffer typeVincent Rischmann
2022-05-25io_uring: add tests for automatic buffer selectionVincent Rischmann
2022-05-25io_uring: use the socket test harnessVincent Rischmann
2022-05-25io_uring: add a test harness for server/client TCP socket testsVincent Rischmann
2022-05-25io_uring: change recv() to use a RecvBuffer insteadVincent Rischmann