aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2023-06-10os/plan9: fix order of register setting in syscall1Jacob G-W
2023-05-30Merge pull request #15905 from jacobly0/x86_64-hotfixJakub Konka
2023-05-29Revert "Revert "Windows: Support UNC, rooted, drive relative, and namespaced/...Jacob Young
2023-05-29Prevent analysis of functions only referenced at comptimemlugg
2023-05-29Revert "Windows: Support UNC, rooted, drive relative, and namespaced/device p...Andrew Kelley
2023-05-29Windows: Support UNC, rooted, drive relative, and namespaced/device pathsRyan Liptak
2023-05-26std.Target adjustmentsVeikka Tuominen
2023-05-22fix type errors in os.linux (#15801)yujiri8
2023-05-19std.os: add linux timer apiDavid CARLIER
2023-05-13std.os: adding linux's sched_setaffinity and its wrapperDavid CARLIER
2023-05-13Merge pull request #15643 from Vexu/fixesVeikka Tuominen
2023-05-13linux adding some NUMA supportDavid CARLIER
2023-05-11Add tc{set,get}pgrp to std.os.linuxGregory Mullen
2023-05-11fix incorrect use of mutable pointers to temporary valuesVeikka Tuominen
2023-05-07convert s[start..start+len] to s[start..][0..len]dweiller
2023-05-03bpf: correct return type of ringbuf_output helperTw
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-28std.os.windows: fix overlapping copyAndrew Kelley
2023-04-28std: update to use `@memcpy` directlyAndrew Kelley
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-27fix incorrect struct definition朕与将军解战袍
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