| Age | Commit message (Expand) | Author |
| 2024-10-07 | internal/syscall/unix: add Mkdirat and Readlinkat | Damien Neil |
| 2024-10-07 | internal/syscall/windows: add NtCreateFile | Damien Neil |
| 2024-10-07 | crypto/rand: use arc4random_buf() on OpenBSD | Filippo Valsorda |
| 2024-10-07 | crypto/rand: prevent Read argument from escaping to heap | Filippo Valsorda |
| 2024-09-30 | runtime, internal/syscall/unix: mark getrandom vDSO as non-escaping | Mateusz Poliwczak |
| 2024-09-30 | runtime: align vgetrandom states to cache line | Jason A. Donenfeld |
| 2024-09-28 | runtime: use vDSO for getrandom() on linux | Jason A. Donenfeld |
| 2024-09-25 | internal/syscall/unix: allow calling getrandom(..., 0, ...) | Jason A. Donenfeld |
| 2024-09-16 | os/user: fix Current().GroupIds() for AD joined users on Windows | qmuntal |
| 2024-09-06 | internal/syscall/unix: Eaccess: return ENOSYS on Android | Kir Kolyshkin |
| 2024-09-06 | internal/syscall/unix: implement Eaccess on all unix platforms | Kir Kolyshkin |
| 2024-08-27 | os/user: test that Current does not depend on netapi32.dll | qmuntal |
| 2024-08-21 | os/user: speed up Current on Windows | qmuntal |
| 2024-08-15 | internal,os: employ copy_file_range(2) for file-to-file copying on FreeBSD | Andy Pan |
| 2024-08-10 | Revert "os/user: speed up Current on Windows" | Quim Muntal |
| 2024-08-09 | os/user: speed up Current on Windows | qmuntal |
| 2024-08-08 | os/user: support calling Current on impersonated threads | qmuntal |
| 2024-06-18 | internal/syscall/unix: fix UTIME_OMIT for dragonfly | Kir Kolyshkin |
| 2024-06-11 | os: RemoveAll: fix error returned | Kir Kolyshkin |
| 2024-05-17 | os: make use of pidfd on linux | Kir Kolyshkin |
| 2024-04-26 | testing: use QueryPerformanceCounter on Windows | Egon Elbre |
| 2024-04-19 | internal/syscall/unix: implement Eaccess on darwin | Tobias Klauser |
| 2024-04-15 | net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4 | Andy Pan |
| 2024-04-14 | net: separate the Solaris fast/slow path of setting SOCK_* from others | Andy Pan |
| 2024-04-11 | internal/syscall/unix: implement Eaccess on openbsd | Tobias Klauser |
| 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 |