aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo
AgeCommit message (Expand)Author
2017-06-06runtime: intercept munmap as we do mmapIan Lance Taylor
2017-06-05runtime: save and restore CR for ppc64leIan Lance Taylor
2017-05-26runtime/cgo: add TSAN annotations for C sigaction callBryan C. Mills
2017-05-26cmd/cgo, runtime/cgo: add docs for TSAN interactionIan Lance Taylor
2017-04-12runtime/cgo: actually remove gcc_libinit_openbsd.cJoel Sing
2017-04-11cmd/link,runtime/cgo: enable PT_TLS generation on OpenBSDJoel Sing
2017-03-27runtime/cgo: CFRelease result from CFBundleCopyResourceURLElias Naur
2017-03-27runtime/cgo: raise the thread-local storage slot search limit on AndroidElias Naur
2017-03-09runtime/cgo: return correct sa_flagsBryan C. Mills
2017-03-08runtime: poll libc to deliver signals under TSANBryan C. Mills
2017-03-04misc/ios,cmd/go, runtime/cgo: fix iOS test harness (again)Elias Naur
2016-12-14runtime: add cgo support for GOARCH=mips{,le}Vladimir Stefanovic
2016-12-05runtime/cgo: retry pthread_create on EAGAIN for OpenBSDIan Lance Taylor
2016-12-05runtime/cgo: retry pthread_create on EAGAINIan Lance Taylor
2016-11-23runtime/cgo: save correct floating point registers on s390xMichael Munday
2016-11-16runtime/cgo: fixes for calling sigaction in CIan Lance Taylor
2016-11-16runtime/cgo: use libc for sigaction syscalls when possibleBryan C. Mills
2016-11-04all: make copyright headers consistent with one space after periodMichael Munday
2016-11-03runtime/cgo: correct type declaration for WindowsDavid Chase
2016-10-28runtime/cgo: do not link threads lib by default on windowsAlex Brainman
2016-10-24runtime/cgo: do not link math lib by default on windowsAlex Brainman
2016-10-11runtime/cgo: do not explicitly link msvcrt.dllAlex Brainman
2016-09-28runtime, runtime/cgo: revert CL 18814; don't drop signal stack in new thread ...Mikio Hara
2016-09-09runtime/cgo: fix callback on big-endian MIPS64Cherry Zhang
2016-08-30cmd/compile, runtime, etc: get rid of constant FP registersCherry Zhang
2016-08-23runtime/cgo: add tsan acquire/release around setenv/unsetenvIan Lance Taylor
2016-06-08runtime/cgo: restore the g pointer correctly in crosscall_s390xMichael Munday
2016-06-03runtime/cgo: add TSAN locks around mmap callIan Lance Taylor
2016-06-02runtime/cgo: avoid races on cgo_context_functionIan Lance Taylor
2016-05-31runtime: pass signal context to cgo traceback functionIan Lance Taylor
2016-05-31runtime/cgo: add TSAN acquire/release callsIan Lance Taylor
2016-05-25cmd/cgo, runtime, runtime/cgo: TSAN support for mallocIan Lance Taylor
2016-05-25runtime,runtime/cgo: save callee-saved FP register on armElias Naur
2016-05-19runtime/cgo: make cgo work with openbsd ABI changesJoel Sing
2016-05-04runtime/cgo: add context argument to crosscall2 on mips64Cherry Zhang
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-05-01runtime/cgo: add linux/mips64x cgo supportCherry Zhang
2016-04-30runtime: fix cgocallback_gofunc on ppc64xMichael Munday
2016-04-29cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor
2016-04-27cmd/link: remove absolute address for c-archive on darwin/armCherry Zhang
2016-04-22runtime/cgo: use normal libinit on PPC GNU/LinuxIan Lance Taylor
2016-04-12runtime/cgo: add s390x supportMichael Munday
2016-04-04cmd/go: fix -buildmode=c-archive should work on windowsChristopher Nelson
2016-04-01runtime/cgo: only build _cgo_callers if x_cgo_callers is definedIan Lance Taylor
2016-04-01runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor
2016-03-25runtime, runtime/cgo: save callee-saved FP registers on arm64Shenghou Ma
2016-03-25runtime/cgo: save callee-saved xmm registers on windows/amd64Shenghou Ma
2016-03-24runtime/cgo: block signals to the iOS mach exception handlerElias Naur
2016-03-08cmd/go: ignore C files when CGO_ENABLED=0Russ Cox
2016-03-02all: single space after period.Brad Fitzpatrick