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-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
2023-10-26
x86_64: fix behavior of `getValue`
Jacob Young
2023-10-26
x86_64: implement `@divFloor` and `@mod` for `i128`
Jacob Young
2023-10-27
std.io_uring: Improve splice implementation
joadnacer
2023-10-27
std.linux: Update io_uring structs and consts for kernel 6.3.8
joadnacer
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-21
linux.io_uring: Implement splice functions
joadnacer
2023-09-28
Update Linux syscalls for kernel 5.5
Stephen Gregoratto
2023-09-15
bpf: remove unhelpful "comptime" and fix union order
bfredl
2023-09-04
Make a Couple Syscall Comments Consistent (#17066)
Jim Calabro
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-31
std: cleanup asm usage
Jacob Young
2023-07-24
io_uring: let the OS choose a free local port for all tests
mllken
2023-07-24
Use builtin inference over @as where possible
Zachary Raineri
2023-07-20
linux: rework getcontext to closer match the specification (saved IP/SP match...
kcbanner
[next]