| Age | Commit message (Expand) | Author |
| 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 |
| 2015-05-10 | internal/syscall/windows: increase registry.ExpandString buffer | Patrick Mezard |
| 2015-04-30 | mime, time, internal/syscall/windows/registry: use new registry package to si... | Alex Brainman |
| 2015-04-15 | internal/syscall: move to unix subdirectory | Ian Lance Taylor |
| 2015-04-09 | os: windows Rename should overwrite destination file. | Daniel Theophanes |
| 2015-03-31 | crypto/x509: use syscall.GetVersion instead of internal/syscall/windows.GetVe... | Alex Brainman |
| 2015-03-30 | crypto/x509: skip SHA2 system verify test if not supported. | Daniel Theophanes |
| 2015-02-25 | os: Use GetComputerNameEx to get Hostname on win32 | Carlos Castillo |
| 2015-02-10 | net: re-implement Interfaces and InterfaceAddrs for IPNet, IPv6 on Windows | mattn |
| 2015-01-21 | internal/syscall: add getrandom syscall number for ppc64/ppc64le | Shenghou Ma |