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
2023-04-22
doc: fix minor grammar issues
-k
2023-04-19
work around an intermittent io_uring test failure
Andrew Kelley
2023-04-03
x86_64: remove returns from naked functions
Jacob Young
2023-03-30
Change ordering of prep provide buffers args
bing
2023-03-28
bpf: add missing *const for helper functions
Tw
2023-03-15
std lib tests: avoid cwd races by using std.testing.tmpDir
Andrew Kelley
2023-03-15
disable std lib unit tests that hard code port numbers
Andrew Kelley
2023-02-05
Update Linux syscall list for 6.1, support Mips64
Stephen Gregoratto
2023-02-04
Add support for mips64/mips64el
Suirad
2023-01-24
std: remove meta.assumeSentinel
Isaac Freund
2023-01-16
std.os.linux.io_uring: fix ABI error
Veikka Tuominen
2023-01-02
remove the experimental std.x namespace
Andrew Kelley
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-11-27
linux.bpf: expose map_get_next_key
bfredl
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-09
Fixes to linux/bpf/btf.zig
bfredl
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-25
std: add cbe hacks to more targets
Jacob Young
2022-10-25
cbe: get enough things working to support basic programs
Jacob Young
2022-10-16
os.linux: some fixes to BPF module
bfredl
2022-10-13
io_uring: ignore SOCK_NONEMPTY for reproducible tests
Jacob Young
2022-10-11
io_uring: allow for nullable arguments
mllken
2022-09-29
std: Replace use of stage1 function pointers
ominitay
2022-08-19
std.os.linux.bpf: fix compile error
Andrew Kelley
2022-08-05
Update Linux syscall list for 5.19
Stephen Gregoratto
2022-07-16
Fix io_uring tests (#12134)
Vincent Rischmann
2022-07-05
std.os.linux.io_uring: work around LLVM bug
Andrew Kelley
2022-06-27
std.os.linux.clone: upgrade to stage2 fn ptr semantics
Andrew Kelley
2022-06-07
add const to msghdr_const iov and control pointers
Jonathan Marler
2022-06-06
std: fix ambiguous references
Veikka Tuominen
2022-05-25
io_uring: replace the readv method with a read on a new ReadBuffer type
Vincent Rischmann
2022-05-25
io_uring: add tests for automatic buffer selection
Vincent Rischmann
2022-05-25
io_uring: use the socket test harness
Vincent Rischmann
2022-05-25
io_uring: add a test harness for server/client TCP socket tests
Vincent Rischmann
2022-05-25
io_uring: change recv() to use a RecvBuffer instead
Vincent Rischmann
2022-05-25
io_uring: change read() to use a ReadBuffer instead
Vincent Rischmann
2022-05-25
io_uring: add provide_buffers and remove_buffers
Vincent Rischmann
2022-05-16
Generate linux syscalls via. the linux source tree
Stephen Gregoratto
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-10
io_uring cancel test must tolerate CQ reordering
Brian Gold
2022-05-05
std.os.linux.arm-eabi: upgrade to new fn ptr semantics
Andrew Kelley
2022-04-28
Merge pull request #10717 from gh-fork-dump/seccomp-bits
Veikka Tuominen
2022-04-15
update self hosted sources to language changes
Veikka Tuominen
2022-03-22
Fix ucontext_t
Locria Cyber
2022-03-09
Add bits for the Linux Secure Computing facility
Stephen Gregoratto
2022-03-03
os/linux/io_uring: add recvmsg and sendmsg (#10212)
Hiroaki Nakamura
2022-02-15
Adds Linux support for POSIX file locking with fcntl
Anthony Carrico
2022-01-04
io_uring: improve IO_Uring.copy_cqe
Vincent Rischmann
2022-01-01
io_uring: fix version check in tests
Vincent Rischmann
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
[next]