- dfbf568 runtime: use NOFRAME on mips and mips64 by Austin Clements · 7 years ago
- beeabbc runtime: use NOFRAME on arm64 by Austin Clements · 7 years ago
- a046caa runtime, sync/atomic: use NOFRAME on arm by Austin Clements · 7 years ago
- 2708da0 runtime/cgo, math: don't use FP instructions for soft-float mips{,le} by Vladimir Stefanovic · 8 years ago
- 193088b runtime: separate error result for mmap by Austin Clements · 7 years ago
- 913fb18 runtime/cgo: declare crosscall2 frame using TEXT for amd64 and 386 by Alessandro Arzilli · 7 years ago
- eff2b26 runtime: make it possible to exit Go-created threads by Austin Clements · 8 years ago
- ae175f7 runtime: fix cgo export of panicmem on ios by Elias Naur · 7 years ago
- 69b0b3ad cmd/go, runtime/cgo: rewrite darwin/arm panicmem setup to avoid init function by Russ Cox · 7 years ago
- e0545fa runtime/cgo: defeat inlining in x_cgo_yield by Bryan C. Mills · 8 years ago
- 51ba2bb runtime/cgo: make code robust by Hiroshi Ioka · 8 years ago
- 6bf2208 runtime/cgo: update comments by Hiroshi Ioka · 8 years ago
- c4e0e81 runtime/cgo: fix typos by Hiroshi Ioka · 8 years ago
- f425f54 runtime: intercept munmap as we do mmap by Ian Lance Taylor · 8 years ago
- b1af539 runtime: save and restore CR for ppc64le by Ian Lance Taylor · 8 years ago
- a8dd20d runtime/cgo: add TSAN annotations for C sigaction call by Bryan C. Mills · 8 years ago
- 6654e3e cmd/cgo, runtime/cgo: add docs for TSAN interaction by Ian Lance Taylor · 8 years ago
- 092405a runtime/cgo: actually remove gcc_libinit_openbsd.c by Joel Sing · 8 years ago
- 9417c02 cmd/link,runtime/cgo: enable PT_TLS generation on OpenBSD by Joel Sing · 8 years ago
- 2b4274d runtime/cgo: CFRelease result from CFBundleCopyResourceURL by Elias Naur · 8 years ago
- 0476c7a runtime/cgo: raise the thread-local storage slot search limit on Android by Elias Naur · 8 years ago
- 4210930 runtime/cgo: return correct sa_flags by Bryan C. Mills · 8 years ago
- 29edf0f runtime: poll libc to deliver signals under TSAN by Bryan C. Mills · 8 years ago
- 7523bae misc/ios,cmd/go, runtime/cgo: fix iOS test harness (again) by Elias Naur · 8 years ago
- b909d01 runtime: add cgo support for GOARCH=mips{,le} by Vladimir Stefanovic · 8 years ago
- 80acfe9 runtime/cgo: retry pthread_create on EAGAIN for OpenBSD by Ian Lance Taylor · 8 years ago
- 7cba779 runtime/cgo: retry pthread_create on EAGAIN by Ian Lance Taylor · 8 years ago
- 06fcc32 runtime/cgo: save correct floating point registers on s390x by Michael Munday · 8 years ago
- fe057c1 runtime/cgo: fixes for calling sigaction in C by Ian Lance Taylor · 8 years ago
- 1f60517 runtime/cgo: use libc for sigaction syscalls when possible by Bryan C. Mills · 8 years ago
- cfd8916 all: make copyright headers consistent with one space after period by Michael Munday · 8 years ago
- 4141054 runtime/cgo: correct type declaration for Windows by David Chase · 8 years ago
- f595848 runtime/cgo: do not link threads lib by default on windows by Alex Brainman · 8 years ago
- 9ac6018 runtime/cgo: do not link math lib by default on windows by Alex Brainman · 8 years ago
- dd307da runtime/cgo: do not explicitly link msvcrt.dll by Alex Brainman · 8 years ago
- a0d330f runtime, runtime/cgo: revert CL 18814; don't drop signal stack in new thread on dragonfly by Mikio Hara · 9 years ago
- 14ff7cc runtime/cgo: fix callback on big-endian MIPS64 by Cherry Zhang · 9 years ago
- f9dafc7 cmd/compile, runtime, etc: get rid of constant FP registers by Cherry Zhang · 9 years ago
- 2d85e87 runtime/cgo: add tsan acquire/release around setenv/unsetenv by Ian Lance Taylor · 9 years ago
- 0324a3f runtime/cgo: restore the g pointer correctly in crosscall_s390x by Michael Munday · 9 years ago
- cf86247 runtime/cgo: add TSAN locks around mmap call by Ian Lance Taylor · 9 years ago
- 88e0ec2 runtime/cgo: avoid races on cgo_context_function by Ian Lance Taylor · 9 years ago
- 3d037cf runtime: pass signal context to cgo traceback function by Ian Lance Taylor · 9 years ago
- 6673688 runtime/cgo: add TSAN acquire/release calls by Ian Lance Taylor · 9 years ago
- a5d1a72 cmd/cgo, runtime, runtime/cgo: TSAN support for malloc by Ian Lance Taylor · 9 years ago
- 72eb46c runtime,runtime/cgo: save callee-saved FP register on arm by Elias Naur · 9 years ago
- 0dcd330 runtime/cgo: make cgo work with openbsd ABI changes by Joel Sing · 9 years ago
- 6e90432 runtime/cgo: add context argument to crosscall2 on mips64 by Cherry Zhang · 9 years ago
- 53fd522 all: make copyright headers consistent with one space after period by Emmanuel Odeke · 9 years ago
- 5d002db runtime/cgo: add linux/mips64x cgo support by Cherry Zhang · 9 years ago
- 58f52cb runtime: fix cgocallback_gofunc on ppc64x by Michael Munday · 9 years ago
- 5f9a870 cmd/cgo, runtime, runtime/cgo: use cgo context function by Ian Lance Taylor · 9 years ago
- 9629f55 cmd/link: remove absolute address for c-archive on darwin/arm by Cherry Zhang · 9 years ago
- 32302d6 runtime/cgo: use normal libinit on PPC GNU/Linux by Ian Lance Taylor · 9 years ago
- 78ecd61 runtime/cgo: add s390x support by Michael Munday · 9 years ago
- ed8f0e5 cmd/go: fix -buildmode=c-archive should work on windows by Christopher Nelson · 9 years ago
- 58394fd runtime/cgo: only build _cgo_callers if x_cgo_callers is defined by Ian Lance Taylor · 9 years ago
- ea306ae runtime: support symbolic backtrace of C code in a cgo crash by Ian Lance Taylor · 9 years ago
- a7f7a9c runtime, runtime/cgo: save callee-saved FP registers on arm64 by Shenghou Ma · 9 years ago
- 7191643 runtime/cgo: save callee-saved xmm registers on windows/amd64 by Shenghou Ma · 9 years ago
- be10c51 runtime/cgo: block signals to the iOS mach exception handler by Elias Naur · 9 years ago
- 0c7ccbf cmd/go: ignore C files when CGO_ENABLED=0 by Russ Cox · 9 years ago
- 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
- 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
- fdd0179 all: fix typos and spelling by Martin Möhrmann · 9 years ago
- 3a21f0a runtime/cgo: more +build cgo tags by Russ Cox · 9 years ago
- e3f3f94 runtime/cgo: add cgo build tag to C files by Russ Cox · 9 years ago
- 4c4476c runtime: on NetBSD and DragonFly drop signal stack in new thread by Ian Lance Taylor · 9 years ago
- cd58f44 runtime/cgo: assume Solaris thread stack is at least 1 MB by Russ Cox · 9 years ago
- 4480d6a runtime/cgo: define x_cgo_inittls() for android/arm64. by Rahul Chaudhry · 9 years ago
- 368d548 cmd/compile, cmd/link, runtime: on ppc64x, maintain the TOC pointer in R2 when compiling PIC by Michael Hudson-Doyle · 9 years ago
- 05c4c6e cmd,runtime: TLS setup for android/386 by Hyang-Ah Hana Kim · 9 years ago
- dfc8649 runtime, cmd: TLS setup for android/amd64. by Hyang-Ah Hana Kim · 9 years ago
- 6deb3c0 runtime, runtime/cgo: conform to PIC register use rules in ppc64 asm by Michael Hudson-Doyle · 9 years ago
- b8f8969 reflect, runtime, runtime/cgo: use ppc64 asm constant for fixed frame size by Michael Hudson-Doyle · 9 years ago
- 45c06b2 cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on ppc64x by Michael Hudson-Doyle · 9 years ago
- 0c1f054 runtime, runtime/cgo: support using msan on cgo code by Ian Lance Taylor · 10 years ago
- 0b5bcf5 runtime/cgo: explicitly link msvcrt on windows by Shenghou Ma · 10 years ago
- db5eb2a runtime/cgo: remove __stack_chk_fail_local by Hyang-Ah (Hana) Kim · 10 years ago
- e0c180c runtime/cgo: fix darwin/amd64 signal handling setup by Russ Cox · 10 years ago
- 249894a runtime/cgo: remove TMPDIR logic for iOS by David Crawshaw · 10 years ago
- f6fb549 runtime/cgo: move TMPDIR magic out of os by Russ Cox · 10 years ago
- 75d7795 runtime/cgo: make compatible with race detector by Russ Cox · 10 years ago
- 8628688 Fix several out of date references to 4g/5g/6g/8g/9g. by Aaron Jacobs · 10 years ago
- 121489c runtime/cgo: add cgo support for solaris/amd64 by Aram Hăvărneanu · 10 years ago
- 4044ade runtime/cgo, cmd/dist: turn off exc_bad_access handler by default by David Crawshaw · 10 years ago
- 0c62c93 runtime/cgo: use PTHREAD_{MUTEX,COND}_INITIALIZER by Ian Lance Taylor · 10 years ago
- 6a2b0c0 runtime: delete cgo_allocate by Russ Cox · 10 years ago
- 9cde36b runtime/cgo: enable arm64 EXC_BAD_ACCESS handler by David Crawshaw · 10 years ago
- 828de09 runtime/cgo: darwin/arm64 support by Shenghou Ma · 10 years ago
- a888fcf runtime: remove runtime wait/notify from ppc64x architectures. by Srdjan Petrovic · 10 years ago
- 989f0ee runtime/cgo: EXC_BAD_ACCESS handler for arm64 by David Crawshaw · 10 years ago
- 0accc80 runtime/cgo: linux/arm64 cgo support by Shenghou Ma · 10 years ago
- e8694c8 runtime: initialize shared library at library-load time by Srdjan Petrovic · 10 years ago
- e9d9d0b runtime, runtime/cgo: make needextram a bool by David Crawshaw · 10 years ago
- 1b49a86 runtime/cgo: catch EXC_BAD_ACCESS on darwin/arm by David Crawshaw · 10 years ago
- 3b1d692 all: remove dragonfly/386 port by Joel Sing · 10 years ago
- 2dbee89 runtime/cgo: no-op getwd call as test breakpoint by David Crawshaw · 10 years ago
- 7e93610 runtime/cgo: fix darwin/arm build by David Crawshaw · 10 years ago
- b54d313 runtime/cgo: set the initial working directory by David Crawshaw · 10 years ago