aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
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
2023-01-30implement `@qualCast`Veikka Tuominen
2023-01-29std.os.uefi: fix shift in pool allocatorYusuf Bham
2023-01-24Merge pull request #14402 from kcbanner/cbe_x86_fixesAndrew Kelley
2023-01-24std: remove meta.assumeSentinelIsaac Freund
2023-01-23[UEFI] Delete unnecessary padding and fix number_of_pages typeDavid Gonzalez Martin
2023-01-23Merge pull request #14418 from ifreund/assume-sentinel-suxAndrew Kelley
2023-01-23cbe: fixes for x86kcbanner
2023-01-23std: eliminate pointless meta.assumeSentinel() usageIsaac Freund
2023-01-23std.os.windows: add possible error NETNAME_DELETED of ReadFileJan Philipp Hafer
2023-01-20std: implement os.mprotect on Windowsmlugg
2023-01-19Make `res` nullable in `getaddrinfo`Jarred Sumner
2023-01-19fix selectSymbol function pointersstar-tek-mb
2023-01-17Add std.os.darwin.cssmfn ⌃ ⌥
2023-01-17std.net.getAddressList: call WSAStartup on WindowsAndrew Kelley
2023-01-17clean up windows cert scanningAndrew Kelley
2023-01-17windows root certificate scanningstar-tek-mb