| Age | Commit message (Expand) | Author |
| 2023-01-26 | runtime: use explicit NOFRAME on darwin/amd64 | qmuntal |
| 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-04-26 | runtime: use ABIInternal for most calls to sigtrampgo | Michael Pratt |
| 2022-02-22 | crypto/x509, runtime: fix occasional spurious “certificate is expired” | Russ Cox |
| 2021-09-27 | runtime: use per-thread profiler for SetCgoTraceback platforms | Rhys Hiltner |
| 2021-04-26 | runtime: use abi.FuncPCABI0 for libc syscall wrappers | Cherry Zhang |
| 2021-04-15 | runtime: unify C->Go ABI transitions | Austin Clements |
| 2021-03-19 | cmd/compile: add clobberdeadreg mode | Cherry Zhang |
| 2021-02-03 | [dev.regabi] runtime, syscall, etc.: mark Darwin syscall wrappers as ABIInternal | 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-05-07 | crypto/x509: use Security.framework without cgo for roots on macOS | Filippo Valsorda |
| 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: document, fix libc error checks on macOS | Russ Cox |
| 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-12-13 | runtime,os,syscall,internal/poll: replace getdirentries on iOS | Elias Naur |
| 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 Darwin | Keith Randall |
| 2018-06-13 | runtime: move darwin kevent calls to libc | Keith Randall |
| 2018-06-12 | runtime: use libc's signal functions on Darwin | Keith Randall |
| 2018-05-29 | runtime: implement time.now using libc | Keith Randall |
| 2018-05-21 | runtime: use raise instead of pthread_self and pthread_kill | Elias Naur |
| 2018-05-20 | runtime: use libc for nanotime on Darwin | Keith Randall |
| 2018-05-19 | runtime: fix darwin 386/amd64 stack switches | Keith Randall |
| 2018-05-01 | runtime: move open/close/read/write from syscall to libc on Darwin | Keith Randall |
| 2018-05-01 | runtime: move more syscalls to libc on Darwin | Keith Randall |
| 2018-05-01 | runtime: implement darwin raise with pthread_self and pthread_kill | Elias Naur |
| 2018-05-01 | runtime: convert exit to use pthread library on Darwin | Keith Randall |
| 2018-04-30 | runtime,cmd/ld: on darwin, create theads using libc | Keith Randall |
| 2018-04-11 | runtime: use fixed TLS offsets on darwin/amd64 and darwin/386 | Keith Randall |
| 2018-04-10 | Revert "runtime: use fixed TLS offsets on darwin/amd64 and darwin/386" | Keith Randall |
| 2018-04-10 | runtime: use fixed TLS offsets on darwin/amd64 and darwin/386 | Keith Randall |
| 2018-01-16 | runtime: fix time.Now on Sierra and older | Giovanni Bajo |
| 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-10-03 | runtime: fix wall time computation in macOS High Sierra | Giovanni Bajo |