| Age | Commit message (Expand) | Author |
| 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 |
| 2018-06-14 | syscall, internal/syscall: follow convention for generated code comment | Tobias Klauser |
| 2018-06-01 | os: add js/wasm architecture | Richard Musiol |
| 2018-04-27 | os: os: make Stat("*.txt") fail on windows | Yasuhiro Matsumoto |
| 2018-04-19 | internal/syscall/windows: convert CRLF line endings | Tobias Klauser |
| 2018-04-19 | os: enable symlink creation on Windows 10 | Felix Kollmann |
| 2018-04-14 | net: implement (*syscall.RawConn).Read/Write on Windows | Aman Gupta |
| 2018-04-11 | os: use poller when NewFile is called with a blocking descriptor. | Nick Patavalis |
| 2018-04-04 | os/user: obtain a user GID on Windows | Lubomir I. Ivanov (VMware) |
| 2018-03-02 | internal/syscall/windows/registry: improve ReadSubKeyNames permissions | Shamil Garatuev |