summaryrefslogtreecommitdiff
path: root/src/runtime/cgo.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: access _cgo_yield indirectlyCherry Zhang2017-03-241-0/+2
* runtime: poll libc to deliver signals under TSANBryan C. Mills2017-03-081-0/+2
* cmd/cgo, runtime, runtime/cgo: TSAN support for mallocIan Lance Taylor2016-05-251-4/+0
* cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor2016-04-291-0/+2
* runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor2016-04-011-0/+2
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* cmd/cgo: make sure pointers passed to C escape to heapRuss Cox2015-06-151-0/+16
* runtime: initialize shared library at library-load timeSrdjan Petrovic2015-04-031-4/+8
* runtime, runtime/cgo: make needextram a boolDavid Crawshaw2015-03-261-0/+7
* [dev.cc] runtime/cgo: convert from C to GoRuss Cox2014-11-111-0/+23