aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/io_uring.zig
AgeCommit message (Expand)Author
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
2021-07-11io_uring: add sqe prep methods for epoll_ctl, poll_add, and poll_removeKenta Iwasaki
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-07test: fix std.time timing tests to skip on failureMichael Dusan
2021-04-02test: fix io_uring timing test to skip on failureMichael Dusan
2021-03-14std: Replace testing fns for floating-point valuesLemonBoy