summaryrefslogtreecommitdiff
path: root/src/runtime/sigtab_linux_generic.go
Commit message (Expand)AuthorAgeFilesLines
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-5/+2
* runtime: handle signal 34 for musl setgidGeorge Tsilias2020-10-281-1/+1
* runtime: forward crashing signals to late handlersElias Naur2017-08-291-7/+7
* runtime: unify sigTabT type across Unix systemsIan Lance Taylor2017-08-251-5/+0
* runtime: add support files for linux/mips{,le} portVladimir Stefanovic2016-11-151-0/+2
* runtime: drop _SigUnblock for SIGSYS on LinuxMikio Hara2016-04-281-1/+1
* runtime: updated SIGSYS to cause a panic + stacktraceJulia Hansbrough2016-04-191-1/+1
* runtime: set SIGCONT to _SigNotify + _SigDefaultIan Lance Taylor2016-01-051-1/+1
* runtime: restructured signal_linux.go, added signal table for mips64.Yao Zhang2015-11-121-0/+82