| Age | Commit message (Expand) | Author |
| 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 |
| 2022-05-09 | os, syscall: don't consider stderr output as part of hostname | Dmitri Shuralyov |
| 2022-05-03 | internal/poll, net, syscall: use accept4 on solaris | Tobias Klauser |
| 2022-04-28 | syscall: add //go:norace to RawSyscall | Michael Pratt |
| 2022-04-22 | syscall: define Syscall6 in terms of RawSyscall6 on linux | Michael Pratt |
| 2022-04-21 | syscall: define Syscall in terms of RawSyscall on linux | Michael Pratt |
| 2022-04-21 | Revert "syscall: define Syscall in terms of RawSyscall on linux" | Michael Pratt |
| 2022-04-21 | Revert "syscall: define Syscall6 in terms of RawSyscall6 on linux" | Michael Pratt |
| 2022-04-21 | syscall: define Syscall6 in terms of RawSyscall6 on linux | Michael Pratt |
| 2022-04-21 | syscall: define Syscall in terms of RawSyscall on linux | Michael Pratt |
| 2022-04-21 | syscall: define RawSyscall in terms of RawSyscall6 on linux | Michael Pratt |
| 2022-04-21 | runtime/internal/syscall, syscall: replace RawSyscall6 with runtime implement... | Michael Pratt |
| 2022-04-21 | syscall: move Syscall declarations to OS files | Michael Pratt |
| 2022-04-12 | syscall: check correct group in Faccessat | Damien Neil |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-05 | all: separate doc comment from //go: directives | Russ Cox |
| 2022-04-01 | all: fix various doc comment formatting nits | Russ Cox |
| 2022-03-31 | syscall: relax output check in TestGroupCleanupUserNamespace | Bryan C. Mills |
| 2022-03-29 | all: use new "unix" build tag where appropriate | Ian Lance Taylor |
| 2022-03-28 | syscall: optimize Byte{Ptr,Slice}FromString | Kir Kolyshkin |
| 2022-03-18 | syscall: use bytealg.IndexByte in clen | Tobias Klauser |
| 2022-03-18 | syscall: unskip TestDirentRepeat on freebsd | Tobias Klauser |
| 2022-03-18 | syscall: optimize UTF16{,Ptr}FromString | Tobias Klauser |
| 2022-03-17 | syscall: allow EINVAL in TestSCMCredentials | Josh Bleecher Snyder |
| 2022-03-17 | syscall: call ABI0 exitsyscall on Plan 9/AMD64 | Cherry Mui |
| 2022-03-16 | syscall: ensure that Getwd returns absolute path | Kir Kolyshkin |
| 2022-03-16 | syscall: call ABIInternal entersyscall on register ABI platforms | Cherry Mui |
| 2022-03-15 | syscall: add race annotations to Windows ReadFile and WriteFile | Ian Lance Taylor |
| 2022-03-12 | syscall: add race annotations to Pread and Pwrite | Ian Lance Taylor |
| 2022-03-11 | runtime/pprof, syscall: report MaxRSS on all unix platforms | Tobias Klauser |
| 2022-03-08 | runtime, syscall: implement syscall.Pipe using syscall.Pipe2 on solaris | Tobias Klauser |
| 2022-03-08 | syscall: add Pipe2 on solaris and use it for forkExecPipe | Tobias Klauser |
| 2022-03-05 | syscall: use dup3 in forkAndExecInChild on OpenBSD | Tobias Klauser |
| 2022-03-04 | syscall: remove TestRlimit | Ian Lance Taylor |
| 2022-03-03 | syscall, runtime/internal/syscall: always return 0 in r2 on ppc64{,le} linux ... | Paul E. Murphy |
| 2022-03-02 | syscall: remove accept on Linux | Tobias Klauser |
| 2022-02-15 | runtime, syscall: reimplement AllThreadsSyscall using only signals. | Michael Pratt |
| 2022-02-09 | syscall: use RLIMIT_CPU instead of RLIMIT_NOFILE | Tamir Duberstein |