| Age | Commit message (Expand) | Author |
| 2021-05-14 | std: dragonfly: fix duplicate definition of sockaddr_storage | Andrew Kelley |
| 2021-05-14 | Merge pull request #8746 from koachan/sparc64-fixes | Andrew Kelley |
| 2021-05-12 | stage2: Add CPU feature detection for macos | LemonBoy |
| 2021-05-12 | Define ENOTSUP for SPARC | Koakuma |
| 2021-05-11 | bsd: detect os version | Michael Dusan |
| 2021-05-11 | std: Fix offset param splitting for preadv/pwritev | LemonBoy |
| 2021-05-11 | std: Fix fallocate offset type | LemonBoy |
| 2021-05-11 | std: Harmonize use of off_t between libc and Zig impls | LemonBoy |
| 2021-05-10 | std/os: add missing sockaddr_storage defs | lithdew |
| 2021-05-10 | std/os: fix sockaddr_storage padding size | lithdew |
| 2021-05-10 | std/os/windows/ws2_32: add missing FIONBIO constant | lithdew |
| 2021-05-10 | x/os/socket, std/os/windows: implement loading winsock extensions | 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 | Initialize the Stat structure | Frank Denis |
| 2021-05-08 | Merge pull request #8686 from Vexu/try | Andrew Kelley |
| 2021-05-08 | std: update usage of std.testing | Veikka Tuominen |
| 2021-05-07 | fix test to restore cwd after chdir | Michael Dusan |
| 2021-05-06 | Merge pull request #8683 from LemonBoy/thumblinux | Andrew Kelley |
| 2021-05-04 | std: Initial bringup for Linux on Thumb2 | LemonBoy |
| 2021-05-03 | std/os/bits/windows: add `timeval` extern struct | lithdew |
| 2021-05-03 | std/os/linux/bits: correct socket option codes for ppc/ppc64 | lithdew |
| 2021-05-03 | std/os/bits: add timeval struct for riscv64 linux | lithdew |
| 2021-05-03 | x/os, x/net: re-approach `Address`, rename namespace `TCP -> tcp` | lithdew |
| 2021-05-03 | x/os, x/net: layout tcp, ipv4/ipv6, and socket abstractions | lithdew |
| 2021-05-01 | fix typo | Andrew Kelley |
| 2021-05-01 | std: Fix pwrite/pread syscalls on SPARC targets | LemonBoy |
| 2021-05-01 | std: Add signal numbers for SPARC | LemonBoy |
| 2021-05-01 | std: Import correct errno defs for SPARC | LemonBoy |
| 2021-04-26 | Merge pull request #8604 from hoanga/haiku-support-sysdefs | Andrew Kelley |
| 2021-04-26 | Merge pull request #8618 from LemonBoy/mini-stuff | Andrew Kelley |
| 2021-04-25 | std: Fix wrong alignOf expression | LemonBoy |
| 2021-04-25 | x: fmt source code | lithdew |
| 2021-04-24 | fix import path | Matt Knight |
| 2021-04-23 | update haiku system constants | Al Hoang |
| 2021-04-21 | std: Use stat definition with 32bit *time fields | LemonBoy |
| 2021-04-21 | std: Split syscall parameters for PowerPC targets | LemonBoy |
| 2021-04-19 | std: Add process_vm_readv/writev wrappers | Hubert Jasudowicz |
| 2021-04-17 | std: Add pidfd wrappers | Hubert Jasudowicz |
| 2021-04-16 | Fix std.os.windows.user32.messageBoxW | Manuel Floruß |
| 2021-04-16 | linux: fix number of arguments for tgkill syscall | Mahdi Khanalizadeh |
| 2021-04-15 | freebsd: disable failing test | Andrew Kelley |
| 2021-04-11 | Merge pull request #8497 from LemonBoy/some-ppc-fixes | Andrew Kelley |
| 2021-04-11 | std: Fix TLS definitions for 32bit PowerPC targets | LemonBoy |
| 2021-04-10 | Rename time32 syscalls to match rest of stdlib | Benjamin Feng |
| 2021-04-10 | Add ppc Linux bits | Benjamin Feng |
| 2021-04-07 | netbsd: minor fixes to allow stage1 to build | Michael Dusan |
| 2021-04-07 | test: fix std.time timing tests to skip on failure | Michael Dusan |
| 2021-04-04 | os/bits/linux: add IPv6 socket options | Vincent Rischmann |
| 2021-04-02 | test: fix io_uring timing test to skip on failure | Michael Dusan |