| Age | Commit message (Expand) | Author |
| 2026-03-24 | runtime: return the error code as a return value in syscallN_trampoline | qmuntal |
| 2025-10-21 | runtime,syscall: implement and use syscalln on darwin | qmuntal |
| 2025-09-15 | runtime: deduplicate syscall assembly for darwin | qmuntal |
| 2025-09-12 | runtime: fix syscall9 on darwin/arm64 | qmuntal |
| 2024-10-07 | runtime: use arc4random_buf() for readRandom | Filippo Valsorda |
| 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: change fcntl to return two values | Ian Lance Taylor |
| 2023-05-17 | runtime: consistently define fcntl | Ian Lance Taylor |
| 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-04-28 | runtime: mark sigtramp as TOPFRAME on the rest of unix | Michael Pratt |
| 2022-03-30 | runtime: unify C->Go ABI transitions on arm64 | eric fang |
| 2022-02-22 | crypto/x509, runtime: fix occasional spurious “certificate is expired” | Russ Cox |
| 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-10-28 | runtime: save/restore g unconditionally on darwin/arm64 | Cherry Zhang |
| 2020-10-28 | runtime: set up TLS without cgo on darwin/arm64 | Cherry Zhang |
| 2020-10-07 | crypto/x509: use macOS/AMD64 implementation on macOS/ARM64 | Cherry Zhang |
| 2020-10-06 | runtime: use sigaltstack on macOS/ARM64 | Cherry Zhang |
| 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-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: use default system stack size, not 64 kB, on non-cgo macOS | Russ Cox |
| 2019-06-03 | runtime: save/restore callee saved registers in arm64's sigtramp | Ben Shi |
| 2019-04-30 | runtime: implement pthread functions for darwin/arm64 | Elias Naur |
| 2019-04-03 | syscall: avoid _getdirentries64 on darwin | Keith Randall |
| 2018-12-13 | runtime,os,syscall,internal/poll: replace getdirentries on iOS | Elias Naur |
| 2018-11-08 | internal/syscall/unix: use libc calls on Darwin | Keith Randall |
| 2018-11-07 | syscall: implement syscalls on Darwin using libSystem | Keith Randall |
| 2018-08-16 | runtime: load errno as signed 32-bit | Keith Randall |
| 2018-07-04 | runtime: support capturing C backtrace from signal handler on darwin/amd64 | Nikhil Benesch |
| 2018-06-25 | runtime: respect timeout in semasleep on Darwin | Nikhil Benesch |
| 2018-06-16 | runtime: move semaphore ops from system calls to libc calls on iOS | Elias Naur |
| 2018-06-13 | runtime: move iOS kevent calls to libc | Elias Naur |
| 2018-06-12 | runtime: use libc for signal functions on iOS | Elias Naur |
| 2018-05-29 | runtime: implement time.now using libc | Keith Randall |
| 2018-05-21 | cmd/link,runtime: move syscalls to libc on iOS | Elias Naur |
| 2018-02-12 | runtime: use NOFRAME on arm64 | 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 |
| 2017-10-05 | runtime: fix exit1 arguments on Darwin | Austin Clements |
| 2017-08-11 | runtime: move mincore from stubs.go to os_linux.go | Hiroshi Ioka |
| 2017-02-03 | time: record monotonic clock reading in time.Now, for more accurate comparisons | Russ Cox |
| 2016-08-25 | all: fix assembly vet issues | Josh Bleecher Snyder |