| Age | Commit message (Expand) | Author |
| 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 |
| 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 |