| Commit message (Expand) | Author | Age | Files | Lines |
| * | runtime/cgo: retry pthread_create on EAGAIN for OpenBSD | Ian Lance Taylor | 2016-12-05 | 4 | -3/+36 |
| * | runtime/cgo: retry pthread_create on EAGAIN | Ian Lance Taylor | 2016-12-05 | 22 | -21/+72 |
| * | runtime/cgo: save correct floating point registers on s390x | Michael Munday | 2016-11-23 | 2 | -42/+62 |
| * | runtime/cgo: fixes for calling sigaction in C | Ian Lance Taylor | 2016-11-16 | 1 | -1/+11 |
| * | runtime/cgo: use libc for sigaction syscalls when possible | Bryan C. Mills | 2016-11-16 | 2 | -0/+88 |
| * | all: make copyright headers consistent with one space after period | Michael Munday | 2016-11-04 | 5 | -5/+5 |
| * | runtime/cgo: correct type declaration for Windows | David Chase | 2016-11-03 | 1 | -2/+2 |
| * | runtime/cgo: do not link threads lib by default on windows | Alex Brainman | 2016-10-28 | 1 | -1/+0 |
| * | runtime/cgo: do not link math lib by default on windows | Alex Brainman | 2016-10-24 | 1 | -1/+1 |
| * | runtime/cgo: do not explicitly link msvcrt.dll | Alex Brainman | 2016-10-11 | 1 | -3/+1 |
| * | runtime, runtime/cgo: revert CL 18814; don't drop signal stack in new thread ... | Mikio Hara | 2016-09-28 | 1 | -12/+0 |
| * | runtime/cgo: fix callback on big-endian MIPS64 | Cherry Zhang | 2016-09-09 | 1 | -6/+3 |
| * | cmd/compile, runtime, etc: get rid of constant FP registers | Cherry Zhang | 2016-08-30 | 3 | -5/+0 |
| * | runtime/cgo: add tsan acquire/release around setenv/unsetenv | Ian Lance Taylor | 2016-08-23 | 1 | -0/+4 |
| * | runtime/cgo: restore the g pointer correctly in crosscall_s390x | Michael Munday | 2016-06-08 | 1 | -1/+4 |
| * | runtime/cgo: add TSAN locks around mmap call | Ian Lance Taylor | 2016-06-03 | 1 | -0/+4 |
| * | runtime/cgo: avoid races on cgo_context_function | Ian Lance Taylor | 2016-06-02 | 5 | -18/+89 |
| * | runtime: pass signal context to cgo traceback function | Ian Lance Taylor | 2016-05-31 | 1 | -0/+2 |
| * | runtime/cgo: add TSAN acquire/release calls | Ian Lance Taylor | 2016-05-31 | 3 | -0/+43 |
| * | cmd/cgo, runtime, runtime/cgo: TSAN support for malloc | Ian Lance Taylor | 2016-05-25 | 2 | -37/+0 |
| * | runtime,runtime/cgo: save callee-saved FP register on arm | Elias Naur | 2016-05-25 | 1 | -1/+33 |
| * | runtime/cgo: make cgo work with openbsd ABI changes | Joel Sing | 2016-05-19 | 2 | -18/+65 |
| * | runtime/cgo: add context argument to crosscall2 on mips64 | Cherry Zhang | 2016-05-04 | 1 | -42/+44 |
| * | all: make copyright headers consistent with one space after period | Emmanuel Odeke | 2016-05-02 | 1 | -1/+1 |
| * | runtime/cgo: add linux/mips64x cgo support | Cherry Zhang | 2016-05-01 | 3 | -0/+230 |
| * | runtime: fix cgocallback_gofunc on ppc64x | Michael Munday | 2016-04-30 | 1 | -1/+1 |
| * | cmd/cgo, runtime, runtime/cgo: use cgo context function | Ian Lance Taylor | 2016-04-29 | 12 | -126/+203 |
| * | cmd/link: remove absolute address for c-archive on darwin/arm | Cherry Zhang | 2016-04-27 | 1 | -1/+5 |
| * | runtime/cgo: use normal libinit on PPC GNU/Linux | Ian Lance Taylor | 2016-04-22 | 2 | -27/+0 |
| * | runtime/cgo: add s390x support | Michael Munday | 2016-04-12 | 3 | -0/+155 |
| * | cmd/go: fix -buildmode=c-archive should work on windows | Christopher Nelson | 2016-04-04 | 1 | -6/+74 |
| * | runtime/cgo: only build _cgo_callers if x_cgo_callers is defined | Ian Lance Taylor | 2016-04-01 | 2 | -8/+17 |
| * | runtime: support symbolic backtrace of C code in a cgo crash | Ian Lance Taylor | 2016-04-01 | 2 | -0/+37 |
| * | runtime, runtime/cgo: save callee-saved FP registers on arm64 | Shenghou Ma | 2016-03-25 | 1 | -2/+18 |
| * | runtime/cgo: save callee-saved xmm registers on windows/amd64 | Shenghou Ma | 2016-03-25 | 1 | -1/+29 |
| * | runtime/cgo: block signals to the iOS mach exception handler | Elias Naur | 2016-03-24 | 1 | -0/+8 |
| * | cmd/go: ignore C files when CGO_ENABLED=0 | Russ Cox | 2016-03-08 | 34 | -68/+0 |
| * | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 11 | -23/+23 |
| * | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 56 | -56/+56 |
| * | all: fix typos and spelling | Martin Möhrmann | 2016-02-24 | 1 | -1/+1 |
| * | runtime/cgo: more +build cgo tags | Russ Cox | 2016-01-27 | 32 | -0/+64 |
| * | runtime/cgo: add cgo build tag to C files | Russ Cox | 2016-01-27 | 4 | -0/+6 |
| * | runtime: on NetBSD and DragonFly drop signal stack in new thread | Ian Lance Taylor | 2016-01-21 | 4 | -0/+48 |
| * | runtime/cgo: assume Solaris thread stack is at least 1 MB | Russ Cox | 2015-12-05 | 1 | -0/+6 |
| * | runtime/cgo: define x_cgo_inittls() for android/arm64. | Rahul Chaudhry | 2015-12-02 | 1 | -0/+38 |
| * | cmd/compile, cmd/link, runtime: on ppc64x, maintain the TOC pointer in R2 whe... | Michael Hudson-Doyle | 2015-11-12 | 1 | -0/+1 |
| * | cmd,runtime: TLS setup for android/386 | Hyang-Ah Hana Kim | 2015-11-11 | 2 | -0/+99 |
| * | runtime, cmd: TLS setup for android/amd64. | Hyang-Ah Hana Kim | 2015-10-28 | 2 | -0/+104 |
| * | runtime, runtime/cgo: conform to PIC register use rules in ppc64 asm | Michael Hudson-Doyle | 2015-10-18 | 2 | -0/+2 |
| * | reflect, runtime, runtime/cgo: use ppc64 asm constant for fixed frame size | Michael Hudson-Doyle | 2015-10-18 | 1 | -4/+5 |