| Age | Commit message (Expand) | Author |
| 2022-12-12 | syscall: skip TestUseCgroupFD if cgroupfs mounted RO | Paul E. Murphy |
| 2022-12-12 | syscall: fix shadowing bugs in forkAndExecInChild | Bryan C. Mills |
| 2022-11-24 | syscall, runtime/internal/syscall: zero r2 before mips linux syscalls | Rongrong |
| 2022-11-18 | all: add missing periods in comments | cui fliter |
| 2022-11-14 | os,syscall: File.Stat to use file handle for directories on Windows | qmuntal |
| 2022-11-09 | all: add missing copyright header | cui fliter |
| 2022-11-01 | syscall, os/exec: reject environment variables containing NULs | Damien Neil |
| 2022-10-18 | internal/godebug: remove dependency on os | Russ Cox |
| 2022-10-07 | internal/poll, internal/syscall/unix, syscall: move writev definition for sol... | Tobias Klauser |
| 2022-10-07 | internal/poll, net, syscall: enable writev on aix | Tobias Klauser |
| 2022-10-06 | all: use grep -E/-F instead of fgrep/egrep | kxxt |
| 2022-10-02 | syscall: remove redundant type conversion | cui fliter |
| 2022-09-30 | all: use "unix" build tag where appropriate | Tobias Klauser |
| 2022-09-29 | syscall: add support for freebsd/riscv64 | Mikael Urankar |
| 2022-09-26 | syscall: check if to is nil to prevent panic from WSASendto | cuiweixie |
| 2022-09-26 | syscall: check if to is nil to prevent panic from Sendto | Andy Pan |
| 2022-09-20 | syscall: drop compatibility for FreeBSD < 10.0 | Tobias Klauser |
| 2022-09-16 | syscall: remove FreeBSD 11 and below 64bit inode compatibility shims | Yuval Pavel Zholkover |
| 2022-09-15 | syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChild on dragonfly | Tobias Klauser |
| 2022-09-15 | syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChild on solaris | Tobias Klauser |
| 2022-09-15 | cmd, syscall: use syscall.Mmap on solaris for Go ≥ 1.20 | Tobias Klauser |
| 2022-09-14 | all: move //go:build lines below copyright notice | Tobias Klauser |
| 2022-09-13 | syscall: simplify unsafe.Slice usage | Cuong Manh Le |
| 2022-09-13 | cmd/link/internal/ld, syscall: use libc based msync on darwin for Go ≥ 1.20 | Tobias Klauser |
| 2022-09-09 | internal/poll, syscall: convert writev to direct libc call on openbsd (except... | Tobias Klauser |
| 2022-09-09 | syscall: add CgroupFD support for ForkExec on Linux | Kir Kolyshkin |
| 2022-09-09 | syscall: use unsafe.Slice instead of unsafeheader package | Tobias Klauser |
| 2022-09-07 | syscall: simplify code using unsafe.Slice | cuiweixie |
| 2022-09-03 | syscall: fix skipping some tests on Linux | Kir Kolyshkin |
| 2022-09-01 | syscall: Faccessat: use faccessat2 on linux | Kir Kolyshkin |
| 2022-09-01 | syscall: make mkall.sh accept file list | Kir Kolyshkin |
| 2022-08-23 | all: append(bytes, str...) works out of the box | Daniel Martí |
| 2022-08-23 | syscall: rely on utf16.AppendRune | qmuntal |
| 2022-08-19 | syscall: remove cloexecSocket fallback path | Tobias Klauser |
| 2022-08-19 | syscall: add new CLONE_ flags for Linux | Kir Kolyshkin |
| 2022-08-18 | syscall: implement EpollCreate using EpollCreate1 on all linux platforms | Tobias Klauser |
| 2022-08-09 | syscall: add Mmap and Munmap on solaris | Tobias Klauser |
| 2022-08-09 | syscall: wrap fstatat only once on linux/{arm64,riscv64} | Tobias Klauser |
| 2022-08-08 | syscall: rename close to closeFD | Ian Lance Taylor |
| 2022-08-02 | all: disable tests that fail on Alpine | Russ Cox |
| 2022-07-11 | syscall: gofmt after CL 412114 | Tobias Klauser |
| 2022-06-15 | syscall: clarify Pdeathsig documentation on Linux | Vojtěch Boček |
| 2022-06-15 | syscall, runtime/internal/syscall: always zero the higher bits of return valu... | Guoqi Chen |
| 2022-06-08 | syscall: remove unused setgroups on linux/loong64 | Tobias Klauser |
| 2022-06-07 | syscall: remove unused accept on linux/loong64 | Tobias Klauser |
| 2022-05-26 | syscall: update linux/loong64 kernel ABI, emulate fstatat with statx | WANG Xuerui |
| 2022-05-20 | syscall: add syscall support for linux/loong64 | Xiaodong Liu |
| 2022-05-19 | all: gofmt main repo | Russ Cox |
| 2022-05-19 | syscall: make //sys lines not doc comments | Russ Cox |
| 2022-05-10 | syscall: update broken links | Ian Lance Taylor |