| Age | Commit message (Expand) | Author |
| 2024-09-10 | syscall: on exec failure, close pidfd | Ian Lance Taylor |
| 2024-02-26 | syscall: add available godoc link | cui fliter |
| 2023-09-29 | syscall: make origRlimitNofile atomic.Pointer[Rlimit] | Jes Cok |
| 2023-08-10 | syscall: avoid setting O_NONBLOCK needlessly by checking flags beforehand | Andy Pan |
| 2023-08-05 | runtime,syscall: invert openbsd architecture tests | Joel Sing |
| 2023-07-10 | syscall: serialize locks on ForkLock on platforms where forkExecPipe is not a... | Bryan C. Mills |
| 2023-06-05 | syscall: don't panic when argv is nil on freebsd | Roland Shoemaker |
| 2023-05-23 | syscall: avoid serializing forks on ForkLock | Ian Lance Taylor |
| 2023-03-15 | syscall: restore original NOFILE rlimit in child process | Ian Lance Taylor |
| 2022-03-29 | all: use new "unix" build tag where appropriate | Ian Lance Taylor |
| 2021-12-09 | syscall: fix ForkLock spurious close(0) on pipe failure | Russ Cox |
| 2021-10-28 | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox |
| 2021-05-09 | runtime,syscall: convert syscall on openbsd/arm to libc | Joel Sing |
| 2021-04-30 | runtime,syscall: convert syscall on openbsd/386 to libc | Joel Sing |
| 2021-04-21 | syscall: use libc in Exec on openbsd/arm64 | Tobias Klauser |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 2021-01-26 | runtime,syscall: convert syscall on openbsd/amd64 to libc | Joel Sing |
| 2020-09-23 | all: add GOOS=ios | Cherry Zhang |
| 2020-05-11 | internal/poll, os: loop on EINTR | Ian Lance Taylor |
| 2020-05-01 | syscall: if Setctty, require that Ctty be a child descriptor | Ian Lance Taylor |
| 2019-04-30 | all: add new GOOS=illumos, split out of GOOS=solaris | Joshua M. Clulow |
| 2019-03-02 | syscall: optimize SlicePtrFromStrings | Josh Bleecher Snyder |
| 2018-11-08 | syscall: move uses of Syscall to libSystem on darwin | Keith Randall |
| 2018-10-10 | syscall: change solaris files to libc files | Clément Chigot |
| 2017-06-28 | syscall: fix Exec on solaris | Shawn Walker-Salas |
| 2017-06-20 | runtime, syscall: workaround for bug in Linux's execve | John R. Lenton |
| 2017-02-17 | syscall: only call setgroups if we need to | Wander Lairson Costa |
| 2016-10-12 | syscall: document that Exec wraps execve(2) | Kevin Burke |
| 2016-03-29 | all: use &^ operator if possible | Marvin Stenger |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2015-06-18 | all: switch to the new deprecation convention | Shenghou Ma |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |