| Age | Commit message (Expand) | Author |
| 2023-04-14 | [release-branch.go1.20] syscall: restore original NOFILE rlimit in child process | Ian Lance Taylor |
| 2023-03-01 | [release-branch.go1.20] syscall: fix invalid unsafe.Pointer conversion on Win... | Cuong Manh Le |
| 2023-02-28 | [release-branch.go1.20] syscall: Faccessat: check for CAP_DAC_OVERRIDE on Linux | Kir Kolyshkin |
| 2023-01-10 | runtime: revert use of __fork to work around Apple atfork bugs | Russ Cox |
| 2023-01-06 | syscall: skip TestUseCgroupFD if cgroupfs not mounted | Shengjing Zhu |
| 2022-12-22 | runtime: call __fork instead of fork on darwin | Russ Cox |
| 2022-12-21 | syscall: don't use faccessat2 on android | Michael Pratt |
| 2022-12-16 | syscall, internal/poll: fall back to accept on linux-arm | Ian Lance Taylor |
| 2022-12-13 | syscall: fix closing of reordered FDs in plan9 ForkExec | miller |
| 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 |