aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/signal_arm64.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-19runtime: document, clean up internal/sysRuss Cox
2020-05-06cmd/internal/obj, runtime: preempt & restart some instruction sequencesCherry Zhang
2020-04-16runtime: clean up now unused pushCallSupportedJoel Sing
2019-11-12runtime: enable async preemption on darwin/arm64Cherry Zhang
2019-11-07runtime: disable async preemption on darwin/arm(64) for nowCherry Zhang
2019-11-07runtime: add async preemption support on ARM64Cherry Zhang
2019-11-02runtime: support for injecting calls at signals on x86Austin Clements
2019-10-25runtime: add support for freebsd/arm64Tobias Klauser
2019-04-26runtime: add support for openbsd/arm64Joel Sing
2019-04-20all: add start of netbsd/arm64 supportMaya Rashish
2018-02-13runtime: refactor test for pushing sigpanic frameAustin Clements
2017-03-06runtime: avoid repeated findmoduledatap callsAustin Clements
2016-10-11runtime: record current PC for SIGPROF on non-Go threadIan Lance Taylor
2016-09-25runtime: merge Unix sighandler functionsIan Lance Taylor
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
2016-01-08runtime: allow signal.Ignore of user-generated throwing signalsRuss Cox
2016-01-05runtime: fix exit status when killed by signalIan Lance Taylor
2015-11-24runtime: recursively disallow write barriers in sighandlerAustin Clements
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-10-30runtime: introduce GOTRACEBACK=single, now the defaultRuss Cox
2015-07-27runtime: log all thread stack traces during GODEBUG=crash on UnixIan Lance Taylor
2015-07-14runtime: fix build on non-x86 machinesRuss Cox
2015-04-20runtime: replace func-based write barrier skipping with type-basedRuss Cox
2015-04-16runtime: darwin/arm64 supportShenghou Ma
2015-03-26runtime: remove write barrier on G in sighandlerAustin Clements
2015-03-16runtime: add support for linux/arm64Aram Hăvărneanu