| Age | Commit message (Expand) | Author |
| 2023-07-06 | os: do not skip directory entries with zero inodes on wasip1 | Achille Roussel |
| 2023-07-04 | os, syscall: update unreachable link about =C: envs | Oleksandr Redko |
| 2023-06-17 | os/exec: document a method to check if a process is alive | Moritz Poldrack |
| 2023-06-14 | all: fix spelling errors | Alexander Yastrebov |
| 2023-05-25 | net: implement wasip1 FileListener and FileConn | Chris O'Hara |
| 2023-05-24 | os: add dirFs.ReadDir to implement fs.ReadDirFS for DirFS | Tobias Klauser |
| 2023-05-24 | os: explicitly check for invalid FD in NewFile | Michael Pratt |
| 2023-05-24 | os: implement fs.ReadFileFS for DirFS | Sean Liao |
| 2023-05-24 | os: make TestProgWideChdir detect more possible failure cases | miller |
| 2023-05-23 | os: avoid second fcntl syscall in NewFile on unix | Tobias Klauser |
| 2023-05-20 | net, os: net.Conn.File.Fd should return a blocking descriptor | Ian Lance Taylor |
| 2023-05-19 | os: remove unnecessary return after t.Fatal | Oleksandr Redko |
| 2023-05-18 | os: set File.appendMode in NewFile if file was opened with O_APPEND | Tobias Klauser |
| 2023-05-17 | os: if descriptor is non-blocking, retain that in Fd method | Ian Lance Taylor |
| 2023-05-16 | os, syscall: permit setting mtime to Unix 0 on Windows | Ian Lance Taylor |
| 2023-05-15 | os, syscall: support ill-formed UTF-16 strings on Windows | qmuntal |
| 2023-05-12 | os, runtime: remove unused implementations of os.sigpipe | Ian Lance Taylor |
| 2023-05-11 | os: make Chtimes accept empty time values to skip file time modification | Constantin Konstantinidis |
| 2023-05-04 | all: add String for fs.{FileInfo,DirEntry} implementations | Ian Lance Taylor |
| 2023-04-28 | os: fix TestChdirAndGetwd/ReaddirnamesOneAtATime on wasip1 to run on Windows ... | Takeshi Yoneda |
| 2023-04-21 | os/user: skip tests that invoke Current if it returns an expected error | Bryan C. Mills |
| 2023-04-20 | std: fix various nilness findings | Alan Donovan |
| 2023-04-19 | os: check for ErrNotExist instead of ErrExist in TestNonPollable | Bryan C. Mills |
| 2023-04-18 | runtime: add and use pollDesc fd sequence field | Ian Lance Taylor |
| 2023-04-18 | cmd/go: add check for unknown godebug setting | Russ Cox |
| 2023-04-12 | syscall: implement Fchdir on Windows | qmuntal |
| 2023-04-11 | os: adjust wait6/waitid comment for netbsd | Tobias Klauser |
| 2023-04-07 | os: add wasip1 support | Johan Brandhorst-Satzkorn |
| 2023-04-04 | os/exec: skip remount in TestFindExecutableVsNoexec on EROFS | Tobias Klauser |
| 2023-03-29 | os: don't check for IsExist in MkdirAll example | Stefan Dombrowski |
| 2023-03-29 | os: remove mixed dot- and non-dot- imports in tests | Ian Lance Taylor |
| 2023-03-25 | all: add a few links in package godocs | Daniel Martà |
| 2023-03-23 | Revert "os/user: lookup Linux users and groups via systemd userdb" | Heschi Kreinick |
| 2023-03-23 | os/user: lookup Linux users and groups via systemd userdb | Ananth Bhaskararaman |
| 2023-03-22 | os: avoid creating a new file in Truncate on Windows | Nont Thanonchai |
| 2023-03-16 | os: don't check for TTY before calling splice | Ian Lance Taylor |
| 2023-03-15 | os, internal/poll: don't use splice with tty | Ian Lance Taylor |
| 2023-03-15 | os, syscall: move rlimit code to syscall | Ian Lance Taylor |
| 2023-03-15 | os: don't hide all methods in recursive call to io.Copy | Ian Lance Taylor |
| 2023-03-13 | os: correct func name in WriteFile godoc comment | Tobias Klauser |
| 2023-03-10 | os: skip TestExecutableDeleted earlier when 'go build' is not supported | Bryan C. Mills |
| 2023-03-02 | cmd/link/internal/ld: move more of mustLinkExternal into internal/platform | Bryan C. Mills |
| 2023-02-28 | net,os: set the theoretical unlimited remaining bytes to max int64 | Andy Pan |
| 2023-02-28 | all: fix typos | pgxiaolianzi |
| 2023-02-27 | os: don't try to put directory into non-blocking mode | Ian Lance Taylor |
| 2023-02-27 | os: skip zero-copy attempts with copy_file_range(2)/splice(2) for target file... | Andy Pan |
| 2023-02-27 | os: checking for testable network before creating local listener | Cuong Manh Le |
| 2023-02-27 | os: ensure File.ReadFrom returns ErrClosed instead of the internal poll.ErrFi... | Andy Pan |
| 2023-02-27 | os: support zero-copy from TCP/Unix socket to file | Andy Pan |
| 2023-02-21 | os: use testenv.Command instead of exec.Command in tests | cui fliter |