| Age | Commit message (Expand) | Author |
| 2021-03-17 | crypto/rand, internal/syscall/unix: add support for getentropy syscall on darwin | Tobias Klauser |
| 2021-03-11 | crypto/rand, internal/syscall/unix: add support for getrandom syscall on solaris | Tobias Klauser |
| 2021-03-11 | internal/syscall/unix: unify GetRandom implementation | Tobias Klauser |
| 2021-03-10 | crypto/rand: supports for getrandom syscall in DragonFlyBSD | David Carlier |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 2021-01-15 | syscall: remove RtlGenRandom and move it into internal/syscall | Jason A. Donenfeld |
| 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-13 | syscall: remove dependency on io | Russ Cox |
| 2020-09-16 | os, internal/syscall/unix: use pipe2 instead of pipe on illumos | Tobias Klauser |
| 2020-09-15 | internal/poll, internal/syscall/unix, net: enable writev on illumos | Tobias Klauser |
| 2020-09-11 | os: implement File.Chmod on Windows | Constantin Konstantinidis |
| 2020-05-03 | syscall, internal/syscall/windows: remove utf16PtrToString parameter | Alex Brainman |
| 2020-04-28 | os, internal/poll, internal/syscall/unix: use copy_file_range on Linux | Andrei Tudor Călin |
| 2020-04-02 | internal/syscall/windows: change WSAMsg.Name type | Alex Brainman |
| 2020-02-25 | os/exec: use environment variables for user token when present | Liam 'Auzzie' Haworth |
| 2019-12-30 | internal/syscall/unix: use libc based fcntl for IsNonblock on aix and solaris | Tobias Klauser |
| 2019-12-23 | internal/syscall/unix: use fcntl64 on 32-bit GNU/Linux systems | Ian Lance Taylor |
| 2019-12-06 | all: fix most of the remaining windows -d=checkptr violations | Alex Brainman |
| 2019-11-01 | internal/syscall/unix: add support for linux/riscv64 | Tobias Klauser |
| 2019-10-29 | internal/syscall/windows/registry: make '-gcflags=all=-d=checkptr' flag work | Alex Brainman |
| 2019-10-27 | internal/syscall/windows/registry: remove TestWalkFullRegistry due to false a... | Jason A. Donenfeld |
| 2019-10-25 | internal/syscall/windows/registry: allow for non-null terminated strings | Jason A. Donenfeld |
| 2019-10-23 | internal/syscall/windows/registry: blacklist certain registry keys in TestWal... | Jason A. Donenfeld |
| 2019-10-23 | internal/syscall/windows/registry: fix strict assumptions in TestWalkFullRegi... | Jason A. Donenfeld |
| 2019-10-14 | internal/syscall/unix: remove unused *Trap consts | Tobias Klauser |
| 2019-10-09 | all: remove the nacl port (part 1) | Brad Fitzpatrick |
| 2019-10-05 | syscall, internal/syscall/windows, internal/syscall/windows/registry: make go... | Alex Brainman |
| 2019-05-16 | os: pass correct environment when creating Windows processes | Jason A. Donenfeld |
| 2019-05-08 | cmd/go: set the "generate" build tag in go generate, per design doc | Brad Fitzpatrick |
| 2019-05-08 | internal/syscall/windows/sysdll: mark package as Windows-only | Brad Fitzpatrick |
| 2019-03-01 | os: make Readlink work with symlinks with target like \??\Volume{ABCD}\ | Alex Brainman |
| 2018-11-26 | cmd/compile: allow bodyless function if it is linkname'd | Keith Randall |
| 2018-11-08 | internal/syscall/unix: use libc calls on Darwin | Keith Randall |
| 2018-11-07 | syscall: implement syscalls on Darwin using libSystem | Keith Randall |
| 2018-11-02 | internal/syscall/windows: add LockFileEx and UnlockFileEx for use in cmd/go | Bryan C. Mills |
| 2018-11-02 | os: add support for long path names on aix RemoveAll | Tobias Klauser |
| 2018-11-02 | os: use CreateFile for Stat of symlinks | Alex Brainman |
| 2018-11-01 | os: add support for long path names on freebsd RemoveAll | Tobias Klauser |
| 2018-10-31 | os: add support for long path names on solaris RemoveAll | Tobias Klauser |
| 2018-10-31 | os: add support for long path names on unix RemoveAll | Oliver Stenbom |
| 2018-10-30 | Revert "os: add support for long path names on unix RemoveAll" | Katie Hockman |
| 2018-10-30 | os: add support for long path names on unix RemoveAll | Oliver Stenbom |
| 2018-10-24 | internal/syscall/unix: omit unnecessary randomTrap check in GetRandom | Tobias Klauser |
| 2018-10-23 | internal/syscall/unix, net: improve interface_aix.go | Clément Chigot |
| 2018-10-03 | internal/syscall: add AIX operating system | Clément Chigot |
| 2018-08-28 | internal/syscall/unix: remove unnecessary empty.s | Tobias Klauser |
| 2018-08-24 | internal/syscall/unix: don't use linkname to refer to syscall.fcntl | Tobias Klauser |
| 2018-08-22 | crypto/rand: use the new getrandom syscall on FreeBSD | David Carlier |
| 2018-06-28 | internal/syscall/unix: add build constraint to nonblocking_js.go | Dmitri Shuralyov |