summaryrefslogtreecommitdiff
path: root/src/runtime/cgo
Commit message (Expand)AuthorAgeFilesLines
* runtime/cgo: retry pthread_create on EAGAIN for OpenBSDIan Lance Taylor2016-12-054-3/+36
* runtime/cgo: retry pthread_create on EAGAINIan Lance Taylor2016-12-0522-21/+72
* runtime/cgo: save correct floating point registers on s390xMichael Munday2016-11-232-42/+62
* runtime/cgo: fixes for calling sigaction in CIan Lance Taylor2016-11-161-1/+11
* runtime/cgo: use libc for sigaction syscalls when possibleBryan C. Mills2016-11-162-0/+88
* all: make copyright headers consistent with one space after periodMichael Munday2016-11-045-5/+5
* runtime/cgo: correct type declaration for WindowsDavid Chase2016-11-031-2/+2
* runtime/cgo: do not link threads lib by default on windowsAlex Brainman2016-10-281-1/+0
* runtime/cgo: do not link math lib by default on windowsAlex Brainman2016-10-241-1/+1
* runtime/cgo: do not explicitly link msvcrt.dllAlex Brainman2016-10-111-3/+1
* runtime, runtime/cgo: revert CL 18814; don't drop signal stack in new thread ...Mikio Hara2016-09-281-12/+0
* runtime/cgo: fix callback on big-endian MIPS64Cherry Zhang2016-09-091-6/+3
* cmd/compile, runtime, etc: get rid of constant FP registersCherry Zhang2016-08-303-5/+0
* runtime/cgo: add tsan acquire/release around setenv/unsetenvIan Lance Taylor2016-08-231-0/+4
* runtime/cgo: restore the g pointer correctly in crosscall_s390xMichael Munday2016-06-081-1/+4
* runtime/cgo: add TSAN locks around mmap callIan Lance Taylor2016-06-031-0/+4
* runtime/cgo: avoid races on cgo_context_functionIan Lance Taylor2016-06-025-18/+89
* runtime: pass signal context to cgo traceback functionIan Lance Taylor2016-05-311-0/+2
* runtime/cgo: add TSAN acquire/release callsIan Lance Taylor2016-05-313-0/+43
* cmd/cgo, runtime, runtime/cgo: TSAN support for mallocIan Lance Taylor2016-05-252-37/+0
* runtime,runtime/cgo: save callee-saved FP register on armElias Naur2016-05-251-1/+33
* runtime/cgo: make cgo work with openbsd ABI changesJoel Sing2016-05-192-18/+65
* runtime/cgo: add context argument to crosscall2 on mips64Cherry Zhang2016-05-041-42/+44
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* runtime/cgo: add linux/mips64x cgo supportCherry Zhang2016-05-013-0/+230
* runtime: fix cgocallback_gofunc on ppc64xMichael Munday2016-04-301-1/+1
* cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor2016-04-2912-126/+203
* cmd/link: remove absolute address for c-archive on darwin/armCherry Zhang2016-04-271-1/+5
* runtime/cgo: use normal libinit on PPC GNU/LinuxIan Lance Taylor2016-04-222-27/+0
* runtime/cgo: add s390x supportMichael Munday2016-04-123-0/+155
* cmd/go: fix -buildmode=c-archive should work on windowsChristopher Nelson2016-04-041-6/+74
* runtime/cgo: only build _cgo_callers if x_cgo_callers is definedIan Lance Taylor2016-04-012-8/+17
* runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor2016-04-012-0/+37
* runtime, runtime/cgo: save callee-saved FP registers on arm64Shenghou Ma2016-03-251-2/+18
* runtime/cgo: save callee-saved xmm registers on windows/amd64Shenghou Ma2016-03-251-1/+29
* runtime/cgo: block signals to the iOS mach exception handlerElias Naur2016-03-241-0/+8
* cmd/go: ignore C files when CGO_ENABLED=0Russ Cox2016-03-0834-68/+0
* all: single space after period.Brad Fitzpatrick2016-03-0211-23/+23
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-0156-56/+56
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* 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