aboutsummaryrefslogtreecommitdiff
path: root/lib/std/process.zig
AgeCommit message (Expand)Author
2025-10-10replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/usebeforefree
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-28process.totalSystemMemory: Avoid overflow on Linux when totalram is a 32-bit ...Ryan Liptak
2025-08-25add macOS handling for totalSystemMemory (#24903)Sardorbek Imomaliev
2025-08-21drop NameTooLong from sysctlbynameZ error set (#24909)Sardorbek Imomaliev
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-04-15std: add os.linux.sysinfo(), use it for process.totalSystemMemory()Ryan King
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-04-11Merge pull request #23272 from squeek502/getenvw-optimAndrew Kelley
2025-03-26std.process: Fix getBaseAddress() to handle all Darwin OSs.Alex Rønne Petersen
2025-03-26std.process: Don't use _mh_execute_header in getBaseAddress() on BSDs.Alex Rønne Petersen
2025-03-26std.process: Fix getBaseAddress() for linux + libc.Alex Rønne Petersen
2025-03-22getenvW: Take advantage of sliceTo/indexOfScalarPos optimizationsRyan Liptak
2025-03-17std.process: Allow WTF-8 in env var functions with comptime-known keysRyan Liptak
2025-03-17createWindowsEnvBlock: Reduce NUL terminator count to only what's requiredRyan Liptak
2025-03-11std: Add support for SerenityOS in various placesLinus Groh
2025-02-06adjust runtime page size APIsAndrew Kelley
2025-02-06runtime page size detectionArchbirdplus
2025-02-06std.process: adding hasNonEmptyEnvVar() and using for NO_COLORJohn Benediktsson
2025-01-20Fix chdirC compile errorAdheesh Wadkar
2024-07-20move std.zig.fatal to std.process.fatalAndrew Kelley
2024-07-19std.c reorganizationAndrew Kelley
2024-07-13ArgIteratorWindows.init: Take `[]const u16` slice instead of multi-item pointerRyan Liptak
2024-07-13Replace GetCommandLineW with PEB access, delete GetCommandLine bindingsRyan Liptak
2024-07-13ArgIteratorWindows: Store last emitted code unit instead of checking the last...Ryan Liptak
2024-07-13ArgIteratorWindows: Clarify buffer length commentRyan Liptak
2024-07-13ArgIteratorWindows: Reduce allocated memory by parsing the WTF-16 string dire...Ryan Liptak
2024-07-09std: fix typos (#20560)Jora Troosh
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-05-27std.process.cleanExit: lock stderr before exitingAndrew Kelley
2024-05-27std.process: fix compilation on 32-bit targetsAndrew Kelley
2024-05-27Progress: fix compile errors on windowsJacob Young
2024-05-27std.process.Child: fix ZIG_PROGRESS env var handlingAndrew Kelley
2024-05-27std.Progress: child process sends updates via IPCAndrew Kelley
2024-05-26std: restructure child process namespaceAndrew Kelley
2024-05-09handle visionos target OS tag in the compilerJakub Konka
2024-05-03introduce std.process.raiseFileDescriptorLimitAndrew Kelley
2024-04-15ArgIteratorWindows: Match post-2008 C runtime rather than CommandLineToArgvWRyan Liptak
2024-03-21std: promote tests to doctestsAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-02-24Use stack fallback allocator to usually avoid extra heap allocation in getEnv...Ryan Liptak
2024-02-24Fix handling of Windows (WTF-16) and WASI (UTF-8) pathsRyan Liptak
2024-02-24Update deprecated `std.unicode` function usagesRyan Liptak
2024-02-07doc: fix typo in getEnvMapIan Kerins
2024-01-23std.process: return u64 in totalSystemMemoryTristan Ross
2023-12-18Update `ArgIterator` on Windows to follow standard Windows parsing rulesCarl Åstholm
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-08CLI: finish updating module API usageAndrew Kelley
2023-10-02Add illumos OS tagStephen Gregoratto