aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/IoUring.zig
AgeCommit message (Expand)Author
2025-10-30Merge pull request #25763 from mrjbq7/cancelledJohn Benediktsson
2025-10-29std.os.linux.IoUring: disable failing testAndrew Kelley
2025-10-29std.os.linux.IoUring: use linux msghdrAndrew Kelley
2025-10-29std: fix some Io compilation errorsAndrew Kelley
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-08-16implement registering NAPI on IoUring (#24850)Özgür Akkurt
2025-05-06Add register_file_alloc_rangeSeiichi Uchida
2025-03-05io_uring: refactor buf_reg flagsIgor Anić
2025-03-05io_uring: incremental provided buffer consumptionIgor Anić
2025-03-05io_uring: add setsockopt/getsockoptIgor Anić
2025-03-05io_uring: probe capabilities functionIgor Anić
2025-03-05io_uring: fix tests on 5.4.0 kernelIgor Anić
2025-03-05io_uring: add bind and listenIgor Anić
2025-02-11linux/IoUring: add register_files_sparsenikneym
2025-02-06adjust runtime page size APIsAndrew Kelley
2025-02-06runtime page size detectionArchbirdplus
2024-10-11IoUring: fix an issue in tests where InvalidVersion might get thrown by skipK...Jean-Baptiste "Jiboo" Lepesme
2024-07-23add std.testing.random_seedAndrew Kelley
2024-07-19std.c reorganizationAndrew Kelley
2024-07-09std: fix typos (#20560)Jora Troosh
2024-06-20io_uring: don't assume completions order (2)Igor Anić
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-06-08io_uring: don't assume completions orderIgor Anić
2024-06-06disable failing IoUring testAndrew Kelley
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