| Age | Commit message (Expand) | Author |
| 2023-06-10 | os/plan9: fix order of register setting in syscall1 | Jacob G-W |
| 2023-05-30 | Merge pull request #15905 from jacobly0/x86_64-hotfix | Jakub Konka |
| 2023-05-29 | Revert "Revert "Windows: Support UNC, rooted, drive relative, and namespaced/... | Jacob Young |
| 2023-05-29 | Prevent analysis of functions only referenced at comptime | mlugg |
| 2023-05-29 | Revert "Windows: Support UNC, rooted, drive relative, and namespaced/device p... | Andrew Kelley |
| 2023-05-29 | Windows: Support UNC, rooted, drive relative, and namespaced/device paths | Ryan Liptak |
| 2023-05-26 | std.Target adjustments | Veikka Tuominen |
| 2023-05-22 | fix type errors in os.linux (#15801) | yujiri8 |
| 2023-05-19 | std.os: add linux timer api | David CARLIER |
| 2023-05-13 | std.os: adding linux's sched_setaffinity and its wrapper | David CARLIER |
| 2023-05-13 | Merge pull request #15643 from Vexu/fixes | Veikka Tuominen |
| 2023-05-13 | linux adding some NUMA support | David CARLIER |
| 2023-05-11 | Add tc{set,get}pgrp to std.os.linux | Gregory Mullen |
| 2023-05-11 | fix incorrect use of mutable pointers to temporary values | Veikka Tuominen |
| 2023-05-07 | convert s[start..start+len] to s[start..][0..len] | dweiller |
| 2023-05-03 | bpf: correct return type of ringbuf_output helper | Tw |
| 2023-04-30 | std: fix a bunch of typos | Linus Groh |
| 2023-04-28 | std.os.windows: fix overlapping copy | Andrew Kelley |
| 2023-04-28 | std: update to use `@memcpy` directly | Andrew Kelley |
| 2023-04-28 | update codebase to use `@memset` and `@memcpy` | Andrew Kelley |
| 2023-04-27 | fix incorrect struct definition | 朕与将军解战袍 |
| 2023-04-25 | zig fmt | Andrew Kelley |
| 2023-04-25 | change semantics of `@memcpy` and `@memset` | Andrew Kelley |
| 2023-04-24 | std: fix windows resource leaks | Jacob Young |
| 2023-04-23 | Improvements to docs and text | zooster |
| 2023-04-23 | std.os.linux: Add new CAP constants | Hubert Jasudowicz |
| 2023-04-22 | Merge pull request #15356 from jacobly0/cbe-std-tests | Andrew Kelley |
| 2023-04-22 | doc: fix minor grammar issues | -k |
| 2023-04-21 | std: disable failing test | Jacob Young |
| 2023-04-21 | cbe: enable CI for std tests | Jacob Young |
| 2023-04-20 | Merge pull request #15316 from xEgoist/fileDisposition | Andrew Kelley |
| 2023-04-19 | work around an intermittent io_uring test failure | Andrew Kelley |
| 2023-04-18 | std: fix uses of comptime blocks in non-inline functions | mlugg |
| 2023-04-18 | windows: Handle `DELETE_PENDING` in `DeleteFile`. | xEgoist |
| 2023-04-17 | windows: better error handling for DeleteFile. | xEgoist |
| 2023-04-16 | windows: use NtSetInformationFile in DeleteFile. | xEgoist |
| 2023-04-14 | windows: replace GetPhysicallyInstalledSystemMemory with ntdll. | xEgoist |
| 2023-04-06 | std.os: add mincore syscall | jim price |
| 2023-04-03 | x86_64: remove returns from naked functions | Jacob Young |
| 2023-03-30 | std: simplify VirtualProtectEx and fix ntdll signature | Jakub Konka |
| 2023-03-30 | std: move ntdll wrappers to std.os.windows | Jakub Konka |
| 2023-03-30 | coff: reimplement VirtualProtectEx using our own ntdll wrapper | Jakub Konka |
| 2023-03-30 | Change ordering of prep provide buffers args | bing |
| 2023-03-28 | bpf: add missing *const for helper functions | Tw |
| 2023-03-23 | fmt: lib/std/os/windows/ntdll.zig | xEgoist |
| 2023-03-23 | Refactored GetProcessMemoryInfo to return `VM_COUNTERS` | xEgoist |
| 2023-03-22 | Implemented Zig wrapper for `GetProcessMemoryInfo` | xEgoist |
| 2023-03-21 | Merge pull request #14841 from squeek502/is-cygwin-pty-stuff | Veikka Tuominen |
| 2023-03-19 | Fix GetFileInformationByHandle compile error (#14829) | Reuben Dunnington |
| 2023-03-19 | Remove std.os.windows.QueryInformationFile (a wrapper of NtQueryInformationFile) | Ryan Liptak |