summaryrefslogtreecommitdiff
path: root/src/runtime/cgo
Commit message (Expand)AuthorAgeFilesLines
* runtime/cgo: more +build cgo tagsRuss Cox2016-01-2732-0/+64
* runtime/cgo: add cgo build tag to C filesRuss Cox2016-01-274-0/+6
* runtime: on NetBSD and DragonFly drop signal stack in new threadIan Lance Taylor2016-01-214-0/+48
* runtime/cgo: assume Solaris thread stack is at least 1 MBRuss Cox2015-12-051-0/+6
* runtime/cgo: define x_cgo_inittls() for android/arm64.Rahul Chaudhry2015-12-021-0/+38
* cmd/compile, cmd/link, runtime: on ppc64x, maintain the TOC pointer in R2 whe...Michael Hudson-Doyle2015-11-121-0/+1
* cmd,runtime: TLS setup for android/386Hyang-Ah Hana Kim2015-11-112-0/+99
* runtime, cmd: TLS setup for android/amd64.Hyang-Ah Hana Kim2015-10-282-0/+104
* runtime, runtime/cgo: conform to PIC register use rules in ppc64 asmMichael Hudson-Doyle2015-10-182-0/+2
* reflect, runtime, runtime/cgo: use ppc64 asm constant for fixed frame sizeMichael Hudson-Doyle2015-10-181-4/+5
* cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on...Michael Hudson-Doyle2015-10-181-3/+3
* runtime, runtime/cgo: support using msan on cgo codeIan Lance Taylor2015-09-303-5/+70
* runtime/cgo: explicitly link msvcrt on windowsShenghou Ma2015-09-121-1/+3
* runtime/cgo: remove __stack_chk_fail_localHyang-Ah (Hana) Kim2015-08-214-18/+0
* runtime/cgo: fix darwin/amd64 signal handling setupRuss Cox2015-07-301-5/+19
* runtime/cgo: remove TMPDIR logic for iOSDavid Crawshaw2015-07-271-40/+0
* runtime/cgo: move TMPDIR magic out of osRuss Cox2015-07-271-0/+40
* runtime/cgo: make compatible with race detectorRuss Cox2015-07-221-0/+1
* Fix several out of date references to 4g/5g/6g/8g/9g.Aaron Jacobs2015-06-264-4/+4
* runtime/cgo: add cgo support for solaris/amd64Aram Hăvărneanu2015-05-065-3/+80
* runtime/cgo, cmd/dist: turn off exc_bad_access handler by defaultDavid Crawshaw2015-05-012-6/+3
* runtime/cgo: use PTHREAD_{MUTEX,COND}_INITIALIZERIan Lance Taylor2015-04-281-3/+3
* runtime: delete cgo_allocateRuss Cox2015-04-171-26/+0
* runtime/cgo: enable arm64 EXC_BAD_ACCESS handlerDavid Crawshaw2015-04-161-0/+5
* runtime/cgo: darwin/arm64 supportShenghou Ma2015-04-163-1/+158
* runtime: remove runtime wait/notify from ppc64x architectures.Srdjan Petrovic2015-04-132-0/+27
* runtime/cgo: EXC_BAD_ACCESS handler for arm64David Crawshaw2015-04-132-4/+69
* runtime/cgo: linux/arm64 cgo supportShenghou Ma2015-04-083-0/+183
* runtime: initialize shared library at library-load timeSrdjan Petrovic2015-04-035-0/+122
* runtime, runtime/cgo: make needextram a boolDavid Crawshaw2015-03-261-3/+0
* runtime/cgo: catch EXC_BAD_ACCESS on darwin/armDavid Crawshaw2015-03-176-0/+293
* all: remove dragonfly/386 portJoel Sing2015-03-141-70/+0
* runtime/cgo: no-op getwd call as test breakpointDavid Crawshaw2015-02-281-0/+5
* runtime/cgo: fix darwin/arm buildDavid Crawshaw2015-02-251-2/+2
* runtime/cgo: set the initial working directoryDavid Crawshaw2015-02-252-2/+48
* [dev.cc] runtime/cgo: change PC to R15 in asm_arm.sRob Pike2015-02-171-3/+3
* runtime/cgo: darwin/arm cgo supportShenghou Ma2015-02-063-1/+104
* cmd/cgo, runtime/cgo: support ppc64Austin Clements2015-01-073-0/+334
* runtime/cgo: remove unused variableShenghou Ma2015-01-011-1/+0
* runtime/cgo: initialize our pthread_create wrapper earlier on openbsdShenghou Ma2015-01-012-21/+58
* runtime/cgo: guard against redefinition of PTHREAD_KEYS_MAXShenghou Ma2014-12-181-1/+3
* [dev.cc] [dev.cc] runtime: fix freebsd cgo __progname exportJoel Sing2014-11-121-2/+2
* [dev.cc] runtime/cgo: add comment about import _ "unsafe"Russ Cox2014-11-126-6/+6
* [dev.cc] runtime/cgo: fix freebsd build?Russ Cox2014-11-111-0/+3
* [dev.cc] runtime/cgo: add missing import _ "unsafe" for //go:linknameRuss Cox2014-11-113-0/+6
* [dev.cc] runtime/cgo: convert from C to GoRuss Cox2014-11-119-130/+153
* runtime/cgo: add +build tags to files named for $GOOSRuss Cox2014-11-094-0/+8
* runtime/cgo: encode BLX directly, fixes one clang build error on armDave Cheney2014-10-221-9/+6
* os, syscall: add UnsetenvBrad Fitzpatrick2014-10-012-0/+10
* runtime: add load_g call in arm callback.Keith Randall2014-09-251-2/+2