| Age | Commit message (Expand) | Author |
| 2021-05-11 | std: Add more tests, fix broken code | LemonBoy |
| 2021-05-11 | std: Harmonize use of off_t between libc and Zig impls | LemonBoy |
| 2021-05-11 | std: Fix cast that's sometimes invalid | LemonBoy |
| 2021-05-11 | std: Prefer 64bit libc functions where possible | LemonBoy |
| 2021-05-10 | x/os, os: fix setsockopt on windows, simplify Socket.setOption error set | lithdew |
| 2021-05-10 | x/os, x/net, os:, fix typos/errors, add missing constants/docs | lithdew |
| 2021-05-10 | std/os, x/os/socket: windows support, socket helpers, getpeername() | lithdew |
| 2021-05-09 | Shorten | Frank Denis |
| 2021-05-09 | Initialize the Stat structure | Frank Denis |
| 2021-04-30 | rename doc refs to deprecated functions like openC (#8467) | Devin Bayer |
| 2021-04-30 | Handle EPERM and ELOOP in os.fstatat() | Yorhel |
| 2021-04-14 | os/posix: handle ECONNRESET for write/writev | lithdew |
| 2021-04-06 | os/linux: return error on EALREADY for connect() and getsockoptError() | lithdew |
| 2021-04-01 | os: handle ECONNRESET for connect() syscall | lithdew |
| 2021-03-25 | os/linux: handle ECONNRESET for recv | lithdew |
| 2021-03-16 | std: make all errors in os.zig public | jacob gw |
| 2021-03-12 | make std.c.getErrno() return same type as _errno() aka c_int | Sébastien Marie |
| 2021-02-28 | std: add sendmsg | daurnimator |
| 2021-02-25 | std.os: remove special case for haiku | Andrew Kelley |
| 2021-02-25 | haiku: minor fixups | Andrew Kelley |
| 2021-02-25 | initial support for haiku sync update | Al Hoang |
| 2021-02-25 | initial support for haiku continue clean up | Al Hoang |
| 2021-02-25 | initial support for haiku past stage0 | Al Hoang |
| 2021-02-24 | zig fmt the std lib | Andrew Kelley |
| 2021-02-21 | Rebase link(at) properly | Tau |
| 2021-01-25 | Add MAX_RW_COUNT limit to std.os.pread() | Joran Dirk Greef |
| 2021-01-22 | std: Update `test ""` to `test` where it makes sense | LemonBoy |
| 2021-01-18 | std: Add missing cast when calling fcntl w/ constant args | LemonBoy |
| 2021-01-18 | std: Fixed pipe2 fallback | LemonBoy |
| 2021-01-12 | add missing ECONNRESET from getsockoptError | Bill Nagel |
| 2021-01-07 | Merge pull request #7720 from Snektron/sockopt | Andrew Kelley |
| 2021-01-07 | Reduce use of deprecated IO types | Jay Petacat |
| 2021-01-08 | Add EPERM to std.os.setsockopt | Robin Voetter |
| 2021-01-04 | Fixes missing error prong in std.os.send. | Felix (xq) Queißner |
| 2021-01-02 | convert more {} to {d} and {s} | Andrew Kelley |
| 2020-12-31 | Year++ | Frank Denis |
| 2020-12-29 | std.ChildProcess: improvements to collectOutputPosix | Andrew Kelley |
| 2020-12-29 | std: Fix compilation on FreeBSD/Darwin | LemonBoy |
| 2020-12-26 | std: do not call malloc() between fork() and execv() | Andrew Kelley |
| 2020-12-22 | cast sendto to SendError inside send (#7481) | luna |
| 2020-12-18 | std.crypto.random: introduce fork safety | Andrew Kelley |
| 2020-12-15 | create SendToError (#7417) | luna |
| 2020-12-12 | std: Improve sigaction interface | LemonBoy |
| 2020-12-10 | std: Fix misuse of atomic.Int | LemonBoy |
| 2020-12-07 | add AddressFamilyNotSupported to SendError | Luna |
| 2020-11-30 | std/os: remove unneeded error from accept errorset | Isaac Freund |
| 2020-11-30 | Switched OBJECT_NAME_INVALID handling to unreachable in faccessatW | Alexandros Naskos |
| 2020-11-30 | Disallow absolute paths passed as system libraries | Alexandros Naskos |
| 2020-11-30 | add std.os.shutdown function for sockets | Jonathan Marler |
| 2020-11-29 | std.meta: add assumeSentinel | Jonathan Marler |