| Age | Commit message (Expand) | Author |
| 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 |
| 2018-02-24 | os/user: obtain a user home path on Windows | Lubomir I. Ivanov (VMware) |
| 2018-02-15 | all: drop support for Windows Vista or below (Windows XP) | Mikio Hara |
| 2017-11-10 | net: implement ReadMsg/WriteMsg on windows | Aman Gupta |
| 2017-11-07 | syscall: change SysProcAttr.Token type to Token | Alex Brainman |
| 2017-11-07 | net: use WSASocket instead of socket call | Alex Brainman |
| 2017-11-06 | syscall: add Token to Windows SysProcAttr | Paul Querna |
| 2017-11-03 | cmd/link: restore windows stack commit size back to 4KB | Alex Brainman |
| 2017-10-05 | path/filepath: re-implement windows EvalSymlinks | Alex Brainman |
| 2016-11-07 | internal/syscall/windows: add GetModuleFileName | Shenghou Ma |
| 2016-11-04 | all: make copyright headers consistent with one space after period | Michael Munday |
| 2016-11-03 | internal/syscall/unix: add randomTrap const for GOARCH=mips{,le} | Vladimir Stefanovic |
| 2016-10-22 | syscall: use ERROR_IO_PENDING value in errnoErr | Alex Brainman |
| 2016-10-19 | os, syscall: fix incorrect offset calculation in Readlink on windows | Hiroshi Ioka |
| 2016-10-14 | os: use FindFirstFile when GetFileAttributesEx fails in Stat | Alex Brainman |
| 2016-10-13 | os: make readConsole handle its input and output correctly | Alex Brainman |
| 2016-10-12 | os: add new tests for symbolic links and directory junctions | Alex Brainman |
| 2016-09-21 | os: use GetConsoleCP() instead of GetACP() | Yasuhiro Matsumoto |
| 2016-09-07 | syscall: avoid convT2I allocs for common Windows error values | Brad Fitzpatrick |
| 2016-08-24 | syscall, internal/syscall/windows, internal/syscall/windows/registry: make go... | Alex Brainman |
| 2016-05-12 | syscall: make mksyscall_windows.go -systemdll flag true by default | Alex Brainman |
| 2016-05-11 | syscall: remove mksyscall_windows.go -xsys flag | Alex Brainman |
| 2016-04-01 | runtime, syscall: only search for Windows DLLs in the System32 directory | Brad Fitzpatrick |
| 2016-03-22 | internal/syscall/unix: add randomTrap const for s390x | Michael Munday |
| 2016-03-21 | internal/syscall/unix: document randomTrap | Brad Fitzpatrick |
| 2016-03-01 | all: make copyright headers consistent with one space after period | Brad Fitzpatrick |
| 2016-02-26 | crypto/rand: use the getentropy syscall on OpenBSD | Michael McConville |
| 2016-02-24 | all: fix typos and spelling | Martin Möhrmann |
| 2016-01-08 | internal/syscall/windows: correct GetACP and MultiByteToWideChar | Alex Brainman |
| 2016-01-06 | internal/syscall/windows/registry: adjust TestGetMUIStringValue | Alex Brainman |
| 2015-12-17 | os,internal/syscall/windows: use ReadFile/MultiByteToWideChar to read from co... | mattn |
| 2015-12-10 | net, internal/syscall/windows: fix interface and address identification on wi... | Mikio Hara |
| 2015-11-12 | internal/syscall/unix: added support for linux/mips64{,le} | Yao Zhang |
| 2015-11-05 | internal/syscall/unix: eliminate non-trivial randomTrap initializer | Matthew Dempsky |
| 2015-09-04 | internal/syscall/windows/registry: do not panic when data is large | Alex Brainman |
| 2015-08-28 | registry: Explain how GetMUIStringValue works and where it falls short | Daniel Johansson |
| 2015-08-26 | time: handle localized time zone names | Daniel Johansson |
| 2015-08-24 | internal/syscall/windows/registry: remove debugging dreg | Alex Brainman |
| 2015-07-02 | Revert "net, internal/syscall/unix: add SocketConn, SocketPacketConn" | Mikio Hara |
| 2015-05-15 | internal/syscall/windows/registry: fix read overrun in GetStringsValue | Patrick Mezard |
| 2015-05-13 | net, internal/syscall/unix: add SocketConn, SocketPacketConn | Mikio Hara |
| 2015-05-11 | internal/syscall/windows/registry: handle invalid integer values | Patrick Mezard |