| Age | Commit message (Expand) | Author |
| 2024-03-27 | os: make readdir more robust on Windows | qmuntal |
| 2024-03-21 | cmd/internal/osinfo,runtime,syscall: use RtlGetVersion instead of RtlGetNtVer... | qmuntal |
| 2024-03-21 | net,internal/syscall/windows: prove that keep alive options exists | qmuntal |
| 2024-03-20 | os/signal: avoid calling ioctl via syscall.Syscall on BSDs | Joel Sing |
| 2024-03-19 | crypto/rand: use arc4random(3) on macOS and iOS | Filippo Valsorda |
| 2024-03-15 | net: fixes to dnsReadConfig in dnsconfig_windows.go | Quentin McGaw |
| 2024-03-12 | internal/syscall/windows: implement SupportUnixSocket by enumerating protocols | qmuntal |
| 2024-03-08 | internal/syscall/windows: unexport Version | qmuntal |
| 2024-03-07 | net: consolidate the existing Windows version checks | Andy Pan |
| 2024-03-07 | net: support TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT on newer Windows | Andy Pan |
| 2024-03-06 | internal/syscall/windows/registry: append .dll when loading kernel32 | qmuntal |
| 2024-02-23 | Revert "os: make use of pidfd on linux" | Michael Pratt |
| 2024-02-21 | os: make use of pidfd on linux | Kir Kolyshkin |
| 2024-02-12 | os: add os.ModeSocket support to os.Stat on windows | qmuntal |
| 2024-02-07 | runtime,internal/syscall/windows: remove long path support check | qmuntal |
| 2024-01-23 | runtime,internal/poll: move websocket handling out of the runtime on Windows | qmuntal |
| 2023-12-18 | internal/syscall/windows: fix the signature of SetFileInformationByHandle | Bryan C. Mills |
| 2023-12-14 | all: remove newline characters after return statements | Danil Timerbulatov |
| 2023-11-21 | internal/syscall/unix: add PidFDSendSignal for Linux | Kir Kolyshkin |
| 2023-11-01 | os: report IO_REPARSE_TAG_DEDUP files as regular in Stat and Lstat | Bryan C. Mills |
| 2023-10-20 | crypto/rand,runtime: switch RtlGenRandom for ProcessPrng | Roland Shoemaker |
| 2023-10-06 | internal/syscall/unix: implement Eaccess on dragonfly | Tobias Klauser |
| 2023-10-03 | internal/syscall/unix: implement Eaccess on netbsd | Tobias Klauser |
| 2023-09-28 | net: set IsNotFound for unknown services in LookupPort | Mateusz Poliwczak |
| 2023-09-28 | internal/syscall/unix: implement Eaccess on freebsd | Tobias Klauser |
| 2023-09-18 | all: clean unnecessary casts | Jes Cok |
| 2023-09-14 | time: unconditionally use RegLoadMUIString on Windows | qmuntal |
| 2023-09-12 | all: fix Microsoft links | qmuntal |
| 2023-09-05 | all: use ^TestName$ regular pattern for invoking a single test | Dmitri Shuralyov |
| 2023-09-04 | net: respect hosts file when resolving names for Windows | Nikita Vaniasin |
| 2023-08-25 | os: omit existence check for GetFinalPathNameByHandle | qmuntal |
| 2023-08-16 | os: support file systems without file IDs when reading directories on windows | qmuntal |
| 2023-08-15 | internal/syscall/unix: fix gofmt | sivchari |
| 2023-08-09 | os: make MkdirAll support volume names | qmuntal |
| 2023-08-08 | internal/syscall/unix: don't define libc_getentropy_trampoline on ios | Ian Lance Taylor |
| 2023-08-07 | os: fix test failure when Workstation service is not enabled | qiulaidongfeng |
| 2023-08-07 | crypto/rand, internal/syscall/unix: use simpler random seed on NetBSD | Maya Rashish |
| 2023-07-25 | os: mark the share created by TestNetworkSymbolicLink as temporary | Bryan C. Mills |
| 2023-05-26 | syscall: implement wasip1 Fcntl | Chris O'Hara |
| 2023-05-20 | runtime: change fcntl to return two values | Ian Lance Taylor |
| 2023-05-19 | net: make Dial fail faster on Windows closed loopback devices | qmuntal |
| 2023-05-18 | internal/poll, internal/syscall/unix, net: move and export fcntl syscall wrapper | Tobias Klauser |
| 2023-05-17 | os: if descriptor is non-blocking, retain that in Fd method | Ian Lance Taylor |
| 2023-05-16 | net: use and assert correct res state size at compile time when cgo available... | Mateusz Poliwczak |
| 2023-05-15 | os, syscall: support ill-formed UTF-16 strings on Windows | qmuntal |
| 2023-05-11 | syscall: implement wasip1 SetNonblock and IsNonblock | Chris O'Hara |
| 2023-05-11 | os: make Chtimes accept empty time values to skip file time modification | Constantin Konstantinidis |
| 2023-05-02 | cmd/link: generate .xdata PE section | qmuntal |
| 2023-05-02 | cmd/link: generate .pdata PE section | qmuntal |
| 2023-04-11 | runtime: filter i/o async entries using completion key on windows | Will Hawkins |