| Age | Commit message (Expand) | Author |
| 2025-10-21 | runtime,syscall: implement and use syscalln on darwin | qmuntal |
| 2025-09-15 | runtime: deduplicate syscall assembly for darwin | qmuntal |
| 2025-04-15 | runtime: don't use cgo_unsafe_args for syscall9 wrapper | Keith Randall |
| 2024-10-07 | runtime: use arc4random_buf() for readRandom | Filippo Valsorda |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥200 dependents | Russ Cox |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥1,000 dependents | Russ Cox |
| 2024-05-22 | all: document legacy //go:linkname for modules with ≥100,000 dependents | Russ Cox |
| 2024-03-25 | runtime: migrate internal/atomic to internal/runtime | Andy Pan |
| 2023-08-03 | runtime,runtime/pprof: get memory mappings on darwin. | Cosmos Nicolaou |
| 2023-06-06 | runtime: implement SUID/SGID protections | Roland Shoemaker |
| 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-02-10 | runtime: skip darwin osinit_hack on ios | Russ Cox |
| 2023-01-10 | cmd/link, runtime: Apple libc atfork workaround take 3 | Russ Cox |
| 2022-12-22 | runtime: revert Apple libc atfork workaround | Russ Cox |
| 2022-11-17 | runtime: work around Apple libc bugs to make exec stop hanging | Russ Cox |
| 2022-11-01 | net: use libc (not cgo) for DNS on macOS | Russ Cox |
| 2022-10-18 | runtime: throw in unreachable exitThread | Michael Pratt |
| 2022-10-18 | runtime: always keep global reference to mp until mexit completes | Michael Pratt |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-05 | all: separate doc comment from //go: directives | Russ Cox |
| 2022-02-28 | runtime: avoid cgo_unsafe_args for syscall.syscall functions on darwin/arm64 | Cherry Mui |
| 2022-02-22 | crypto/x509, runtime: fix occasional spurious “certificate is expired” | Russ Cox |
| 2021-11-30 | runtime: keep //go:cgo_unsafe_args arguments alive to prevent GC | Jason A. Donenfeld |
| 2021-11-10 | runtime: fix unworkable comments for go:nosplit | Hajime Hoshi |
| 2021-04-29 | runtime: rename walltime1 to walltime | Ian Lance Taylor |
| 2021-04-26 | runtime: use abi.FuncPCABI0 for libc syscall wrappers | Cherry Zhang |
| 2021-03-01 | runtime: use entersyscall in syscall_syscallX on Darwin | Cherry Zhang |
| 2021-02-19 | runtime: clean up system calls during cgo callback init | Russ Cox |
| 2021-01-19 | cmd/link,runtime: switch openbsd/amd64 to pthreads | Joel Sing |
| 2020-12-21 | runtime: use _exit on darwin | Cherry Zhang |
| 2020-12-07 | internal/cpu: add darwin/arm64 CPU feature detection support | Martin Möhrmann |
| 2020-11-30 | runtime: mlock signal stack on macOS/ARM64 | Cherry Zhang |
| 2020-11-18 | runtime: use clock_gettime instead of gettimeofday on darwin | Tobias Klauser |
| 2020-08-17 | cmd/link: link dynamic library automatically | Cherry Zhang |
| 2020-07-08 | crypto/x509/internal/macos: rename package to lowercase | Filippo Valsorda |
| 2020-05-07 | crypto/x509: use Security.framework without cgo for roots on macOS | Filippo Valsorda |
| 2020-04-08 | all: remove scattered remnants of darwin/386 | Austin Clements |
| 2019-11-25 | runtime: add go:nosplit to cgo_mmap.go:mmap() and sys_darwin.go:mmap() | Dan Scales |
| 2019-10-26 | runtime: M-targeted signals for libc-based OSes | Austin Clements |
| 2019-10-01 | runtime: fix darwin syscall performance regression | Shenghou Ma |
| 2019-09-04 | runtime: wrap nanotime, walltime, and write | Austin Clements |
| 2019-06-30 | runtime: use a pipe to wake up signal_recv on Darwin | Ian Lance Taylor |
| 2019-06-21 | Revert "runtime: use dispatch semaphores on Darwin" | Ian Lance Taylor |
| 2019-06-15 | runtime: use dispatch semaphores on Darwin | Ian Lance Taylor |
| 2019-06-06 | runtime: mark all Go symbols called from assembly in other packages | Austin Clements |
| 2019-06-06 | runtime: use default system stack size, not 64 kB, on non-cgo macOS | Russ Cox |
| 2019-04-03 | syscall: avoid _getdirentries64 on darwin | Keith Randall |
| 2018-11-07 | syscall: implement syscalls on Darwin using libSystem | Keith Randall |
| 2018-09-15 | runtime: fix TODO comment filepath | Koichi Shiraishi |