aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/signal_386.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-05-06cmd/internal/obj, runtime: preempt & restart some instruction sequencesCherry Zhang
2020-04-16runtime: clean up now unused pushCallSupportedJoel Sing
2020-04-08all: remove scattered remnants of darwin/386Austin Clements
2020-04-08all: remove darwin/386 build-tags and filesAustin Clements
2019-11-02runtime: support for injecting calls at signals on x86Austin Clements
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
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-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24runtime, syscall: switch linux/386 to use int 0x80Shenghou Ma
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-13runtime: fix x86 stack trace for call to heap memoryRuss Cox
2015-06-16runtime: implement GOTRACEBACK=crash for linux/386Russ Cox
2015-04-20runtime: replace func-based write barrier skipping with type-basedRuss Cox
2015-03-26runtime: remove write barrier on G in sighandlerAustin Clements
2015-02-26runtime: simplify CPU profiling codeMatthew Dempsky
2014-11-11[dev.cc] runtime: convert signal handlers from C to GoRuss Cox