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-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
2025-04-30
linux: update `sigmask` in every arch `ucontext_t`
Pat Tullmann
2025-04-30
sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
Pat Tullmann
2025-04-30
std.os.linux: export kernel-sized sigset_t and operations
Pat Tullmann
2025-04-30
Fix Unexpected error for 1453 on Windows (#23729)
psbob
2025-04-28
std.os.linux: Add missing time_t definition for sparc64.
Alex Rønne Petersen
2025-04-27
Update Windows ReadFile and WriteFile to recognise Access Denied error when a...
psbob
2025-04-15
Return FileNotFound when CreateProcessW is called with a missing path (#23567)
phatchman
2025-04-15
std: add os.linux.sysinfo(), use it for process.totalSystemMemory()
Ryan King
2025-04-13
Merge pull request #23541 from alexrp/linux-5.10
Andrew Kelley
2025-04-11
Merge pull request #23272 from squeek502/getenvw-optim
Andrew Kelley
2025-04-11
std.os.linux: Use faccessat2 syscall in faccessat().
Alex Rønne Petersen
2025-04-10
Fix sigaddset/sigdelset bit-fiddling math
Pat Tullmann
2025-04-09
linux.zig: epoll_wait: pass kernel sigset size
Pat Tullmann
2025-04-08
Merge pull request #23376 from sweiglbosker/m68k-archbits
Alex Rønne Petersen
2025-04-07
std.os.linux: Add some missing arch bits for loongarch64.
Alex Rønne Petersen
2025-04-07
std: Disable usage of fstat() and friends on loongarch.
Alex Rønne Petersen
2025-04-07
std.os.linux: use heap.pageSize() instead of MMAP2_UNIT
Stefan Weigl-Bosker
2025-04-07
std.os.linux: add arch bits for m68k
Stefan Weigl-Bosker
2025-04-06
std.os.linux: add constants for ETH
Dacheng Gao
2025-04-04
fix review
Carmen
2025-04-04
OpenMode is exhaustive
Carmen
2025-04-04
dont return tuple, split into 2 functions
Carmen
2025-04-04
Payload -> @FieldType and use mem.sliceTo
Carmen
2025-04-04
std.os.uefi.protocol.File: fix some typed definitions
Carmen
2025-04-03
std.os.windows.PF: Add ARM_V83_LRCPC_INSTRUCTIONS_AVAILABLE.
Alex Rønne Petersen
2025-04-02
Merge pull request #22337 from ruihe774/fix-app-mask
Alex Rønne Petersen
2025-04-01
std.start: allow return uefi error union in main (#23425)
Carmen
2025-04-01
std.os.uefi.protocol: ziggify function signatures (#23214)
Carmen
2025-03-27
check result of mmap() call to handle a large base_addr value correctly
Sean Stasiak
2025-03-26
linux: don't export getauxval when not required
wooster0
2025-03-26
Merge pull request #23062 from ianic/io_uring_bind
Alex Rønne Petersen
2025-03-25
support more process creation options on Windows
Jonathan Marler
2025-03-24
lib/std: PermissionDenied/AccessDenied cleanup and fallout
Pat Tullmann
2025-03-24
windows: Use AccessDenied for ACCESS_DENIED on Windows
Pat Tullmann
2025-03-22
windows: Document Environment pointer
Ryan Liptak
2025-03-09
lib/std/os/uefi/status.zig: add error to enum conversion fn
Carmen
2025-03-08
std.time.epoch: change getDaysInMonth to accept the year as an argument
Jeremy Hertel
2025-03-05
io_uring: refactor buf_reg flags
Igor Anić
2025-03-05
io_uring: incremental provided buffer consumption
Igor Anić
[next]