aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_freebsd_arm64.s
AgeCommit message (Expand)Author
2022-04-26runtime: use ABIInternal for most calls to sigtrampgoMichael Pratt
2022-03-30runtime: unify C->Go ABI transitions on arm64eric fang
2022-03-03runtime: remove fallback to pipe on platforms with pipe2Tobias Klauser
2020-12-22runtime: correct error handling in several FreeBSD syscall wrappersNikhil Benesch
2020-10-20internal/cpu: consolidate arm64 feature detectionMartin Möhrmann
2020-01-08runtime: use FP offsets for pipe/pipe2 on freebsd/arm64 and linux/arm64Joel Sing
2019-12-10runtime: use MRS instruction to read system registers on freebsd/arm64Tobias Klauser
2019-10-26runtime: M-targeted signals for BSDsAustin Clements
2019-10-25runtime: define emptyfunc as static function in assembly for freebsd/arm64Tobias Klauser
2019-10-25runtime: add support for freebsd/arm64Tobias Klauser