aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/signal_solaris.go
AgeCommit message (Expand)Author
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2017-08-29runtime: forward crashing signals to late handlersElias Naur
2017-08-25runtime: unify sigTabT type across Unix systemsIan Lance Taylor
2016-11-01runtime: treat SIGSTOP on Solaris as we do on other systemsIan Lance Taylor
2016-04-03all: fix spelling mistakesEric Engestrom
2016-01-05runtime: set SIGCONT to _SigNotify + _SigDefaultIan Lance Taylor
2016-01-02runtime: treat SIGTSTP/SIGCANCEL on Solaris as we do on GNU/LinuxIan Lance Taylor
2015-09-11all: use one 'l' when cancelling everywhere except SolarisRob Pike
2015-05-22runtime: don't always unblock all signalsElias Naur
2014-11-13[dev.cc] runtime: convert Solaris port to GoAram Hăvărneanu