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
2023-10-06
Add pause() to linux.zig
Ratakor
2023-10-06
Add filled_sigset to os.linux
Ratakor
2023-10-04
x86_64: implement C abi for 128-bit integers
Jacob Young
2023-10-04
linux: add fanotify API
nikneym
2023-10-04
Update IORING_OP to reflect upstream (#17388)
Kai Jellinghaus
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-09-28
Linux: Add cachestat wrapper.
Stephen Gregoratto
2023-09-28
Update Linux syscalls for kernel 5.5
Stephen Gregoratto
2023-09-26
Add new fields to io_sqring_offsets & io_cqring_offsets
Kai Jellinghaus
2023-09-22
Added basic support for wasm32-emscripten target
Aven Bross
2023-09-18
wasi: update `sock_recv` and `sock_send` according to preview1
nikneym
2023-09-15
bpf: remove unhelpful "comptime" and fix union order
bfredl
2023-09-14
std: add compile error when using `std.os.getenv` on the wasi target
Rafael Fernández López
2023-09-04
Merge pull request #16977 from kcbanner/lib_getauxval_fixup
Jakub Konka
2023-09-04
Make a Couple Syscall Comments Consistent (#17066)
Jim Calabro
2023-09-03
std.os+windows: isAtLeast(.win10_rs5) in renameatW(), DeleteFile() for posix ...
Jan Philipp Hafer
2023-08-27
linux: fixup for platforms that don't support extern functions yet
kcbanner
2023-08-27
linux: only export getauxval if not linking libc
kcbanner
2023-08-27
linux: instead of export elf_aux_maybe, export getauxval itself
kcbanner
2023-08-26
linux: export elf_aux_maybe so that libraries can call getauxval
kcbanner
2023-08-25
fix compile errors introduced by #16953 (#16955)
xdBronch
2023-08-24
std.os.uefi: reorganize namespaces
Andrew Kelley
2023-08-23
std.windows: use atomic rename, if possible (#16717)
matu3ba
2023-08-18
Add NetworkNotFound to ReadLinkError
Ryan Liptak
2023-08-17
Fix ntToWin32Namespace and friends on big endian architectures
Ryan Liptak
2023-08-15
windows.GetFinalPathNameByHandle: Support UNC paths
Ryan Liptak
2023-08-15
Fix windows.CreateSymbolicLink/ReadLink for non-relative paths
Ryan Liptak
2023-08-12
Merge pull request #16783 from squeek502/fs-too-many-parent-dirs
Andrew Kelley
2023-08-11
Windows: Fix `TooManyParentDirs` handling for paths that shouldn't be cwd-rel...
Ryan Liptak
2023-08-09
linux: add setsid
mllken
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-07-31
Merge pull request #16622 from jacobly0/cbe-asm-compat
Andrew Kelley
2023-07-31
Revert "linux adding some NUMA support"
Andrew Kelley
2023-07-31
Revert "std.os: adding linux's sched_setaffinity and its wrapper"
Andrew Kelley
2023-07-31
Revert "std.os: add linux timer api"
Andrew Kelley
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-31
std: cleanup asm usage
Jacob Young
2023-07-28
windows_sdk.zig: Reinstate COM ISetupEnumInstances logic
Ryan Liptak
2023-07-27
Add fs.path.ComponentIterator and use it in Dir.makePath
Ryan Liptak
2023-07-27
windows.OpenFile/DeleteFile: Add NetworkNotFound as a possible error
Ryan Liptak
2023-07-25
std.os.linux | Fix sendmmsg function | Issue #16513
Zachary Raineri
2023-07-24
io_uring: let the OS choose a free local port for all tests
mllken
2023-07-24
Use builtin inference over @as where possible
Zachary Raineri
2023-07-24
Merge pull request #15657 from BratishkaErik/windows-sdk-finder-port-to-zig
Andrew Kelley
2023-07-23
Handle INVALID_DEVICE_REQUEST in std.os.windows.DeviceIoControl
Ryan Liptak
2023-07-23
child_process: Fix regression on Windows for FAT filesystems
Ryan Liptak
2023-07-23
std.os.windows.advapi32: add RegLoadAppKeyW
Eric Joldasov
2023-07-23
std.os.windows.advapi32: add RegGetValueW
Eric Joldasov
[next]