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
/
plan9.zig
Age
Commit message (
Expand
)
Author
2025-04-30
sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
Pat Tullmann
2025-02-06
runtime page size detection
Archbirdplus
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-23
haiku: debitrot
Jacob Young
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-08-02
Plan 9: add more features to std.os.plan9
Jacob G-W
2023-08-02
std: add SbrkAllocator and use it for Plan 9
Jacob G-W
2023-08-02
plan 9: filesystem support
Jacob G-W
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-16
plan9: flesh out stdlib enough to allow not using simplified start logic
Jacob G-W
2022-08-07
remove 'builtin.stage2_arch', Sema is smart enough now
Meghan Denny
2021-11-09
plan9: more syscalls
Jacob G-W
2021-11-09
fix outputs in inline assembly
Jacob G-W
2021-11-09
add initial plan9 support to std
Jacob G-W