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-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
2023-07-20
debug: x86 unwinding support, more unwinding fixes
kcbanner
2023-07-20
linux: add getcontext for x86_64
kcbanner
2023-07-04
bootstrap: support aarch64 in 32-bit mode
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-13
bpf: expose "syscall" program type and F_SLEEPABLE flag
bfredl
2023-05-11
fix incorrect use of mutable pointers to temporary values
Veikka Tuominen
2023-05-03
bpf: correct return type of ringbuf_output helper
Tw
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-28
std: update to use `@memcpy` directly
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-23
Improvements to docs and text
zooster
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
[next]