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-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
2025-07-16
canonicalize loongarch clobbers
Andrew Kelley
2025-07-16
fix mips inline asm
Andrew Kelley
2025-07-16
remove condition codes
Andrew Kelley
2025-07-16
zig fmt
Andrew Kelley
2025-07-15
std.os.windows: restore sendmsg, sendto, recvfrom
Andrew Kelley
2025-07-12
std.os.uefi.tables: ziggify boot and runtime services (#23441)
Carmen
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-09
std: fmt.format to io.Writer.print
Andrew Kelley
2025-07-08
std.os.freebsd.copy_file_range: add missing error.Unexpected
Andrew Kelley
2025-07-08
update format strings in os/windows/test.zig
Andrew Kelley
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
os: fix missing and incorrect msghdr definitions
Nameless
2025-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2025-07-01
std.os.linux: Define ucontext_t and mcontext_t for RISC-V
Alex Rønne Petersen
2025-06-22
Update 32-bit PowerPC syscall functions
taylor.fish
2025-06-21
Fix illegal behavior from syscalls on powerpc64le
taylor.fish
2025-06-18
linux: futex v2 API updates
Pat Tullmann
2025-06-17
linux: futex v1 API cleanup
Pat Tullmann
2025-06-02
windows: Delete obsolete environment variable kernel32 wrappers and bindings
Ryan Liptak
2025-05-20
compiler: Scaffold stage2_powerpc backend.
Alex Rønne Petersen
2025-05-18
start: Don't artificially limit some posixCallMainAndExit() logic to Linux.
Alex Rønne Petersen
2025-05-11
Merge pull request #23810 from alexrp/more-test-targets
Alex Rønne Petersen
2025-05-10
Fix implementation of std.os.linux.accept on x86
Michael Pfaff
2025-05-09
std.posix: Add sigrtmin() and sigrtmax()
Pat Tullmann
2025-05-09
std: fix `error.Unexpected` on certain Windows file operations
HydroH
2025-05-08
std: Disable `os.linux.test.test.fallocate` on MIPS N32.
Alex Rønne Petersen
2025-05-06
Add register_file_alloc_range
Seiichi Uchida
2025-05-03
disable getauxvalImpl instrumentation as libfuzzer's allocator may need to ca...
tjog
2025-05-01
Merge pull request #23601 from rootbeer/sig-split
Alex Rønne Petersen
2025-05-01
fix(windows): handle commitment limit error in CreateProcessW
David John
2025-05-01
fix mount api
Cutie Deng
2025-04-30
std.os.linux: Fix MIPS signal numbers
Pat Tullmann
[prev]
[next]