| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on... | Michael Hudson-Doyle | 2015-10-18 | 1 | -3/+3 |
| * | runtime, runtime/cgo: support using msan on cgo code | Ian Lance Taylor | 2015-09-30 | 3 | -5/+70 |
| * | runtime/cgo: explicitly link msvcrt on windows | Shenghou Ma | 2015-09-12 | 1 | -1/+3 |
| * | runtime/cgo: remove __stack_chk_fail_local | Hyang-Ah (Hana) Kim | 2015-08-21 | 4 | -18/+0 |
| * | runtime/cgo: fix darwin/amd64 signal handling setup | Russ Cox | 2015-07-30 | 1 | -5/+19 |
| * | runtime/cgo: remove TMPDIR logic for iOS | David Crawshaw | 2015-07-27 | 1 | -40/+0 |
| * | runtime/cgo: move TMPDIR magic out of os | Russ Cox | 2015-07-27 | 1 | -0/+40 |
| * | runtime/cgo: make compatible with race detector | Russ Cox | 2015-07-22 | 1 | -0/+1 |
| * | Fix several out of date references to 4g/5g/6g/8g/9g. | Aaron Jacobs | 2015-06-26 | 4 | -4/+4 |
| * | runtime/cgo: add cgo support for solaris/amd64 | Aram Hăvărneanu | 2015-05-06 | 5 | -3/+80 |
| * | runtime/cgo, cmd/dist: turn off exc_bad_access handler by default | David Crawshaw | 2015-05-01 | 2 | -6/+3 |
| * | runtime/cgo: use PTHREAD_{MUTEX,COND}_INITIALIZER | Ian Lance Taylor | 2015-04-28 | 1 | -3/+3 |
| * | runtime: delete cgo_allocate | Russ Cox | 2015-04-17 | 1 | -26/+0 |
| * | runtime/cgo: enable arm64 EXC_BAD_ACCESS handler | David Crawshaw | 2015-04-16 | 1 | -0/+5 |
| * | runtime/cgo: darwin/arm64 support | Shenghou Ma | 2015-04-16 | 3 | -1/+158 |
| * | runtime: remove runtime wait/notify from ppc64x architectures. | Srdjan Petrovic | 2015-04-13 | 2 | -0/+27 |
| * | runtime/cgo: EXC_BAD_ACCESS handler for arm64 | David Crawshaw | 2015-04-13 | 2 | -4/+69 |
| * | runtime/cgo: linux/arm64 cgo support | Shenghou Ma | 2015-04-08 | 3 | -0/+183 |
| * | runtime: initialize shared library at library-load time | Srdjan Petrovic | 2015-04-03 | 5 | -0/+122 |
| * | runtime, runtime/cgo: make needextram a bool | David Crawshaw | 2015-03-26 | 1 | -3/+0 |
| * | runtime/cgo: catch EXC_BAD_ACCESS on darwin/arm | David Crawshaw | 2015-03-17 | 6 | -0/+293 |
| * | all: remove dragonfly/386 port | Joel Sing | 2015-03-14 | 1 | -70/+0 |
| * | runtime/cgo: no-op getwd call as test breakpoint | David Crawshaw | 2015-02-28 | 1 | -0/+5 |
| * | runtime/cgo: fix darwin/arm build | David Crawshaw | 2015-02-25 | 1 | -2/+2 |
| * | runtime/cgo: set the initial working directory | David Crawshaw | 2015-02-25 | 2 | -2/+48 |
| * | [dev.cc] runtime/cgo: change PC to R15 in asm_arm.s | Rob Pike | 2015-02-17 | 1 | -3/+3 |
| * | runtime/cgo: darwin/arm cgo support | Shenghou Ma | 2015-02-06 | 3 | -1/+104 |
| * | cmd/cgo, runtime/cgo: support ppc64 | Austin Clements | 2015-01-07 | 3 | -0/+334 |
| * | runtime/cgo: remove unused variable | Shenghou Ma | 2015-01-01 | 1 | -1/+0 |
| * | runtime/cgo: initialize our pthread_create wrapper earlier on openbsd | Shenghou Ma | 2015-01-01 | 2 | -21/+58 |
| * | runtime/cgo: guard against redefinition of PTHREAD_KEYS_MAX | Shenghou Ma | 2014-12-18 | 1 | -1/+3 |
| * | [dev.cc] [dev.cc] runtime: fix freebsd cgo __progname export | Joel Sing | 2014-11-12 | 1 | -2/+2 |
| * | [dev.cc] runtime/cgo: add comment about import _ "unsafe" | Russ Cox | 2014-11-12 | 6 | -6/+6 |
| * | [dev.cc] runtime/cgo: fix freebsd build? | Russ Cox | 2014-11-11 | 1 | -0/+3 |
| * | [dev.cc] runtime/cgo: add missing import _ "unsafe" for //go:linkname | Russ Cox | 2014-11-11 | 3 | -0/+6 |
| * | [dev.cc] runtime/cgo: convert from C to Go | Russ Cox | 2014-11-11 | 9 | -130/+153 |
| * | runtime/cgo: add +build tags to files named for $GOOS | Russ Cox | 2014-11-09 | 4 | -0/+8 |
| * | runtime/cgo: encode BLX directly, fixes one clang build error on arm | Dave Cheney | 2014-10-22 | 1 | -9/+6 |
| * | os, syscall: add Unsetenv | Brad Fitzpatrick | 2014-10-01 | 2 | -0/+10 |
| * | runtime: add load_g call in arm callback. | Keith Randall | 2014-09-25 | 1 | -2/+2 |