aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_darwin_amd64.s
AgeCommit message (Expand)Author
2026-03-24runtime: return the error code as a return value in syscallN_trampolineqmuntal
2025-12-08[dev.simd] cmd/compile: zero only low 128-bit of X15Cherry Mui
2025-11-26cmd/compile, runtime: guard X15 zeroing with GOEXPERIMENT=simdCherry Mui
2025-11-13[dev.simd] all: merge master (57362e9) into dev.simdCherry Mui
2025-10-21runtime,syscall: implement and use syscalln on darwinqmuntal
2025-09-16[dev.simd] all: merge master (ca0e035) into dev.simdCherry Mui
2025-09-15runtime: deduplicate syscall assembly for darwinqmuntal
2025-08-22[dev.simd] cmd/compile: ensure the whole X15 register is zeroedCherry Mui
2025-04-15runtime: fix 9-arg syscall on darwin/amd64Keith Randall
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-02-07runtime: use explicit NOFRAME on darwin/amd64qmuntal
2023-01-26Revert "runtime: use explicit NOFRAME on darwin/amd64"Quim Muntal
2023-01-26runtime: use explicit NOFRAME on darwin/amd64qmuntal
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-04-26runtime: use ABIInternal for most calls to sigtrampgoMichael Pratt
2022-02-22crypto/x509, runtime: fix occasional spurious “certificate is expired”Russ Cox
2021-09-27runtime: use per-thread profiler for SetCgoTraceback platformsRhys Hiltner
2021-04-26runtime: use abi.FuncPCABI0 for libc syscall wrappersCherry Zhang
2021-04-15runtime: unify C->Go ABI transitionsAustin Clements
2021-03-19cmd/compile: add clobberdeadreg modeCherry Zhang
2021-02-03[dev.regabi] runtime, syscall, etc.: mark Darwin syscall wrappers as ABIInternalCherry Zhang
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-05-07crypto/x509: use Security.framework without cgo for roots on macOSFilippo Valsorda
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: document, fix libc error checks on macOSRuss Cox
2019-06-06runtime: use default system stack size, not 64 kB, on non-cgo macOSRuss Cox
2019-04-03syscall: avoid _getdirentries64 on darwinKeith Randall
2018-12-13runtime,os,syscall,internal/poll: replace getdirentries on iOSElias Naur
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 DarwinKeith Randall
2018-06-13runtime: move darwin kevent calls to libcKeith Randall
2018-06-12runtime: use libc's signal functions on DarwinKeith Randall
2018-05-29runtime: implement time.now using libcKeith Randall