| Age | Commit message (Expand) | Author |
| 2021-12-06 | std.os: handle ETXTBSY from open() | Andrew Kelley |
| 2021-12-02 | std.os.execve: handle EBADEXEC and EBADARCH | Andrew Kelley |
| 2021-11-30 | libstd: handle rmdirZ INVAL error (#10145) | Jeremy Fillingim |
| 2021-11-30 | std lib API deprecations for the upcoming 0.9.0 release | Andrew Kelley |
| 2021-11-20 | add `NotLink` error (#9877) | Ali Chraghi |
| 2021-11-15 | Add `chmod` and `chown` | Ominitay |
| 2021-11-11 | Merge pull request #9935 from g-w1/plan9-std | Jakub Konka |
| 2021-11-09 | std: ppoll: cast number of fds to nfds_t | Gregory Anders |
| 2021-11-09 | add initial plan9 support to std | Jacob G-W |
| 2021-11-01 | std: add Linux perf syscall bits | Andrew Kelley |
| 2021-10-15 | std.os: another workaround for stage1 `@minimum` behavior | Andrew Kelley |
| 2021-10-15 | std.os: add workarounds for stage1 `@minimum` implementation | Andrew Kelley |
| 2021-10-14 | stage2: implement `@minimum` and `@maximum`, including vectors | Andrew Kelley |
| 2021-10-04 | migrate from `std.Target.current` to `@import("builtin").target` | Andrew Kelley |
| 2021-09-25 | os.flock: FreeBSD can return EOPNOTSUPP | xackus |
| 2021-09-24 | Initial bringup of the Solaris/Illumos port | Stephen Gregoratto |
| 2021-09-12 | os: usingnamespace fixes for std.x.os.Socket and std.os.TCP | Kenta Iwasaki |
| 2021-09-01 | std: dirent is not part of posix | Andrew Kelley |
| 2021-09-01 | std.os reorg: more fixes caught by CI | Andrew Kelley |
| 2021-09-01 | std.os fixes to get the test suite passing again | Andrew Kelley |
| 2021-09-01 | std: fix regressions from this branch | Andrew Kelley |
| 2021-09-01 | std: reorganization that allows new usingnamespace semantics | Andrew Kelley |
| 2021-09-01 | std.os.windows: reorg to avoid `usingnamespace` | Andrew Kelley |
| 2021-09-01 | std.os: fix FILENO constants mapped to wrong values | Andrew Kelley |
| 2021-09-01 | std.os: more reorganization efforts | Andrew Kelley |
| 2021-09-01 | std: reorganize std.c to eliminate `usingnamespace` | Andrew Kelley |
| 2021-09-01 | std.os reorganization, avoiding `usingnamespace` | Andrew Kelley |
| 2021-08-24 | remove redundant license headers from zig standard library | Andrew Kelley |
| 2021-08-24 | std: [breaking] move errno to become an nonexhaustive enum | Andrew Kelley |
| 2021-08-22 | std.os: (p)writev should perform partial writes if iov.len > IOV_MAX | daurnimator |
| 2021-08-09 | Merge remote-tracking branch 'origin' into libc-wasi-test | Takeshi Yoneda |
| 2021-08-06 | Update all usages of mem.split/mem.tokenize for generic version | Ryan Liptak |
| 2021-07-27 | WASI,libc: enable tests. | Takeshi Yoneda |
| 2021-07-20 | std: remove dead code in std.os.read | charlieman |
| 2021-07-15 | Add NotDir as possible error for os.inotify_add_watch | Ryan Liptak |
| 2021-06-21 | fix code broken from previous commit | Jacob G-W |
| 2021-06-21 | std, src, doc, test: remove unused variables | Jacob G-W |
| 2021-06-20 | std: Make copy_file_range checks run at compile-time | LemonBoy |
| 2021-06-14 | CLI: rename --override-lib-dir to --zig-lib-dir | Andrew Kelley |
| 2021-06-14 | Add std.os.dup() | Samadi van Koten |
| 2021-06-11 | c.zig: fix waitpid() definition | codic12 |
| 2021-06-10 | zig fmt | Andrew Kelley |
| 2021-06-04 | Merge pull request #8750 from lithdew/master | Andrew Kelley |
| 2021-06-01 | handle LimitToBig error on setrlimit | Jonathan Marler |
| 2021-06-01 | os: make msghdr, msghdr_const, and sockaddr_storage backwards-compatible | Kenta Iwasaki |
| 2021-06-01 | os: have sendmsg, recvmsg flags be c_int | lithdew |
| 2021-06-01 | x/io, x/os: async i/o reactor, cross-platform socket syscalls and bits | lithdew |
| 2021-05-31 | std.sync.atomic: extended atomic helper functions (#8866) | protty |
| 2021-05-22 | std.os: munmap takes a const pointer | Sobeston |
| 2021-05-20 | std: Windows: WSASocketW ensures WSAStartup | Andrew Kelley |