summaryrefslogtreecommitdiff
path: root/src/runtime/sys_darwin_arm64.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: consistently define fcntlIan Lance Taylor2023-05-171-0/+7
* cmd/link, runtime: Apple libc atfork workaround take 3Russ Cox2023-01-101-0/+6
* runtime: revert Apple libc atfork workaroundRuss Cox2022-12-221-6/+0
* runtime: work around Apple libc bugs to make exec stop hangingRuss Cox2022-11-171-0/+6
* net: use libc (not cgo) for DNS on macOSRuss Cox2022-11-011-0/+57
* runtime: mark sigtramp as TOPFRAME on the rest of unixMichael Pratt2022-04-281-1/+1
* runtime: unify C->Go ABI transitions on arm64eric fang2022-03-301-77/+10
* crypto/x509, runtime: fix occasional spurious “certificate is expired”Russ Cox2022-02-221-4/+5
* internal/cpu: add darwin/arm64 CPU feature detection supportMartin Möhrmann2020-12-071-4/+14
* runtime: mlock signal stack on macOS/ARM64Cherry Zhang2020-11-301-0/+6
* runtime: use clock_gettime instead of gettimeofday on darwinTobias Klauser2020-11-181-3/+5
* runtime: save/restore g unconditionally on darwin/arm64Cherry Zhang2020-10-281-4/+2
* runtime: set up TLS without cgo on darwin/arm64Cherry Zhang2020-10-281-0/+12
* crypto/x509: use macOS/AMD64 implementation on macOS/ARM64Cherry Zhang2020-10-071-0/+20
* runtime: use sigaltstack on macOS/ARM64Cherry Zhang2020-10-061-4/+18
* runtime: M-targeted signals for libc-based OSesAustin Clements2019-10-261-0/+12
* runtime: change read and write to return negative errno valueIan Lance Taylor2019-10-211-0/+14
* runtime: use a pipe to wake up signal_recv on DarwinIan Lance Taylor2019-06-301-0/+8
* Revert "runtime: use dispatch semaphores on Darwin"Ian Lance Taylor2019-06-211-21/+32
* runtime: use dispatch semaphores on DarwinIan Lance Taylor2019-06-151-32/+21
* runtime: use default system stack size, not 64 kB, on non-cgo macOSRuss Cox2019-06-061-2/+2
* runtime: save/restore callee saved registers in arm64's sigtrampBen Shi2019-06-031-68/+80
* runtime: implement pthread functions for darwin/arm64Elias Naur2019-04-301-13/+72
* syscall: avoid _getdirentries64 on darwinKeith Randall2019-04-031-3/+3
* runtime,os,syscall,internal/poll: replace getdirentries on iOSElias Naur2018-12-131-0/+28
* internal/syscall/unix: use libc calls on DarwinKeith Randall2018-11-081-4/+10
* syscall: implement syscalls on Darwin using libSystemKeith Randall2018-11-071-1/+183
* runtime: load errno as signed 32-bitKeith Randall2018-08-161-2/+2
* runtime: support capturing C backtrace from signal handler on darwin/amd64Nikhil Benesch2018-07-041-0/+3
* runtime: respect timeout in semasleep on DarwinNikhil Benesch2018-06-251-2/+2
* runtime: move semaphore ops from system calls to libc calls on iOSElias Naur2018-06-161-71/+43
* runtime: move iOS kevent calls to libcElias Naur2018-06-131-62/+35
* runtime: use libc for signal functions on iOSElias Naur2018-06-121-78/+87
* runtime: implement time.now using libcKeith Randall2018-05-291-16/+4
* cmd/link,runtime: move syscalls to libc on iOSElias Naur2018-05-211-177/+113
* runtime: use NOFRAME on arm64Austin Clements2018-02-121-1/+1
* runtime: separate error result for mmapAustin Clements2017-10-181-1/+7
* runtime: make it possible to exit Go-created threadsAustin Clements2017-10-111-1/+10
* runtime: fix exit1 arguments on DarwinAustin Clements2017-10-051-0/+6
* runtime: move mincore from stubs.go to os_linux.goHiroshi Ioka2017-08-111-1/+0
* time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox2017-02-031-1/+1
* all: fix assembly vet issuesJosh Bleecher Snyder2016-08-251-1/+1
* runtime, syscall: fix kernel gettimeofday ABI change on iOS 10Shenghou Ma2016-08-051-2/+12
* all: use cannot instead of can notJosh Bleecher Snyder2016-02-211-1/+1
* runtime: adjust gsignal stack to current signal stackIan Lance Taylor2015-12-241-0/+8
* runtime: use pthread_sigmask, not sigprocmask, on Darwin ARM/ARM64Ian Lance Taylor2015-11-071-2/+2
* runtime: fix darwin/amd64 assembly frame sizesRuss Cox2015-07-291-3/+3
* runtime: log all thread stack traces during GODEBUG=crash on UnixIan Lance Taylor2015-07-271-0/+5
* runtime: fix arm64 asm vet issuesJosh Bleecher Snyder2015-04-221-7/+7
* runtime: darwin/arm64 supportShenghou Ma2015-04-161-0/+450