| Age | Commit message (Expand) | Author |
| 2023-01-26 | crypto/rand, internal/syscall/unix: add support for getrandom on NetBSD ≥ 10.0json-isValidNumber-before | Tobias Klauser |
| 2022-12-07 | os/user: fix buffer retry loop on macOS | Russ Cox |
| 2022-11-11 | internal/syscall/unix: use runtime.gostring for Gostring | Ian Lance Taylor |
| 2022-11-11 | os/user: use libc (not cgo) on macOS | Russ Cox |
| 2022-11-10 | os/signal/internal/pty: use libc (not cgo) on macOS | Russ Cox |
| 2022-11-08 | net: unify CNAME handling across ports | Russ Cox |
| 2022-11-01 | net: use libc (not cgo) for DNS on macOS | Russ Cox |
| 2022-10-07 | internal/poll, internal/syscall/unix, syscall: move writev definition for sol... | Tobias Klauser |
| 2022-09-19 | internal/syscall/unix: reuse existing {Fstat,Open,Unlink}at on freebsd | Tobias Klauser |
| 2022-09-15 | internal/syscall/unix: remove superfluous var declarations in {Unlink,Open}at | Tobias Klauser |
| 2022-09-07 | os/exec: LookPath: use eaccess for exec check on linux | Kir Kolyshkin |
| 2022-09-06 | internal/poll, internal/syscall/unix, net: enable writev on solaris | Tobias Klauser |
| 2022-09-05 | internal/syscall/unix: KernelVersion nitpicks | Kir Kolyshkin |
| 2022-09-05 | internal/syscall/unix: simplify KernelVersion | Kir Kolyshkin |
| 2022-09-03 | internal/syscall/unix: consolidate kernelVersion implementations | Kir Kolyshkin |
| 2022-08-31 | internal/poll, internal/syscall/unix, net, runtime: convert openbsd (except m... | Tobias Klauser |
| 2022-05-26 | syscall: update linux/loong64 kernel ABI, emulate fstatat with statx | WANG Xuerui |
| 2022-05-17 | internal/syscall/unix: loong64 use generic syscall | Xiaodong Liu |
| 2022-04-05 | all: separate doc comment from //go: directives | Russ Cox |
| 2022-03-29 | all: use new "unix" build tag where appropriate | Ian Lance Taylor |
| 2022-03-08 | os, internal/syscall/unix: consolidate Pipe implementations | Tobias Klauser |
| 2021-11-04 | net: pass around pointers to SockaddrInetN | Josh Bleecher Snyder |
| 2021-11-04 | net: remove the alloc from ReadMsgUDPAddrPort | Josh Bleecher Snyder |
| 2021-11-04 | net: remove the alloc from WriteMsgUDPAddrPort | Josh Bleecher Snyder |
| 2021-11-03 | syscall: migrate new UDP send/recv API to internal/syscall/unix | Josh Bleecher Snyder |
| 2021-10-28 | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox |
| 2021-08-20 | crypto/rand, internal/syscall/unix: don't use getentropy on iOS | Tobias Klauser |
| 2021-08-16 | internal/syscall/unix: change Ioctl arg type to unsafe.Pointer on AIX | Matt Layher |
| 2021-05-03 | internal/syscall/unix: use internal/abi.FuncPC for syscall wrapper | Cherry Zhang |
| 2021-03-17 | crypto/rand, internal/syscall/unix: add support for getentropy syscall on darwin | Tobias Klauser |
| 2021-03-11 | crypto/rand, internal/syscall/unix: add support for getrandom syscall on solaris | Tobias Klauser |
| 2021-03-11 | internal/syscall/unix: unify GetRandom implementation | Tobias Klauser |
| 2021-03-10 | crypto/rand: supports for getrandom syscall in DragonFlyBSD | David Carlier |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 2020-09-16 | os, internal/syscall/unix: use pipe2 instead of pipe on illumos | Tobias Klauser |
| 2020-09-15 | internal/poll, internal/syscall/unix, net: enable writev on illumos | Tobias Klauser |
| 2020-04-28 | os, internal/poll, internal/syscall/unix: use copy_file_range on Linux | Andrei Tudor Călin |
| 2019-12-30 | internal/syscall/unix: use libc based fcntl for IsNonblock on aix and solaris | Tobias Klauser |
| 2019-12-23 | internal/syscall/unix: use fcntl64 on 32-bit GNU/Linux systems | Ian Lance Taylor |
| 2019-11-01 | internal/syscall/unix: add support for linux/riscv64 | Tobias Klauser |
| 2019-10-14 | internal/syscall/unix: remove unused *Trap consts | Tobias Klauser |
| 2019-10-09 | all: remove the nacl port (part 1) | Brad Fitzpatrick |
| 2018-11-26 | cmd/compile: allow bodyless function if it is linkname'd | Keith Randall |
| 2018-11-08 | internal/syscall/unix: use libc calls on Darwin | Keith Randall |
| 2018-11-07 | syscall: implement syscalls on Darwin using libSystem | Keith Randall |
| 2018-11-02 | os: add support for long path names on aix RemoveAll | Tobias Klauser |
| 2018-11-01 | os: add support for long path names on freebsd RemoveAll | Tobias Klauser |
| 2018-10-31 | os: add support for long path names on solaris RemoveAll | Tobias Klauser |
| 2018-10-31 | os: add support for long path names on unix RemoveAll | Oliver Stenbom |
| 2018-10-30 | Revert "os: add support for long path names on unix RemoveAll" | Katie Hockman |