| Age | Commit message (Expand) | Author |
| 2025-07-11 | runtime: gofmt after CL 643897 and CL 662455 | Tobias Klauser |
| 2025-05-19 | runtime: rename ncpu to numCPUStartup | Michael Pratt |
| 2025-04-03 | runtime: cleanup M vgetrandom state before dropping P | Michael Pratt |
| 2024-03-25 | runtime: migrate internal/atomic to internal/runtime | Andy Pan |
| 2023-12-05 | math/rand, math/rand/v2: use ChaCha8 for global rand | Russ Cox |
| 2023-09-06 | runtime: clear procid in unminit | Michael Pratt |
| 2023-07-27 | runtime: call miniterrno on m0 on AIX and Solaris | Ian Lance Taylor |
| 2023-05-20 | runtime: consolidate on a single closeonexec definition | Ian Lance Taylor |
| 2023-05-20 | runtime: change fcntl to return two values | Ian Lance Taylor |
| 2023-05-17 | runtime: consistently define fcntl | Ian Lance Taylor |
| 2023-04-24 | runtime: call _exit, not exit, on AIX and Solaris | Ian Lance Taylor |
| 2023-02-16 | runtime: expose auxv for use by x/sys/cpu | Brad Fitzpatrick |
| 2022-11-10 | runtime: retry thread creation on EAGAIN | Ian Lance Taylor |
| 2022-10-26 | runtime: fix a few function names on comments | cui fliter |
| 2022-10-18 | runtime: always keep global reference to mp until mexit completes | Michael Pratt |
| 2022-08-02 | runtime: tricky replacements of _g_ in os3_solaris.go | Michael Pratt |
| 2022-04-05 | all: separate doc comment from //go: directives | Russ Cox |
| 2022-03-08 | runtime, syscall: implement syscall.Pipe using syscall.Pipe2 on solaris | Tobias Klauser |
| 2022-03-03 | runtime: remove fallback to pipe on platforms with pipe2 | Tobias Klauser |
| 2022-02-15 | runtime, syscall: reimplement AllThreadsSyscall using only signals. | Michael Pratt |
| 2021-10-26 | runtime: rename _m_ to mp [generated] | Michael Pratt |
| 2021-09-27 | runtime: allow per-OS changes to unix profiler | Rhys Hiltner |
| 2021-06-17 | [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i... | Michael Anthony Knyszek |
| 2021-05-21 | [dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal | Cherry Mui |
| 2021-05-20 | [dev.typeparams] runtime: use internal/abi.FuncPCABI0 and cgo_unsafe_args for... | Cherry Mui |
| 2021-04-29 | runtime: rename walltime1 to walltime | Ian Lance Taylor |
| 2021-02-19 | runtime: clean up system calls during cgo callback init | Russ Cox |
| 2021-01-18 | runtime: free Windows event handles after last lock is dropped | Jason A. Donenfeld |
| 2019-11-08 | runtime: add pipe/pipe2 on Solaris | Ian Lance Taylor |
| 2019-10-28 | runtime: make NumCPU respect zone CPU cap on illumos | Joshua M. Clulow |
| 2019-10-26 | runtime: M-targeted signals for libc-based OSes | Austin Clements |
| 2019-10-21 | runtime: change read and write to return negative errno value | Ian Lance Taylor |
| 2019-10-11 | runtime: make nanotime use monotonic clock in Solaris | Jerrin Shaji George |
| 2019-09-04 | runtime: wrap nanotime, walltime, and write | Austin Clements |
| 2019-05-09 | runtime: fix vet complaints for solaris/amd64, illumos/amd64 | Russ Cox |
| 2019-04-02 | runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64 | Clément Chigot |
| 2018-04-30 | runtime,cmd/ld: on darwin, create theads using libc | Keith Randall |
| 2018-04-03 | runtime: parse auxv for page size and executable name on Solaris | Tobias Klauser |
| 2018-03-01 | runtime: clean up libc_* definitions on Solaris | Tobias Klauser |
| 2018-02-17 | runtime: remove unused getrlimit function | Tobias Klauser |
| 2018-02-13 | runtime: remove unused memlimit function | Austin Clements |
| 2017-10-18 | runtime: separate error result for mmap | Austin Clements |
| 2017-10-11 | runtime: make it possible to exit Go-created threads | Austin Clements |
| 2016-10-28 | runtime, cmd/compile: rename memclr -> memclrNoHeapPointers | Austin Clements |
| 2016-10-05 | runtime: don't call cgocallback from signal handler | Ian Lance Taylor |
| 2016-09-28 | runtime: minor simplifications to signal code | Ian Lance Taylor |
| 2016-09-27 | runtime: remove sigmask type, use sigset instead | Ian Lance Taylor |
| 2016-09-26 | runtime: unify Unix implementations of unminit | Ian Lance Taylor |
| 2016-09-26 | runtime: merge setting new signal mask in minit | Ian Lance Taylor |
| 2016-09-26 | runtime: unify sigtrampgo | Ian Lance Taylor |