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
2024-07-28
chore: correct non-standard comments.
matt ettler
2024-07-28
Merge pull request #20667 from jayrod246/windows-watch
Andrew Kelley
2024-07-28
feat(std.os.uefi.protocol): add Serial IO
Matthew Ettler
2024-07-27
Watch.zig: add initial windows implementation
Jarrod Meyer
2024-07-27
windows: reintroduce ReadDirectoryChangesW
Jarrod Meyer
2024-07-27
windows: add Timeout status result for GetQueuedCompletionStatus
Jarrod Meyer
2024-07-27
windows: make the WaitForMultipleObjectsEx assertion inclusive
Jarrod Meyer
2024-07-26
std.os.linux: Fix default value for perf_event_attr.clockid field.
Alex Rønne Petersen
2024-07-24
std.os.linux.start_pie: Add hexagon support.
Alex Rønne Petersen
2024-07-24
std.os.linux.start_pie: Add arc support.
Alex Rønne Petersen
2024-07-24
std.os.linux.start_pie: Add csky support.
Alex Rønne Petersen
2024-07-24
std.os.linux.start_pie: Handle armeb, thumb, thumbeb, and aarch64_be too.
Alex Rønne Petersen
2024-07-24
Merge pull request #20749 from alexrp/start-pie
Andrew Kelley
2024-07-24
std.os.linux.start_pie: Add s390x support.
Alex Rønne Petersen
2024-07-24
std.os.linux.start_pie: Add m68k support.
Alex Rønne Petersen
2024-07-24
std.os.linux.start_pie: Add loongarch support.
Alex Rønne Petersen
2024-07-23
std.os.linux.tls: Fix setThreadPointer() for armeb and thumbeb.
Alex Rønne Petersen
2024-07-23
std.os.linux.tls: Set some constants correctly for powerpcle.
Alex Rønne Petersen
2024-07-23
std.os.linux.tls: Set tls_tcb_size correctly for thumbeb.
Alex Rønne Petersen
2024-07-23
std.os.linux.tls: Set tls_variant correctly for thumbeb.
Alex Rønne Petersen
2024-07-23
std.os.linux.AUDIT: Fix s390x; add loongarch64 and xtensa.
Alex Rønne Petersen
2024-07-23
std.os.linux: Also define O for armeb and thumbeb.
Alex Rønne Petersen
2024-07-23
std.os.linux: Also define MAP for armeb and thumbeb.
Alex Rønne Petersen
2024-07-23
std.os.linux: Define (MIN)SIGSTKSZ for all supported Linux architectures.
Alex Rønne Petersen
2024-07-23
std.os.linux: Define syscalls for armeb and thumbeb too.
Alex Rønne Petersen
2024-07-23
std.os.linux: Import arch bits for armeb and thumbeb too.
Alex Rønne Petersen
2024-07-23
add std.testing.random_seed
Andrew Kelley
2024-07-22
update start code to use `@disableInstrumentation`
Andrew Kelley
2024-07-22
std: Wrap setpgid on POSIX
Nguyễn Gia Phong
2024-07-21
std.os.linux: sched_setaffinity fix (#20357)
Gabor Lekeny
2024-07-19
Merge pull request #20679 from ziglang/std.c-reorg
Andrew Kelley
2024-07-19
fix regression of flock being called on wasi targets
Andrew Kelley
2024-07-19
fix fanotify_mark on 32-bit
Techatrix
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-17
Windows: Rework kernel32 apis
Stephen Gregoratto
2024-07-17
QueryObjectName: Add error union
Stephen Gregoratto
2024-07-15
Better implementation of GetLastError. (#20623)
Lucas Santos
2024-07-15
std.os.linux: export getauxval only when building executable or root has main...
Vesim
2024-07-13
Replace GetCommandLineW with PEB access, delete GetCommandLine bindings
Ryan Liptak
2024-07-12
std.os.linux: type safety for fanotify metadata event mask field
Andrew Kelley
2024-07-12
std.os.linux: add AT.HANDLE_FID
Andrew Kelley
2024-07-12
std.os.linux: fanotify_init, fanotify_mark, name_to_handle_at
Andrew Kelley
2024-07-09
Merge pull request #20561 from jacobly0/debug-segfaults
Andrew Kelley
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-07-09
bpf: sync map/prog/attach type with latest linux kernel
Tw
2024-07-09
debug: prevent segfaults on linux
Jacob Young
2024-07-03
Add two new io_uring flags to linux.zig
Nikita
2024-06-20
io_uring: don't assume completions order (2)
Igor Anić
2024-06-13
Fix futex2_waitv syscall
Peng Guanwen
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
[next]