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-18
std: make all MIPS inline asm safe for MIPS I
Alex Rønne Petersen
2025-10-18
os.linux.timeval: use same field names as std.c
Brandon Black
2025-10-17
Merge pull request #25610 from alexrp/std-os-linux-cleanup
Alex Rønne Petersen
2025-10-17
windows: Always try using POSIX_SEMANTICS/etc for rename/delete
Ryan Liptak
2025-10-17
windows: make FILE_DISPOSITION_ constants pub
Ryan Liptak
2025-10-17
std.os.linux.tls: don't unnecessarily use std.posix
Alex Rønne Petersen
2025-10-17
std.os.linux: add incomplete x32 arch bits file
Alex Rønne Petersen
2025-10-17
std.os.linux: add incomplete mipsn32 arch bits file
Alex Rønne Petersen
2025-10-17
std.os.linux: clean up a bunch of dead consts
Alex Rønne Petersen
2025-10-17
std.os.linux: retranslate F_* constants and Flock struct, and move out of arc...
Alex Rønne Petersen
2025-10-17
std.os.linux: replace usize/isize in arch bits with fixed types for clarity
Alex Rønne Petersen
2025-10-17
std.os.linux: move some generic decls out of the arch bits
Alex Rønne Petersen
2025-10-16
std.os.linux.thumb: remove some @setRuntimeSafety(false) with no clear purpose
Alex Rønne Petersen
2025-10-16
std.os.linux: remove some pointless asm clobbers in naked fns
Alex Rønne Petersen
2025-10-16
std.os.linux: fix a bunch of syscall and time ABI issues on hexagon
Alex Rønne Petersen
2025-10-15
std.os.windows.CONTEXT: add sp field to getRegs() result for x86
Alex Rønne Petersen
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
[prev]
[next]