aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo
AgeCommit message (Expand)Author
2018-12-18runtime,cmd/dist,cmd/link: add cgo support on openbsd/armJoel Sing
2018-11-12runtime/cgo: added missing includes for errno.h to the windows gcc stubs.Ali Rizvi-Santiago
2018-11-12runtime: avoid variable/function alias on runtime._cgo_panic_internalAustin Clements
2018-10-10runtime/cgo: annotate unused variable with __attribute__((unused))Muhammad Falak R Wani
2018-10-03all: this big patch remove whitespace from assembly filesZhou Peng
2018-07-10runtime/cgo: Add initial NetBSD Thread Sanitizer supportKamil Rytarowski
2018-07-04runtime: support capturing C backtrace from signal handler on darwin/amd64Nikhil Benesch
2018-07-02runtime: query thread stack size from OS on WindowsAustin Clements
2018-07-02runtime: initialize g0 stack bounds on Windows to full stackAustin Clements
2018-05-16runtime/cgo: use size_t in sizeof result comparisonAlberto Donizetti
2018-05-08runtime: add js/wasm architectureRichard Musiol
2018-05-02runtime: enable memory sanitizer on arm64Fangming.Fang
2018-04-27cmd/compile: add softfloat support to mips64{,le}Milan Knezevic
2018-04-11runtime: use fixed TLS offsets on darwin/amd64 and darwin/386Keith Randall
2018-04-10Revert "runtime: use fixed TLS offsets on darwin/amd64 and darwin/386"Keith Randall
2018-04-10misc/ios,runtime/cgo: remove SIGINT handshake for the iOS exec wrapperElias Naur
2018-04-10runtime: use fixed TLS offsets on darwin/amd64 and darwin/386Keith Randall
2018-03-21all: enable c-shared/c-archive support for freebsd/amd64Tim Wright
2018-03-07runtime/cgo: make sure nil is undefined before defining itElias Naur
2018-02-12runtime: use NOFRAME on mips and mips64Austin Clements
2018-02-12runtime: use NOFRAME on arm64Austin Clements
2018-02-12runtime, sync/atomic: use NOFRAME on armAustin Clements
2017-11-30runtime/cgo, math: don't use FP instructions for soft-float mips{,le}Vladimir Stefanovic
2017-10-18runtime: separate error result for mmapAustin Clements
2017-10-16runtime/cgo: declare crosscall2 frame using TEXT for amd64 and 386Alessandro Arzilli
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-10-10runtime: fix cgo export of panicmem on iosElias Naur
2017-10-05cmd/go, runtime/cgo: rewrite darwin/arm panicmem setup to avoid init functionRuss Cox
2017-08-16runtime/cgo: defeat inlining in x_cgo_yieldBryan C. Mills
2017-08-11runtime/cgo: make code robustHiroshi Ioka
2017-08-11runtime/cgo: update commentsHiroshi Ioka
2017-06-21runtime/cgo: fix typosHiroshi Ioka
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