aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2023-04-25zig fmtAndrew Kelley
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-24std: fix windows resource leaksJacob Young
2023-04-23Improvements to docs and textzooster
2023-04-23std.os.linux: Add new CAP constantsHubert Jasudowicz
2023-04-22Merge pull request #15356 from jacobly0/cbe-std-testsAndrew Kelley
2023-04-22doc: fix minor grammar issues-k
2023-04-21std: disable failing testJacob Young
2023-04-21cbe: enable CI for std testsJacob Young
2023-04-20Merge pull request #15316 from xEgoist/fileDispositionAndrew Kelley
2023-04-19work around an intermittent io_uring test failureAndrew Kelley
2023-04-18std: fix uses of comptime blocks in non-inline functionsmlugg
2023-04-18windows: Handle `DELETE_PENDING` in `DeleteFile`.xEgoist
2023-04-17windows: better error handling for DeleteFile.xEgoist
2023-04-16windows: use NtSetInformationFile in DeleteFile.xEgoist
2023-04-14windows: replace GetPhysicallyInstalledSystemMemory with ntdll.xEgoist
2023-04-06std.os: add mincore syscalljim price
2023-04-03x86_64: remove returns from naked functionsJacob Young
2023-03-30std: simplify VirtualProtectEx and fix ntdll signatureJakub Konka
2023-03-30std: move ntdll wrappers to std.os.windowsJakub Konka
2023-03-30coff: reimplement VirtualProtectEx using our own ntdll wrapperJakub Konka
2023-03-30Change ordering of prep provide buffers argsbing
2023-03-28bpf: add missing *const for helper functionsTw
2023-03-23fmt: lib/std/os/windows/ntdll.zigxEgoist
2023-03-23Refactored GetProcessMemoryInfo to return `VM_COUNTERS`xEgoist
2023-03-22Implemented Zig wrapper for `GetProcessMemoryInfo`xEgoist
2023-03-21Merge pull request #14841 from squeek502/is-cygwin-pty-stuffVeikka Tuominen
2023-03-19Fix GetFileInformationByHandle compile error (#14829)Reuben Dunnington
2023-03-19Remove std.os.windows.QueryInformationFile (a wrapper of NtQueryInformationFile)Ryan Liptak
2023-03-16disable bad std lib testsAndrew Kelley
2023-03-16std: move os/darwin.zig and related to c/darwin.zigJakub Konka
2023-03-15std lib tests: avoid cwd races by using std.testing.tmpDirAndrew Kelley
2023-03-15std.os.windows.OpenFile: handle DELETE_PENDINGAndrew Kelley
2023-03-15disable std lib unit tests that hard code port numbersAndrew Kelley
2023-03-15add std.process.totalSystemMemoryAndrew Kelley
2023-03-15std: child process API supports rusage dataAndrew Kelley
2023-03-15hot code swapping PoC workingAndrew Kelley
2023-03-15std.os.linux: add ptraceAndrew Kelley
2023-03-10eliminate posix_spawn from the standard libraryAndrew Kelley
2023-03-08os.isCygwinPty: Fix a bug, replace kernel32 call, and optimizeRyan Liptak
2023-03-07std.os.windows.advapi32: Add RegCloseKeyGaëtan
2023-03-03std: add fchmodatAndrew Kelley
2023-03-01Fixes #13893 - some standard library networking tests are failing on WindowsBinary Craft
2023-02-24fix RegQueryValueExW apiGaëtan S
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-15split `@qualCast` into `@constCast` and `@volatileCast`Veikka Tuominen
2023-02-05Update Linux syscall list for 6.1, support Mips64Stephen Gregoratto
2023-02-04Add support for mips64/mips64elSuirad
2023-02-01Merge pull request #14477 from Vexu/fixesAndrew Kelley
2023-01-31std.os.uefi: fix shift in pool allocator (again) (#14497)leap123