aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_darwin_arm64.s
AgeCommit message (Expand)Author
2026-03-24runtime: return the error code as a return value in syscallN_trampolineqmuntal
2025-10-21runtime,syscall: implement and use syscalln on darwinqmuntal
2025-09-15runtime: deduplicate syscall assembly for darwinqmuntal
2025-09-12runtime: fix syscall9 on darwin/arm64qmuntal
2024-10-07runtime: use arc4random_buf() for readRandomFilippo Valsorda
2023-08-03runtime,runtime/pprof: get memory mappings on darwin.Cosmos Nicolaou
2023-06-06runtime: implement SUID/SGID protectionsRoland Shoemaker
2023-05-20runtime: change fcntl to return two valuesIan Lance Taylor
2023-05-17runtime: consistently define fcntlIan Lance Taylor
2023-01-10cmd/link, runtime: Apple libc atfork workaround take 3Russ Cox
2022-12-22runtime: revert Apple libc atfork workaroundRuss Cox
2022-11-17runtime: work around Apple libc bugs to make exec stop hangingRuss Cox
2022-11-01net: use libc (not cgo) for DNS on macOSRuss Cox
2022-04-28runtime: mark sigtramp as TOPFRAME on the rest of unixMichael Pratt
2022-03-30runtime: unify C->Go ABI transitions on arm64eric fang
2022-02-22crypto/x509, runtime: fix occasional spurious “certificate is expired”Russ Cox
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