| Age | Commit message (Expand) | Author |
| 2025-06-10 | os: disallow Root.Remove(".") on Plan 9, js, and Windows | Damien Neil |
| 2025-05-21 | os: add Root.MkdirAll | Damien Neil |
| 2025-05-20 | net: avoid using Windows' TransmitFile on non-server machines | Shibi J M |
| 2025-05-14 | os: don't follow symlinks on Windows when O_CREATE|O_EXCL | Damien Neil |
| 2025-05-05 | net,os: support converting between *os.File and net.Conn on Windows | qmuntal |
| 2025-05-01 | os: fix Root.Mkdir permission bits on OpenBSD | Josh Rickmar |
| 2025-04-24 | os,internal/poll: disassociate handle from IOCP in File.Fd | qmuntal |
| 2025-04-14 | internal/poll: disable SIO_UDP_NETRESET on Windows | James Tucker |
| 2025-04-06 | all: use slices.Equal to simplify code | cuishuang |
| 2025-04-04 | internal/syscall/windows: use unsafe.Pointer instead of uintptr | qmuntal |
| 2025-04-04 | internal/poll: simplify execIO | qmuntal |
| 2025-04-03 | internal/syscall/windows: define NtQueryInformationFile buffer as unsafe.Pointer | qmuntal |
| 2025-04-01 | internal/poll: defer IOCP association until first IO operation | qmuntal |
| 2025-03-31 | os: avoid symlink races in RemoveAll on Windows | Damien Neil |
| 2025-03-31 | os,internal/poll: support I/O on overlapped handles not added to the poller | qmuntal |
| 2025-03-28 | os: add Root.Symlink | Damien Neil |
| 2025-03-28 | internal/poll: don't skip empty writes on Windows | qmuntal |
| 2025-03-27 | internal/syscall/windows: run go generate | qmuntal |
| 2025-03-26 | internal/poll: support async file operations on Windows | qmuntal |
| 2025-03-24 | os: add Root.Link | Damien Neil |
| 2025-03-21 | internal/syscall/unix: add missing cgo_import_dynamics for AIX | Damien Neil |
| 2025-03-21 | internal/syscall/windows: set SYNCHRONIZE flag in Deleteat | Damien Neil |
| 2025-03-20 | os: add Root.Rename | Damien Neil |
| 2025-03-19 | internal/syscall/unix: fix number of params for unlinkat | Kir Kolyshkin |
| 2025-03-19 | internal/syscall/unix: use correct number of params in unlinkat, fchownat | Damien Neil |
| 2025-03-18 | os: add Root.Chtimes | Damien Neil |
| 2025-02-24 | all: use testenv.Executable instead of os.Executable and os.Args[0] | qmuntal |
| 2025-02-19 | path/filepath: use RtlIsDosDeviceName_U to detect Windows devices | qmuntal |
| 2025-02-18 | all: use a more straightforward return value | cuishuang |
| 2025-02-14 | internal/syscall/unix: correct fchmodat on openbsd | Joel Sing |
| 2025-02-14 | internal/syscall/unix: fix fchownat linkname for AIX & Solaris | Damien Neil |
| 2025-02-13 | os: add Root.Chown | Damien Neil |
| 2025-02-12 | internal/syscall: add cgo_import_dynamic for Fchmodat on AIX and Solaris | Damien Neil |
| 2025-02-10 | os: add Root.Chmod | Damien Neil |
| 2024-12-21 | internal/syscall/unix: apply fstatat fix to linux/mips64le | Cherry Mui |
| 2024-12-17 | syscall, internal/syscall/unix: fix fstatat on linux/mips64 | Damien Neil |
| 2024-11-21 | all: fix some function names and typos in comment | cuishuang |
| 2024-11-20 | os: add Root.Stat and Root.Lstat | Damien Neil |
| 2024-11-20 | os: add Root.Remove | Damien Neil |
| 2024-11-20 | os: add Root | Damien Neil |
| 2024-11-19 | internal/syscall/unix, os: add and use Waitid syscall wrapper on linux | Tobias Klauser |
| 2024-11-19 | os/user: fix race detector failure | qmuntal |
| 2024-11-15 | os/user: support built-in service user accounts on Windows | qmuntal |
| 2024-11-11 | runtime, syscall: use pointer types on wasmimport functions | Cherry Mui |
| 2024-10-28 | cmd: use internal/syscall/windows to get Windows version | qmuntal |
| 2024-10-21 | internal/syscall/windows: set write access when O_TRUNC is used | qmuntal |
| 2024-10-14 | internal/syscall/windows: fix handle leak in Mkdirat | qmuntal |
| 2024-10-11 | internal/syscall/windows: add Openat, Mkdirat | Damien Neil |
| 2024-10-07 | net: detect EAI_ADDRFAMILY for cgo host lookup on FreeBSD | Michael Anthony Knyszek |
| 2024-10-07 | syscall, internal/syscall/unix: add Openat support for wasip1 | Damien Neil |