| Age | Commit message (Expand) | Author |
| 2025-02-26 | [release-branch.go1.23] runtime: use WCLONE when waiting on pidfd test child | Michael Pratt |
| 2025-02-26 | [release-branch.go1.23] syscall: don't send child signal when testing pidfd | Ian Lance Taylor |
| 2024-11-20 | [release-branch.go1.23] syscall: mark SyscallN as noescape | qmuntal |
| 2024-10-11 | [release-branch.go1.23] syscall: use SYS_EXIT_GROUP in CLONE_PIDFD feature ch... | Michael Pratt |
| 2024-10-11 | [release-branch.go1.23] os: add clone(CLONE_PIDFD) check to pidfd feature check | Michael Pratt |
| 2024-09-18 | [release-branch.go1.23] syscall: on exec failure, close pidfd | Ian Lance Taylor |
| 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 |
| 2024-05-29 | syscall: add Setuid for aix | Mauri de Souza Meneguzzo |
| 2024-05-24 | syscall: Setrlimit: always clean rlimitNofileCache | Kir Kolyshkin |
| 2024-05-24 | syscall: prevent redundant newline from empty $extraimports | Andy Pan |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥1,000 dependents | Russ Cox |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥5,000 dependents | Russ Cox |
| 2024-05-23 | all: change from sort functions to slices functions where feasible | Ian Lance Taylor |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥10,000 dependents | Russ Cox |
| 2024-05-22 | all: document legacy //go:linkname for modules with ≥100,000 dependents | Russ Cox |
| 2024-05-20 | syscall: use internal/byteorder in plan9 directory marshaling helpers | Tobias Klauser |
| 2024-05-17 | all: add push linknames to allow legacy pull linknames | Cherry Mui |
| 2024-05-15 | cmd/link: disallow pull-only linknames | Cherry Mui |
| 2024-05-15 | syscall: skip TestAmbientCapsUserns when restricted, document | Michael Stapelberg |
| 2024-05-14 | syscall: use internal/byteorder | Tobias Klauser |
| 2024-05-13 | syscall: don't change local limit if prlimit used for another process | lifubang |
| 2024-05-04 | syscall: remove references to SYS_syscall on openbsd | Joel Sing |
| 2024-05-04 | syscall: reroute SYS_IOCTL and SYS_SYSCTL on openbsd | Joel Sing |
| 2024-04-30 | syscall: use stringslite.Has{Prefix,Suffix} | Tobias Klauser |
| 2024-04-19 | syscall/js: allocate arg slices on stack for small numbers of args | Jacob |
| 2024-03-22 | syscall: export Tc{get,set}pgrp for testing | Joel Sing |
| 2024-03-21 | cmd/internal/osinfo,runtime,syscall: use RtlGetVersion instead of RtlGetNtVer... | qmuntal |
| 2024-03-19 | internal/asan: match runtime.asan{read,write} len parameter type | Tobias Klauser |
| 2024-03-17 | syscall: use internal/asan and internal/msan | Mauri de Souza Meneguzzo |
| 2024-03-08 | syscall: use goarch.BigEndian | Tobias Klauser |
| 2024-03-07 | net: support TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT on newer Windows | Andy Pan |
| 2024-03-04 | syscall: call internal/runtime/syscall.Syscall6 in RawSyscall6 | Andy Pan |
| 2024-02-27 | syscall: fix typo in comment | guoguangwu |
| 2024-02-26 | syscall: add available godoc link | cui fliter |
| 2024-02-21 | runtime: migrate internal/syscall to internal/runtime | Andy Pan |
| 2024-02-20 | net: add KeepAliveConfig and implement SetKeepAliveConfig | Andy Pan |
| 2024-02-15 | syscall: rm obsoleted comment | Kir Kolyshkin |
| 2024-01-30 | all: fix typos | Jes Cok |
| 2023-11-27 | syscall: remove ptrace1 on darwin | Cherry Mui |
| 2023-11-21 | internal/syscall/unix: add PidFDSendSignal for Linux | Kir Kolyshkin |
| 2023-11-21 | syscall: check SyscallIsNotSupported in TestPidFDWithUserNS | Michael Pratt |
| 2023-11-21 | syscall: fix getting pidfd when using CLONE_NEWUSER | Kir Kolyshkin |
| 2023-11-20 | syscall: support O_SYNC flag for os.OpenFile on windows | Jes Cok |
| 2023-11-10 | syscall: regen zsyscall_{aix_ppc64,solaris_amd64}.go | Tobias Klauser |
| 2023-11-08 | syscall: use fchmodat2 in Fchmodat | Tobias Klauser |
| 2023-11-07 | syscall: provide and use ioctlPtr for all BSD platforms | Joel Sing |
| 2023-11-07 | syscall: provide and use fcntlPtr for all BSD platforms | Joel Sing |