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_netbsd_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-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
2022-01-06
runtime: crash on netbsd-arm64 when setcontext fails
Benny Siegert
2021-04-29
runtime: rename walltime1 to walltime
Ian Lance Taylor
2021-04-01
runtime: fix uses of ABIInternal PCs in assembly
Austin Clements
2020-09-29
runtime: correct arguments to pipe2 syscall in pipe on netbsd/arm64
Tobias Klauser
2020-09-28
runtime: netbsd-arm64 fixes
Benny Siegert
2019-10-26
runtime: M-targeted signals for BSDs
Austin Clements
2019-10-21
runtime: change read and write to return negative errno value
Ian Lance Taylor
2019-10-20
runtime: define nonblockingPipe
Ian Lance Taylor
2019-09-04
runtime: wrap nanotime, walltime, and write
Austin Clements
2019-06-03
runtime: save/restore callee saved registers in arm64's sigtramp
Ben Shi
2019-05-17
runtime: fix netbsd/arm64 assembly
Joel Sing
2019-05-09
runtime: fix vet complaints for all freebsd, netbsd, openbsd
Russ Cox
2019-04-22
runtime: use named macros on NetBSD
Maya Rashish
2019-04-20
all: add start of netbsd/arm64 support
Maya Rashish