aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-libmain.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-28runtime: move osinit to GoIan Lance Taylor1-2/+1
2019-06-03runtime: remove unnecessary functions calling between C and GoIan Lance Taylor1-1/+0
2019-05-11runtime: set up g earlyIan Lance Taylor1-0/+1
2019-02-15compiler, runtime: harmonize types referenced by both C and GoIan Lance Taylor1-1/+1
2019-01-21libgo: fix building, and some testing, on SolarisIan Lance Taylor1-0/+122
2017-07-18re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex...Ian Lance Taylor1-1/+2
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-5/+12
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor1-1/+0
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor1-0/+1
2016-12-08runtime: copy memory hash code from Go 1.7Ian Lance Taylor1-0/+1
2016-02-12runtime: For c-archive/c-shared, install signal handlers synchronously.Ian Lance Taylor1-2/+4
2015-04-29runtime: Support -buildmode=c-shared.Ian Lance Taylor1-0/+114