| Age | Commit message (Expand) | Author |
| 2025-02-26 | [release-branch.go1.24] syscall: disable O_DIRECTORY on Windows for js/wasm | Zxilly |
| 2025-02-26 | [release-branch.go1.24] runtime: use WCLONE when waiting on pidfd test child | Michael Pratt |
| 2025-02-26 | [release-branch.go1.24] syscall: don't send child signal when testing pidfd | Ian Lance Taylor |
| 2025-02-19 | [release-branch.go1.24] syscall: don't truncate newly created files on Windows | qmuntal |
| 2025-01-13 | syscall/js: adjust comments to that gofmt does not change them | Ian Lance Taylor |
| 2024-12-17 | syscall, internal/syscall/unix: fix fstatat on linux/mips64 | Damien Neil |
| 2024-12-12 | syscall: on freebsd-386 only update written for certain errors | Ian Lance Taylor |
| 2024-12-11 | syscall: remove a wrong comment in Clearenv | Kir Kolyshkin |
| 2024-11-22 | runtime, internal/synctest, syscall/js: keep bubble membership in syscalls | Damien Neil |
| 2024-11-20 | os: add Root.Stat and Root.Lstat | Damien Neil |
| 2024-11-20 | internal/byteorder: use canonical Go casing in names | Russ Cox |
| 2024-11-20 | syscall: do not run TestSyscallAllocations in parallel with other tests | Russ Cox |
| 2024-11-14 | syscall: define EBADFD for wasip1 target | Flavio Castelli |
| 2024-11-13 | cmd/internal/obj/wasm: correct return PC for frameless wasmexport wrappers | Cherry Mui |
| 2024-11-11 | runtime, syscall: use pointer types on wasmimport functions | Cherry Mui |
| 2024-11-06 | syscall: mark SyscallN as noescape | qmuntal |
| 2024-10-23 | syscall: only remove write data access when O_APPEND is set on Windows | qmuntal |
| 2024-10-21 | syscall: skip TestSetuidEtc when root's gid is not 0 | Shuo Wang |
| 2024-10-18 | syscall: keep write access when O_TRUNC is used on Windows | qmuntal |
| 2024-10-11 | internal/syscall/windows: add Openat, Mkdirat | Damien Neil |
| 2024-10-10 | syscall: support more flags when opening directories on Windows | qmuntal |
| 2024-10-10 | syscall: fix Open param names | qmuntal |
| 2024-10-10 | syscall,os: move flags validation from os.OpenFile to syscall.Open | qmuntal |
| 2024-10-09 | syscall: simplify O_TRUNC handling on Windows | qmuntal |
| 2024-10-09 | syscall: implement Ftruncate using a single syscall on Windows | qmuntal |
| 2024-10-07 | syscall, internal/syscall/unix: add Openat support for wasip1 | Damien Neil |
| 2024-10-07 | crypto/rand: use arc4random_buf() on OpenBSD | Filippo Valsorda |
| 2024-10-03 | syscall: use SYS_EXIT_GROUP in CLONE_PIDFD feature check child | Michael Pratt |
| 2024-10-02 | syscall: gofmt after CL 592078 | Tobias Klauser |
| 2024-09-12 | os: add clone(CLONE_PIDFD) check to pidfd feature check | Michael Pratt |
| 2024-09-10 | syscall: on exec failure, close pidfd | Ian Lance Taylor |
| 2024-09-07 | syscall: follow convention for generated code comment | Tobias Klauser |
| 2024-09-04 | all: use t.Chdir in tests | Kir Kolyshkin |
| 2024-09-03 | syscall: use t.TempDir in tests | Kir Kolyshkin |
| 2024-09-03 | syscall: use testenv.Executable | Kir Kolyshkin |
| 2024-08-30 | syscall: honor prlimit set by a different process | Ian Lance Taylor |
| 2024-08-30 | syscall: always use prlimit for getrlimit/setrlimit on Linux | Ian Lance Taylor |
| 2024-08-30 | misc/wasm: move wasm runtime files to lib/wasm | Zxilly |
| 2024-08-21 | syscall: optimize Getwd on aix | Kir Kolyshkin |
| 2024-08-21 | syscall: add O_DIRECTORY for wasip1 | Kir Kolyshkin |
| 2024-08-21 | syscall: add O_DIRECTORY for js | Kir Kolyshkin |
| 2024-08-21 | cmd/link: support wasmexport on js/wasm | Cherry Mui |
| 2024-08-20 | src: fix typos | Alexander Cyon |
| 2024-08-19 | all: remove duplicated words in comments | Oleksandr Redko |
| 2024-08-09 | syscall,misc/wasm: fix path expansion on non-unix platforms | Zxilly |
| 2024-08-07 | internal/poll,syscall: drop the fallback for accept4 on linux/arm | Andy Pan |
| 2024-06-16 | syscall: selectively update zerrors_* on openbsd/386, openbsd/arm and openbsd... | Joel Sing |
| 2024-06-07 | syscall: rm go:linkname from origRlimitNofile | Kir Kolyshkin |
| 2024-05-29 | all: document legacy //go:linkname for final round of modules | Russ Cox |
| 2024-05-29 | os: RemoveAll: fix symlink race for unix | Kir Kolyshkin |