| Age | Commit message (Expand) | Author |
| 2020-11-05 | syscall: expose bInheritHandles of CreateProcess | Johan Knutzen |
| 2020-11-02 | all: update dependency on golang.org/x/sys and regenerate Windows syscalls | Bryan C. Mills |
| 2020-11-02 | syscall: switch go:generate directives back to mksyscall_windows.go | Bryan C. Mills |
| 2020-10-29 | syscall: handle undefined r2 value on linux-ppc64x | Andrew G. Morgan |
| 2020-10-29 | syscall: add support for openbsd/mips64 | Joel Sing |
| 2020-10-27 | crypto/rand: generate random numbers using RtlGenRandom on Windows | Jason A. Donenfeld |
| 2020-10-24 | syscall: disable TestAllThreadsSyscall on linux-ppc64 | Andrew G. Morgan |
| 2020-10-23 | syscall: support POSIX semantics for Linux syscalls | Andrew G. Morgan |
| 2020-10-20 | all: update references to symbols moved from io/ioutil to io | Russ Cox |
| 2020-10-20 | syscall, cmd/go/internal/modload: add and use Access on aix | Tobias Klauser |
| 2020-10-20 | all: update references to symbols moved from os to io/fs | Russ Cox |
| 2020-10-17 | syscall: use MustHaveExec in TestExec | Ian Lance Taylor |
| 2020-10-16 | internal/poll, net, syscall: use accept4 on illumos | Tobias Klauser |
| 2020-10-15 | runtime: stop preemption during syscall.Exec on Darwin | Ian Lance Taylor |
| 2020-10-14 | syscall: remove stray TODO comment | Tobias Klauser |
| 2020-10-13 | syscall: remove dependency on io | Russ Cox |
| 2020-10-08 | syscall: support ptrace on macOS/ARM64 | Cherry Zhang |
| 2020-10-08 | syscall: restore EscapeArg behavior for empty string | Ian Lance Taylor |
| 2020-10-07 | syscall: rewrite Windows makeCmdLine to use []byte | Ian Lance Taylor |
| 2020-10-06 | all: enable more tests on macOS/ARM64 | Cherry Zhang |
| 2020-10-01 | syscall: use correct cmsg alignment for netbsd/arm64 | Tobias Klauser |
| 2020-09-30 | runtime: don't crash if vsyscall and vdso are disabled on x86_64 | Andrei Vagin |
| 2020-09-26 | syscall: implement Getwd using getcwd from libSystem on darwin | Tobias Klauser |
| 2020-09-26 | syscall: remove mksysnum_darwin.pl script | Tobias Klauser |
| 2020-09-23 | all: add GOOS=ios | Cherry Zhang |
| 2020-09-22 | syscall: use libc-based ioctl for Ioctl in tests on darwin | Tobias Klauser |
| 2020-09-17 | syscall, cmd/go/internal/lockedfile/internal/filelock: add and use Flock on i... | Tobias Klauser |
| 2020-09-14 | syscall: fix fsync for read-only files on aix | Clément Chigot |
| 2020-08-17 | syscall: cap RLIMIT_NOFILE soft limit in TestRlimit on darwin | Cholerae Hu |
| 2020-08-16 | syscall: support rawVforkSyscall on linux/riscv64 | Joel Sing |
| 2020-07-25 | syscall: use correct file descriptor in dup2 fallback path | Ian Lance Taylor |
| 2020-06-20 | syscall: check secondary group membership for Faccessat(..., AT_EACCESS) on L... | Tobias Klauser |
| 2020-06-19 | runtime, syscall: use local cache for Setenv/Getenv in Plan 9 | Richard Miller |
| 2020-06-04 | syscall: document float arguments and results on windows/amd64 | Austin Clements |
| 2020-06-04 | syscall: hide internal comment from Syscall documentation | Austin Clements |
| 2020-05-28 | syscall: avoid dup2 in forkAndExecInChild1 on Android | Elias Naur |
| 2020-05-26 | runtime, syscall: correct openbsd/arm and openbsd/arm64 syscalls for OpenBSD 6.7 | Joel Sing |
| 2020-05-24 | syscall/js: improve documentation of Func.Release | Richard Musiol |
| 2020-05-20 | syscall: preserve Windows file permissions for O_CREAT|O_TRUNC | Ian Lance Taylor |
| 2020-05-12 | syscall/js: prepare IDs for the preset objects | Hajime Hoshi |
| 2020-05-11 | internal/poll, os: loop on EINTR | Ian Lance Taylor |
| 2020-05-11 | syscall: append to environment in tests, don't clobber it | Ian Lance Taylor |
| 2020-05-03 | syscall, internal/syscall/windows: remove utf16PtrToString parameter | Alex Brainman |
| 2020-05-01 | syscall: if Setctty, require that Ctty be a child descriptor | Ian Lance Taylor |
| 2020-05-01 | syscall: document exact meaning of Ctty field | Ian Lance Taylor |
| 2020-05-01 | internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ... | Bryan C. Mills |
| 2020-04-30 | syscall: on linux-arm64, prefer prlimit to {g,s}etrlimit | Ian Lance Taylor |
| 2020-04-08 | all: remove scattered remnants of darwin/386 | Austin Clements |
| 2020-04-08 | all: remove darwin/386 build-tags and files | Austin Clements |
| 2020-04-08 | all: remove scattered remnants of darwin/arm | Austin Clements |