aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/signal_linux_386.go
AgeCommit message (Expand)Author
2016-10-11runtime: record current PC for SIGPROF on non-Go threadIan Lance Taylor
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2014-11-19[dev.cc] runtime: add explicit siginfo.si_addr fieldAustin Clements
2014-11-11[dev.cc] runtime: convert signal handlers from C to GoRuss Cox