aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/IoUring.zig
AgeCommit message (Expand)Author
2024-05-09fix integer overflow in IoUring buffer ring size calculationKarl Bohlmark
2024-04-28std.posix.iovec: use .base and .len instead of .iov_base and .iov_lenNameless
2024-03-31io_uring: simplify copy_cqe logicIgor Anić
2024-03-31io_uring: fix copy_cqes logicIgor Anić
2024-03-31io_uring: add failing testIgor Anić
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-15io_uring: ring mapped buffers (#17806)Igor Anić
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-03-08std.os.linux: rework io_uring supportmlugg