index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
os
/
linux
/
IoUring.zig
Age
Commit message (
Expand
)
Author
2025-10-30
Merge pull request #25763 from mrjbq7/cancelled
John Benediktsson
2025-10-29
std.os.linux.IoUring: disable failing test
Andrew Kelley
2025-10-29
std.os.linux.IoUring: use linux msghdr
Andrew Kelley
2025-10-29
std: fix some Io compilation errors
Andrew Kelley
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-08-16
implement registering NAPI on IoUring (#24850)
Özgür Akkurt
2025-05-06
Add register_file_alloc_range
Seiichi Uchida
2025-03-05
io_uring: refactor buf_reg flags
Igor Anić
2025-03-05
io_uring: incremental provided buffer consumption
Igor Anić
2025-03-05
io_uring: add setsockopt/getsockopt
Igor Anić
2025-03-05
io_uring: probe capabilities function
Igor Anić
2025-03-05
io_uring: fix tests on 5.4.0 kernel
Igor Anić
2025-03-05
io_uring: add bind and listen
Igor Anić
2025-02-11
linux/IoUring: add register_files_sparse
nikneym
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2024-10-11
IoUring: fix an issue in tests where InvalidVersion might get thrown by skipK...
Jean-Baptiste "Jiboo" Lepesme
2024-07-23
add std.testing.random_seed
Andrew Kelley
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-06-20
io_uring: don't assume completions order (2)
Igor Anić
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-06-08
io_uring: don't assume completions order
Igor Anić
2024-06-06
disable failing IoUring test
Andrew Kelley
2024-05-09
fix integer overflow in IoUring buffer ring size calculation
Karl Bohlmark
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-03-31
io_uring: simplify copy_cqe logic
Igor Anić
2024-03-31
io_uring: fix copy_cqes logic
Igor Anić
2024-03-31
io_uring: add failing test
Igor Anić
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-15
io_uring: ring mapped buffers (#17806)
Igor Anić
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-03-08
std.os.linux: rework io_uring support
mlugg