aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sigtab_linux_generic.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-28runtime: handle signal 34 for musl setgidGeorge Tsilias
2017-08-29runtime: forward crashing signals to late handlersElias Naur
2017-08-25runtime: unify sigTabT type across Unix systemsIan Lance Taylor
2016-11-15runtime: add support files for linux/mips{,le} portVladimir Stefanovic
2016-04-28runtime: drop _SigUnblock for SIGSYS on LinuxMikio Hara
2016-04-19runtime: updated SIGSYS to cause a panic + stacktraceJulia Hansbrough
2016-01-05runtime: set SIGCONT to _SigNotify + _SigDefaultIan Lance Taylor
2015-11-12runtime: restructured signal_linux.go, added signal table for mips64.Yao Zhang