summaryrefslogtreecommitdiff
path: root/src/runtime/signal_linux_arm.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: normalize (*sigctxt).fault() typeAustin Clements2017-10-051-1/+1
* runtime: record current PC for SIGPROF on non-Go threadIan Lance Taylor2016-10-111-21/+28
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* runtime: break out system-specific constants into package sysMichael Matloob2015-11-121-2/+5
* [dev.cc] runtime: add explicit siginfo.si_addr fieldAustin Clements2014-11-191-1/+1
* [dev.cc] runtime: convert signal handlers from C to GoRuss Cox2014-11-111-0/+48