aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/signal_mips64x.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-29runtime: add support for openbsd/mips64Joel Sing
2020-05-06cmd/internal/obj, runtime: preempt & restart some instruction sequencesCherry Zhang
2020-04-16runtime: clean up now unused pushCallSupportedJoel Sing
2019-11-07runtime: add async preemption support on MIPS and MIPS64Cherry Zhang
2019-11-02runtime: support for injecting calls at signals on x86Austin Clements
2018-02-13runtime: refactor test for pushing sigpanic frameAustin Clements
2018-01-31runtime: restore RSB for sigpanic call on mips64xAustin 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, runtime/internal/sys: fix build for linux/{mips64,mips64le}Shenghou Ma
2015-11-12runtime: added go files for linux/mips64{,le} supportYao Zhang