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
/
process.zig
Age
Commit message (
Expand
)
Author
2025-10-10
replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/
usebeforefree
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
process.totalSystemMemory: Avoid overflow on Linux when totalram is a 32-bit ...
Ryan Liptak
2025-08-25
add macOS handling for totalSystemMemory (#24903)
Sardorbek Imomaliev
2025-08-21
drop NameTooLong from sysctlbynameZ error set (#24909)
Sardorbek Imomaliev
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-04-15
std: add os.linux.sysinfo(), use it for process.totalSystemMemory()
Ryan King
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-04-11
Merge pull request #23272 from squeek502/getenvw-optim
Andrew Kelley
2025-03-26
std.process: Fix getBaseAddress() to handle all Darwin OSs.
Alex Rønne Petersen
2025-03-26
std.process: Don't use _mh_execute_header in getBaseAddress() on BSDs.
Alex Rønne Petersen
2025-03-26
std.process: Fix getBaseAddress() for linux + libc.
Alex Rønne Petersen
2025-03-22
getenvW: Take advantage of sliceTo/indexOfScalarPos optimizations
Ryan Liptak
2025-03-17
std.process: Allow WTF-8 in env var functions with comptime-known keys
Ryan Liptak
2025-03-17
createWindowsEnvBlock: Reduce NUL terminator count to only what's required
Ryan Liptak
2025-03-11
std: Add support for SerenityOS in various places
Linus Groh
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-02-06
std.process: adding hasNonEmptyEnvVar() and using for NO_COLOR
John Benediktsson
2025-01-20
Fix chdirC compile error
Adheesh Wadkar
2024-07-20
move std.zig.fatal to std.process.fatal
Andrew Kelley
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-13
ArgIteratorWindows.init: Take `[]const u16` slice instead of multi-item pointer
Ryan Liptak
2024-07-13
Replace GetCommandLineW with PEB access, delete GetCommandLine bindings
Ryan Liptak
2024-07-13
ArgIteratorWindows: Store last emitted code unit instead of checking the last...
Ryan Liptak
2024-07-13
ArgIteratorWindows: Clarify buffer length comment
Ryan Liptak
2024-07-13
ArgIteratorWindows: Reduce allocated memory by parsing the WTF-16 string dire...
Ryan Liptak
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-05-27
std.process.cleanExit: lock stderr before exiting
Andrew Kelley
2024-05-27
std.process: fix compilation on 32-bit targets
Andrew Kelley
2024-05-27
Progress: fix compile errors on windows
Jacob Young
2024-05-27
std.process.Child: fix ZIG_PROGRESS env var handling
Andrew Kelley
2024-05-27
std.Progress: child process sends updates via IPC
Andrew Kelley
2024-05-26
std: restructure child process namespace
Andrew Kelley
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-05-03
introduce std.process.raiseFileDescriptorLimit
Andrew Kelley
2024-04-15
ArgIteratorWindows: Match post-2008 C runtime rather than CommandLineToArgvW
Ryan Liptak
2024-03-21
std: promote tests to doctests
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-02-24
Use stack fallback allocator to usually avoid extra heap allocation in getEnv...
Ryan Liptak
2024-02-24
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak
2024-02-24
Update deprecated `std.unicode` function usages
Ryan Liptak
2024-02-07
doc: fix typo in getEnvMap
Ian Kerins
2024-01-23
std.process: return u64 in totalSystemMemory
Tristan Ross
2023-12-18
Update `ArgIterator` on Windows to follow standard Windows parsing rules
Carl Åstholm
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-08
CLI: finish updating module API usage
Andrew Kelley
2023-10-02
Add illumos OS tag
Stephen Gregoratto
[next]