COMMITS
/ lib/std/process.zig April 11, 2025
R
std: add os.linux.sysinfo(), use it for process.totalSystemMemory()
Ryan King committed
A
Merge pull request #23272 from squeek502/getenvw-optim
Andrew Kelley committed
April 12, 2025
A
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley committed
March 26, 2025
A
std.process: Fix getBaseAddress() to handle all Darwin OSs.
Alex Rønne Petersen committed
A
std.process: Don't use _mh_execute_header in getBaseAddress() on BSDs.
Alex Rønne Petersen committed
A
std.process: Fix getBaseAddress() for linux + libc.
Alex Rønne Petersen committed
March 17, 2025
R
getenvW: Take advantage of sliceTo/indexOfScalarPos optimizations
Ryan Liptak committed
March 18, 2025
R
std.process: Allow WTF-8 in env var functions with comptime-known keys
Ryan Liptak committed
R
createWindowsEnvBlock: Reduce NUL terminator count to only what's required
Ryan Liptak committed
March 10, 2025
L
std: Add support for SerenityOS in various places
Linus Groh committed
January 29, 2025
A
adjust runtime page size APIs
Andrew Kelley committed
October 20, 2024
A
runtime page size detection
Archbirdplus committed
February 5, 2025
J
std.process: adding hasNonEmptyEnvVar() and using for NO_COLOR
John Benediktsson committed
January 17, 2025
A
Fix chdirC compile error
Adheesh Wadkar committed
July 20, 2024
A
move std.zig.fatal to std.process.fatal
Andrew Kelley committed
July 19, 2024
A
std.c reorganization
Andrew Kelley committed
July 14, 2024
R
ArgIteratorWindows.init: Take `[]const u16` slice instead of multi-item pointer
Ryan Liptak committed
R
Replace GetCommandLineW with PEB access, delete GetCommandLine bindings
Ryan Liptak committed
July 13, 2024
R
R
ArgIteratorWindows: Clarify buffer length comment
Ryan Liptak committed
July 12, 2024
R
ArgIteratorWindows: Reduce allocated memory by parsing the WTF-16 string directly
Ryan Liptak committed
July 9, 2024
J
std: fix typos (#20560)
Jora Troosh committed
May 3, 2024
R
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak committed
May 27, 2024
A
std.process.cleanExit: lock stderr before exiting
Andrew Kelley committed
May 26, 2024
A
std.process: fix compilation on 32-bit targets
Andrew Kelley committed
J
Progress: fix compile errors on windows
Jacob Young committed
May 24, 2024
A
std.process.Child: fix ZIG_PROGRESS env var handling
Andrew Kelley committed
May 23, 2024
A
std.Progress: child process sends updates via IPC
Andrew Kelley committed
A
std: restructure child process namespace
Andrew Kelley committed
May 9, 2024
J
handle visionos target OS tag in the compiler
Jakub Konka committed
May 4, 2024
A
introduce std.process.raiseFileDescriptorLimit
Andrew Kelley committed
April 15, 2024
R
ArgIteratorWindows: Match post-2008 C runtime rather than CommandLineToArgvW
Ryan Liptak committed
March 13, 2024
A
std: promote tests to doctests
Andrew Kelley committed
March 19, 2024
A
extract std.posix from std.os
Andrew Kelley committed
February 10, 2024
R
Use stack fallback allocator to usually avoid extra heap allocation in getEnvVarOwned
Ryan Liptak committed
February 14, 2024
R
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak committed
February 3, 2024
R
Update deprecated `std.unicode` function usages
Ryan Liptak committed
February 7, 2024
I
doc: fix typo in getEnvMap
Ian Kerins committed
January 22, 2024
T
std.process: return u64 in totalSystemMemory
Tristan Ross committed
December 18, 2023
C
Update `ArgIterator` on Windows to follow standard Windows parsing rules
Carl Åstholm committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed
October 7, 2023
A
CLI: finish updating module API usage
Andrew Kelley committed
October 1, 2023
S
Add illumos OS tag
Stephen Gregoratto committed
August 1, 2023
K
std.process.totalSystemMemory: return correct error type on FreeBSD
Kitty-Cricket Piapiac committed
July 31, 2023
A
Revert "std.process: further totalSystemMemory portage"
Andrew Kelley committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 15, 2023
E
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov committed
M
openbsd: fix std.c.getdents and debitrot
Michael Dusan committed
June 2, 2023
J
InternPool: add optional coercion
Jacob Young committed
J
process: add more missing const
Jacob Young committed