aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/signal_unix.go
AgeCommit message (Expand)Author
2017-08-11runtime: fix crashing with foreign signal handlers on DarwinElias Naur
2017-08-10runtime: when dying from a signal use the previous signal handlerElias Naur
2017-08-10runtime: allow crash() to raise SIGABRT on darwin/arm64Elias Naur
2017-06-14runtime, syscall: reset signal handlers to default in childIan Lance Taylor
2017-02-14runtime: remove g.stackAllocAustin Clements
2017-02-09runtime: enable/disable SIGPROF if needed when profilingIan Lance Taylor
2017-02-08runtime: use atomic ops for fwdSig, make sigtable immutableIan Lance Taylor
2017-02-03runtime: handle SIGPIPE in c-archive and c-shared programsElias Naur
2016-12-12runtime: don't crash if signal delivered on g0 stackIan Lance Taylor
2016-12-01Revert "runtime: handle SIGPIPE in c-archive and c-shared programs"Elias Naur
2016-11-22runtime: sleep a bit to let a bad signal be deliveredIan Lance Taylor
2016-11-18runtime: handle SIGPIPE in c-archive and c-shared programsElias Naur
2016-10-11runtime: record current PC for SIGPROF on non-Go threadIan Lance Taylor
2016-10-05runtime: don't call cgocallback from signal handlerIan Lance Taylor
2016-09-28runtime: minor simplifications to signal codeIan Lance Taylor
2016-09-27runtime: remove sigmask type, use sigset insteadIan Lance Taylor
2016-09-27runtime: simplify signalstack by dropping nil as argumentIan Lance Taylor
2016-09-26runtime: unify Unix implementations of unminitIan Lance Taylor
2016-09-26runtime: merge setting new signal mask in minitIan Lance Taylor
2016-09-26runtime: unify sigtrampgoIan Lance Taylor
2016-09-26runtime: unify handling of alternate signal stackIan Lance Taylor
2016-09-25runtime: simplify conditions testing g.paniconfaultIan Lance Taylor
2016-09-25runtime: merge sigpanic_unix.go into signal_unix.goIan Lance Taylor
2016-09-24runtime: unify some signal handling functionsIan Lance Taylor
2016-09-21runtime: merge signal[12]_unix.go into signal_unix.goIan Lance Taylor
2016-05-05runtime: print signal name in panic, if name is knownEmmanuel Odeke
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-10-02runtime: drop sigfwd from signal forwarding unsupported platformsMikio Hara
2015-04-26runtime: signal forwarding for darwin/amd64David Crawshaw
2014-12-23runtime: remove thunk.sRuss Cox
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox
2014-11-11[dev.cc] runtime: convert signal handlers from C to GoRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox