aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/io_uring_sqe.zig
AgeCommit message (Expand)Author
2024-04-28std.posix.iovec: use .base and .len instead of .iov_base and .iov_lenNameless
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-15io_uring: ring mapped buffers (#17806)Igor Anić
2024-03-08std.os.linux: rework io_uring supportmlugg