aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/io_uring.zig
AgeCommit message (Expand)Author
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
2022-05-25io_uring: change read() to use a ReadBuffer insteadVincent Rischmann
2022-05-25io_uring: add provide_buffers and remove_buffersVincent Rischmann
2022-05-10io_uring cancel test must tolerate CQ reorderingBrian Gold
2022-03-03os/linux/io_uring: add recvmsg and sendmsg (#10212)Hiroaki Nakamura
2022-01-04io_uring: improve IO_Uring.copy_cqeVincent Rischmann
2022-01-01io_uring: fix version check in testsVincent Rischmann
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-12-12os/linux/io_uring: implement linkatVincent Rischmann
2021-12-12os/linux/io_uring: implement symlinkatVincent Rischmann
2021-12-12os/linux/io_uring: implement mkdiratVincent Rischmann
2021-12-12os/linux/io_uring: implement unlinkatVincent Rischmann
2021-12-12os/linux/io_uring: implement renameatVincent Rischmann
2021-12-12os/linux/io_uring: implement shutdownVincent Rischmann
2021-12-01Fix test for io_uring link_timeoutHiroaki Nakamura
2021-11-29std: add workaround for failing io_uring testAndrew Kelley
2021-11-23Merge pull request #10151 from hnakamur/zigHiroaki Nakamura
2021-11-16io_uring: implement register_files_updateVincent Rischmann
2021-11-14Merge pull request #10081 from hnakamur/lib_std_os_linux_io_uring_cancelAndrew Kelley
2021-11-14io_uring: add poll_updateKenta Iwasaki
2021-11-12Use io_uring_prep_rw in io_uring_prep_cancelHiroaki Nakamura
2021-11-12std.os.linux: Add cancel and io_uring_prep_cancelHiroaki Nakamura
2021-11-09io_uring: skip statx test failure on older kernelsAndrew Kelley
2021-11-09os/linux/io_uring: implement statxVincent Rischmann
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-22io_uring: implement read_fixed/write_fixedVincent Rischmann
2021-09-01fix regression on linux with kernel_timespecAndrew Kelley
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-08-13Expose register_eventfd, register_eventfd_async, unregister_eventfd i… (#9449)Ayende Rahien