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
Age
Commit message (
Expand
)
Author
2024-07-19
fix regression of flock being called on wasi targets
Andrew Kelley
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-07-09
bpf: sync map/prog/attach type with latest linux kernel
Tw
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
Fix slight deviation from spec in handling Elf*_Rela relative relocations
Shane Peelar
2024-06-08
io_uring: don't assume completions order
Igor Anić
2024-06-06
disable failing IoUring test
Andrew Kelley
2024-06-05
generate loongarch64 Linux syscalls
YANG Xudong
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-04-20
Fix usage of `unexpectedErrno`
Jared Baur
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
fix compilation failures found by CI
Andrew Kelley
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
2024-02-23
std.net, std.http: simplify
Andrew Kelley
2024-02-12
Replaced loop with memcpys
CPestka
2024-02-12
Merge pull request #18898 from psnszsn/iouring_waitid
Andrew Kelley
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-02-11
io_uring: add waitid operation
Vlad Pănăzan
2024-02-06
std.os.linux.MAP: use a packed struct
Andrew Kelley
2024-01-29
std: add docs about return value of submit() (#18721)
Constantin Pestka
2024-01-15
Linux: Update syscalls for the 6.7 release
Stephen Gregoratto
2024-01-14
std.os.linux.io_uring: fix compilation errors
Andrew Kelley
2024-01-14
Merge pull request #18025 from ianic/io_uring_send_zc
Andrew Kelley
2024-01-13
Add `fchmodat2` to the Linux syscall list
Stephen Gregoratto
2024-01-03
doc: Fix typos in bpf docs
Karl Böhlmark
2023-12-12
allow sqe entries up to 32768
loris
2023-11-19
linux/bpf: update helper definitions
Tw
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-18
io_uring: fix ci failing test
Igor Anić
2023-11-17
io_uring: try to pass windows/macos tests
Igor Anić
2023-11-17
io_uring: make Linux version check runtime instead od comptime
Igor Anić
2023-11-17
io_uring: include review comments
Igor Anić
2023-11-17
io_uring: use kernel version test in send_zc test
Igor Anić
2023-11-17
io_uring: simplify tests by checking kernel version
Igor Anić
2023-11-17
io_uring: add direct operations
Igor Anić
2023-11-16
Move duplicate field detection for struct init expressions into AstGen
David
2023-11-10
io_uring: add zero-copy send operation
Igor Anić
2023-11-08
fix io_uring tests on kernel 5.4
Igor Anić
2023-11-08
fix io_uring timeout_remove test on kernel 5.4
Igor Anić
2023-11-06
io_uring: add multishot accept operation
Igor Anić
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-27
Merge pull request #17716 from jacobly0/x86_64
Jacob Young
[next]