summaryrefslogtreecommitdiff
path: root/src/runtime/signal_mips64x.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/internal/obj, runtime: preempt & restart some instruction sequencesCherry Zhang2020-05-061-3/+3
* runtime: clean up now unused pushCallSupportedJoel Sing2020-04-161-2/+0
* runtime: add async preemption support on MIPS and MIPS64Cherry Zhang2019-11-071-2/+12
* runtime: support for injecting calls at signals on x86Austin Clements2019-11-021-0/+6
* runtime: refactor test for pushing sigpanic frameAustin Clements2018-02-131-12/+2
* runtime: restore RSB for sigpanic call on mips64xAustin Clements2018-01-311-1/+3
* runtime: avoid repeated findmoduledatap callsAustin Clements2017-03-061-1/+1
* runtime: record current PC for SIGPROF on non-Go threadIan Lance Taylor2016-10-111-0/+3
* runtime: merge Unix sighandler functionsIan Lance Taylor2016-09-251-130/+33
* runtime: eliminate unnecessary type conversionsMatthew Dempsky2016-03-071-1/+1
* runtime: allow signal.Ignore of user-generated throwing signalsRuss Cox2016-01-081-0/+4
* runtime: fix exit status when killed by signalIan Lance Taylor2016-01-051-1/+1
* runtime: recursively disallow write barriers in sighandlerAustin Clements2015-11-241-1/+2
* runtime, runtime/internal/sys: fix build for linux/{mips64,mips64le}Shenghou Ma2015-11-121-2/+5
* runtime: added go files for linux/mips64{,le} supportYao Zhang2015-11-121-0/+180