aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/gcc_libinit.c
AgeCommit message (Expand)Author
2019-03-08cmd/cgo: add missing parameter list for function _cgo_wait_runtime_init_donePhilipp Stephani
2019-03-06runtime/cgo: add port for aix/ppc64Clément Chigot
2018-10-10runtime/cgo: annotate unused variable with __attribute__((unused))Muhammad Falak R Wani
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-04-11cmd/link,runtime/cgo: enable PT_TLS generation on OpenBSDJoel Sing
2016-12-05runtime/cgo: retry pthread_create on EAGAINIan Lance Taylor
2016-06-02runtime/cgo: avoid races on cgo_context_functionIan Lance Taylor
2016-04-29cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor
2016-04-22runtime/cgo: use normal libinit on PPC GNU/LinuxIan Lance Taylor
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-01-27runtime/cgo: add cgo build tag to C filesRuss Cox
2015-05-06runtime/cgo: add cgo support for solaris/amd64Aram Hăvărneanu
2015-04-28runtime/cgo: use PTHREAD_{MUTEX,COND}_INITIALIZERIan Lance Taylor
2015-04-13runtime: remove runtime wait/notify from ppc64x architectures.Srdjan Petrovic
2015-04-03runtime: initialize shared library at library-load timeSrdjan Petrovic