| Age | Commit message (Expand) | Author |
| 2026-02-03 | internal/poll: readWriteUnlock should destroy fd when no remaining references | qmuntal |
| 2026-01-27 | os/exec: document blocking Stdin/Stdout/Stderr | Ian Lance Taylor |
| 2026-01-12 | os/exec: move platform-specific LookPath docs to a common comment | Damien Neil |
| 2026-01-12 | os/exec_test: fix test on Plan 9 | Ori Bernstein |
| 2026-01-06 | os/exec: avoid atomic.Bool for Cmd.startCalled | Alan Donovan |
| 2025-12-22 | os/exec: second call to Cmd.Start is always an error | Alan Donovan |
| 2025-11-26 | os: allow direntries to have zero inodes on Linux | Dave Vasilevsky |
| 2025-11-26 | os,internal/syscall/windows: support O_* flags in Root.OpenFile | qmuntal |
| 2025-11-26 | os,internal/poll: don't call IsNonblock for consoles and Stdin | qmuntal |
| 2025-11-20 | os/signal: make NotifyContext cancel the context with a cause | Filippo Valsorda |
| 2025-11-14 | std: fix printf("%q", int) mistakes | Alan Donovan |
| 2025-11-12 | os/exec: include Cmd.Start in the list of methods that run Cmd | Sean Liao |
| 2025-11-04 | os: ignore O_TRUNC errors on named pipes and terminal devices on Windows | qmuntal |
| 2025-10-29 | internal/itoa, internal/runtime/strconv: delete | Russ Cox |
| 2025-10-21 | os: support deleting read-only files in RemoveAll on older Windows versions | qmuntal |
| 2025-10-17 | all: remove unnecessary loop variable copies in tests | Tobias Klauser |
| 2025-10-13 | all: replace calls to errors.As with errors.AsType | Julien Cretel |
| 2025-09-26 | os/user: simplify go:build | Kir Kolyshkin |
| 2025-09-26 | os/user: use getgrouplist on illumos && cgo | Kir Kolyshkin |
| 2025-09-26 | internal/poll: don't call SetFilePointerEx in Seek for overlapped handles | qmuntal |
| 2025-09-16 | os/user: align test file name and build tags | Kir Kolyshkin |
| 2025-09-15 | all: replace strings.Split with strings.SplitSeq | 1911860538 |
| 2025-09-15 | os: add (*Process).WithHandle | Kir Kolyshkin |
| 2025-09-15 | os: add and use errProcessReleased | Kir Kolyshkin |
| 2025-09-15 | internal/syscall/unix: add KernelVersionGE | Kir Kolyshkin |
| 2025-09-06 | os: reject OpenDir of a non-directory file in Plan 9 | Richard Miller |
| 2025-08-29 | os,syscall: pass file flags to CreateFile on Windows | qmuntal |
| 2025-08-27 | os: return nil slice when ReadDir is used with a file on file_windows | qmuntal |
| 2025-08-25 | os: set full name for Roots created with Root.OpenRoot | Damien Neil |
| 2025-08-22 | internal/syscall/windows: increase internal Windows O_ flags values | qmuntal |
| 2025-08-22 | os: fix Root.MkdirAll to handle race of directory creation | database64128 |
| 2025-08-20 | internal/poll: don't call Seek for overlapped Windows handles | qmuntal |
| 2025-08-20 | internal/poll: set the correct file offset in FD.Seek for Windows overlapped ... | qmuntal |
| 2025-08-19 | os: fix path in MkdirTemp error message | Jonathan Conder |
| 2025-08-13 | os/exec: fix incorrect expansion of ".." in LookPath on plan9 | Richard Miller |
| 2025-08-11 | net, os, file/filepath, syscall: use slices.Equal in tests | Tobias Klauser |
| 2025-07-29 | os/exec: fix incorrect expansion of "", "." and ".." in LookPath | Olivier Mengué |
| 2025-07-28 | os/user: fix tests to pass on non-english Windows | Olivier Mengué |
| 2025-07-25 | os/user: user random name for the test user account | qmuntal |
| 2025-07-18 | os: revert the use of AddCleanup to close files and roots | Carlos Amedee |
| 2025-07-15 | os: remove useless error check | guoguangwu |
| 2025-07-10 | os: trivial comment fix | Jakob Borg |
| 2025-06-27 | os: use minimal file permissions when opening parent directory in RemoveAll | qmuntal |
| 2025-06-12 | all: replace a few user-visible mentions of golang.org and godoc.org | Alberto Donizetti |
| 2025-06-10 | os: disallow Root.Remove(".") on Plan 9, js, and Windows | Damien Neil |
| 2025-06-10 | os: do not follow dangling symlinks in Root when O_CREATE|O_EXCL on AIX | Damien Neil |
| 2025-06-06 | os/signal: doc link to syscall.EPIPE | Olivier Mengué |
| 2025-05-30 | os: add implementation of fs.ReadLinkFS to *rootFS | Roxy Light |
| 2025-05-27 | os: don't follow symlinks on Windows when O_CREATE|O_EXCL and read-only | Damien Neil |
| 2025-05-21 | os: add Root.ReadFile and Root.WriteFile | Damien Neil |