aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_darwin_arm64.s
AgeCommit message (Expand)Author
2020-12-07internal/cpu: add darwin/arm64 CPU feature detection supportMartin Möhrmann
2020-11-30runtime: mlock signal stack on macOS/ARM64Cherry Zhang
2020-11-18runtime: use clock_gettime instead of gettimeofday on darwinTobias Klauser
2020-10-28runtime: save/restore g unconditionally on darwin/arm64Cherry Zhang
2020-10-28runtime: set up TLS without cgo on darwin/arm64Cherry Zhang
2020-10-07crypto/x509: use macOS/AMD64 implementation on macOS/ARM64Cherry Zhang
2020-10-06runtime: use sigaltstack on macOS/ARM64Cherry Zhang
2019-10-26runtime: M-targeted signals for libc-based OSesAustin Clements
2019-10-21runtime: change read and write to return negative errno valueIan Lance Taylor
2019-06-30runtime: use a pipe to wake up signal_recv on DarwinIan Lance Taylor
2019-06-21Revert "runtime: use dispatch semaphores on Darwin"Ian Lance Taylor
2019-06-15runtime: use dispatch semaphores on DarwinIan Lance Taylor
2019-06-06runtime: use default system stack size, not 64 kB, on non-cgo macOSRuss Cox
2019-06-03runtime: save/restore callee saved registers in arm64's sigtrampBen Shi
2019-04-30runtime: implement pthread functions for darwin/arm64Elias Naur
2019-04-03syscall: avoid _getdirentries64 on darwinKeith Randall
2018-12-13runtime,os,syscall,internal/poll: replace getdirentries on iOSElias Naur
2018-11-08internal/syscall/unix: use libc calls on DarwinKeith Randall
2018-11-07syscall: implement syscalls on Darwin using libSystemKeith Randall
2018-08-16runtime: load errno as signed 32-bitKeith Randall
2018-07-04runtime: support capturing C backtrace from signal handler on darwin/amd64Nikhil Benesch
2018-06-25runtime: respect timeout in semasleep on DarwinNikhil Benesch
2018-06-16runtime: move semaphore ops from system calls to libc calls on iOSElias Naur
2018-06-13runtime: move iOS kevent calls to libcElias Naur
2018-06-12runtime: use libc for signal functions on iOSElias Naur
2018-05-29runtime: implement time.now using libcKeith Randall
2018-05-21cmd/link,runtime: move syscalls to libc on iOSElias Naur
2018-02-12runtime: use NOFRAME on arm64Austin Clements
2017-10-18runtime: separate error result for mmapAustin Clements
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-10-05runtime: fix exit1 arguments on DarwinAustin Clements
2017-08-11runtime: move mincore from stubs.go to os_linux.goHiroshi Ioka
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
2016-08-05runtime, syscall: fix kernel gettimeofday ABI change on iOS 10Shenghou Ma
2016-02-21all: use cannot instead of can notJosh Bleecher Snyder
2015-12-24runtime: adjust gsignal stack to current signal stackIan Lance Taylor
2015-11-07runtime: use pthread_sigmask, not sigprocmask, on Darwin ARM/ARM64Ian Lance Taylor
2015-07-29runtime: fix darwin/amd64 assembly frame sizesRuss Cox
2015-07-27runtime: log all thread stack traces during GODEBUG=crash on UnixIan Lance Taylor
2015-04-22runtime: fix arm64 asm vet issuesJosh Bleecher Snyder
2015-04-16runtime: darwin/arm64 supportShenghou Ma