aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_freebsd_arm64.s
AgeCommit message (Expand)Author
2023-06-06runtime: implement SUID/SGID protectionsRoland Shoemaker
2023-05-22runtime: remove some unused constants from assembler codeIan Lance Taylor
2023-05-20runtime: consolidate on a single closeonexec definitionIan Lance Taylor
2023-05-20runtime: change fcntl to return two valuesIan Lance Taylor
2023-05-17runtime: consistently define fcntlIan Lance Taylor
2023-03-17runtime: remove arm64 non-register ABI fallback codeJoel Sing
2022-10-18runtime: always keep global reference to mp until mexit completesMichael Pratt
2022-09-16runtime: switch FreeBSD to use the non-COMPAT_FREEBSD11 version of the kevent...Yuval Pavel Zholkover
2022-09-04runtime: fast clock_gettime on FreeBSD, use physical/virtual ARM timerYuval Pavel Zholkover
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-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