summaryrefslogtreecommitdiff
path: root/src/runtime/signal_darwin_amd64.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: record current PC for SIGPROF on non-Go threadIan Lance Taylor2016-10-111-18/+25
* runtime: merge Unix sighandler functionsIan Lance Taylor2016-09-251-0/+20
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* runtime: fix up OS X kernel bug sending user-generated SIGTRAPRuss Cox2016-01-081-0/+22
* runtime: use uintXX instead of *byte for si_addr on DarwinAustin Clements2015-03-261-2/+2
* [dev.cc] runtime: convert signal handlers from C to GoRuss Cox2014-11-111-0/+42