index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
sys_freebsd_arm64.s
Age
Commit message (
Expand
)
Author
2023-06-06
runtime: implement SUID/SGID protections
Roland Shoemaker
2023-05-22
runtime: remove some unused constants from assembler code
Ian Lance Taylor
2023-05-20
runtime: consolidate on a single closeonexec definition
Ian Lance Taylor
2023-05-20
runtime: change fcntl to return two values
Ian Lance Taylor
2023-05-17
runtime: consistently define fcntl
Ian Lance Taylor
2023-03-17
runtime: remove arm64 non-register ABI fallback code
Joel Sing
2022-10-18
runtime: always keep global reference to mp until mexit completes
Michael Pratt
2022-09-16
runtime: switch FreeBSD to use the non-COMPAT_FREEBSD11 version of the kevent...
Yuval Pavel Zholkover
2022-09-04
runtime: fast clock_gettime on FreeBSD, use physical/virtual ARM timer
Yuval Pavel Zholkover
2022-04-28
runtime: mark sigtramp as TOPFRAME on the rest of unix
Michael Pratt
2022-04-26
runtime: use ABIInternal for most calls to sigtrampgo
Michael Pratt
2022-03-30
runtime: unify C->Go ABI transitions on arm64
eric fang
2022-03-03
runtime: remove fallback to pipe on platforms with pipe2
Tobias Klauser
2020-12-22
runtime: correct error handling in several FreeBSD syscall wrappers
Nikhil Benesch
2020-10-20
internal/cpu: consolidate arm64 feature detection
Martin Möhrmann
2020-01-08
runtime: use FP offsets for pipe/pipe2 on freebsd/arm64 and linux/arm64
Joel Sing
2019-12-10
runtime: use MRS instruction to read system registers on freebsd/arm64
Tobias Klauser
2019-10-26
runtime: M-targeted signals for BSDs
Austin Clements
2019-10-25
runtime: define emptyfunc as static function in assembly for freebsd/arm64
Tobias Klauser
2019-10-25
runtime: add support for freebsd/arm64
Tobias Klauser