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
Age
Commit message (
Expand
)
Author
2025-10-14
std.os.linux.sparc64: use icc instead of xcc in asm clobbers
Alex Rønne Petersen
2025-10-10
windows: workaround kernel race condition
Jacob Young
2025-10-10
replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/
usebeforefree
2025-10-10
std: stop exposing anything having to do with ucontext_t
Alex Rønne Petersen
2025-10-09
std.os.linux: define PROT.SEM for xtensa
Alex Rønne Petersen
2025-10-09
std.os.linux: remove dead/wrong msghdr definitions in some arch bits
Alex Rønne Petersen
2025-10-07
std.os.linux: add ucontext_t and mcontext_t for mips/mips64
Alex Rønne Petersen
2025-10-07
std.os.linux: minor NFC corrections to hexagon ucontext_t and mcontext_t
Alex Rønne Petersen
2025-10-05
std.os.linux: add mcontext_t and ucontext_t for hexagon
Alex Rønne Petersen
2025-10-03
std.os.linux: improve the s390x mcontext_t definition
Alex Rønne Petersen
2025-09-30
std: rework/remove ucontext_t
mlugg
2025-09-30
std: fix os.linux.x86.syscall6
mlugg
2025-09-30
replace usages of old std.debug APIs
mlugg
2025-09-28
std.os.linux: delete restore and restore_rt for hexagon, loongarch, mips, riscv
Alex Rønne Petersen
2025-09-28
std.os.linux: delete SA.RESTORER and k_sigaction.restorer for hexagon, loonga...
Alex Rønne Petersen
2025-09-23
Don't specify clobbers in `restore_rt`
taylor.fish
2025-09-23
Fix PowerPC `restore_rt`
taylor.fish
2025-09-24
use copy_file_range syscall on linux
rpkak
2025-09-24
Fix PowerPC syscalls causing invalid code from CBE
taylor.fish
2025-09-17
Merge pull request #25195 from blblack/netdefs
Andrew Kelley
2025-09-17
Merge pull request #25217 from blblack/setsiderr
Andrew Kelley
2025-09-17
Merge pull request #25225 from Justus2308/darwin-fixes
Andrew Kelley
2025-09-15
bpf: use bitCast instead of intCast in ld_imm_impl
George Huebner
2025-09-13
std.os.linux.ptrace: add PTRACE_EVENT_* and PTRACE_O_* values
Justus Klausecker
2025-09-12
linux: Doc and check retval for no-fail pid calls
Brandon Black
2025-09-12
std.os.linux.setsid(): return raw syscall0 result
Brandon Black
2025-09-12
std.os.linux.socketpair(): switch to unsigned args
Brandon Black
2025-09-09
std: add IP, IPV6, IPTOS sockopt constants
Brandon Black
2025-09-09
std: add linger struct for SO.LINGER
Brandon Black
2025-09-09
std: add in_pktinfo and in6_pktinfo structs defs
Brandon Black
2025-09-09
std: Add SCM constants for socket control messages
Brandon Black
2025-09-03
Fix cmsghdr struct for the *nixes
Brandon Black
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
std.os.uefi: fix type error at MemoryType.format()
tokyo4j
2025-08-28
std.os.linux: powerpc syscalls clobber ctr and xer
Alex Rønne Petersen
2025-08-25
os.linux: faccessat wrapper prefer to faccessat syscall when flags is zero.
Qun He
2025-08-21
std.os.uefi: Fix typo that causes compile time error #22809"
Lwazi Dube
2025-08-18
Expanded std.os.linux perf-related definitions (#24264)
Giuseppe Cesarano
2025-08-16
implement registering NAPI on IoUring (#24850)
Özgür Akkurt
2025-08-14
Linux: Use time64 syscalls when available
Stephen Gregoratto
2025-08-14
Linux: Update syscall list for 6.16
Stephen Gregoratto
2025-08-08
std.os.windows: map RtlGenRandom() failure to error.SystemResources
Alex Rønne Petersen
2025-08-07
Merge pull request #24709 from rootbeer/24380-fstatat-race-fix
Alex Rønne Petersen
2025-08-07
Merge pull request #24199 from Justus2308/24106-fmt-casts
Matthew Lugg
2025-08-06
linux/mips.zig: Use `i32` for stat nsec fields
Pat Tullmann
2025-08-06
#24471: add mlock syscalls to std.os.linux
kj4tmp@gmail.com
2025-08-05
std: replace various mem copies with `@memmove`
Andrew Kelley
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-18
std.os.uefi.protocol.file: fix getInfo() buffer alignment (#24496)
AsmArtisan256
[next]