aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime/signal_gccgo.go
AgeCommit message (Expand)AuthorFilesLines
2022-04-18runtime: add special handling for signal 34A. Wilcox1-1/+2
2020-10-28libgo: handle linking to NetBSD's versioned symbolsNikhil Benesch1-11/+11
2020-04-20gccgo: fix runtime compilation on NetBSDBenny Siegert1-1/+1
2019-05-13libgo: drop Solaris 10 supportIan Lance Taylor1-5/+0
2019-02-01libgo: add hurd build tagsIan Lance Taylor1-1/+1
2018-01-10runtime: noescape some functions/variablesIan Lance Taylor1-0/+8
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor1-5/+0
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-1/+1
2017-02-28runtime: fix sigfwd to not allocate memoryIan Lance Taylor1-3/+4
2017-01-16runtime: rename siginfo to _siginfo_tIan Lance Taylor1-5/+3
2017-01-14libgo: update to Go 1.8 release candidate 1Ian Lance Taylor1-52/+32
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor1-11/+24
2016-11-14runtime: don't crash if signal handler info argument is nilIan Lance Taylor1-1/+8
2016-11-10runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor1-0/+145