aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo
AgeCommit message (Expand)Author
2021-03-31[release-branch.go1.15] cmd/link: avoid exporting all symbols on windows buil...Quim Muntal
2021-02-04[release-branch.go1.15] runtime/cgo: fix Android build with NDK 22Elias Naur
2020-05-09runtime: fix dead link in gcc_androd.c fileAlberto Donizetti
2020-04-08all: remove darwin/386 build-tags and filesAustin Clements
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-04-08all: remove darwin/arm build-tags and filesAustin Clements
2020-04-08runtime: fix infinite callstack of cgo on arm64Xiangdong Ji
2020-02-24runtime/cgo: fix unsetenv wrapperKeith Randall
2019-11-05runtime/cgo: add -Wno-nullability-completeness on DarwinIan Lance Taylor
2019-10-28cmd/nm, runtime/cgo: add cgo support for freebsd/arm64Tobias Klauser
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-06-23runtime/cgo: on Solaris link against -lxnetIan Lance Taylor
2019-04-29cmd,runtime: enable cgo for openbsd/arm64Joel Sing
2019-04-29runtime/cgo: ignore missing Info.plist files on iOSElias Naur
2019-04-20all: add start of netbsd/arm64 supportMaya Rashish
2019-04-18runtime/cgo: declare variable setg_gcc as staticerifan01
2019-04-08runtime,runtime/cgo: set up TLS storage for Android Q without cgoElias Naur
2019-04-02runtime/cgo: look for android_get_device_api_level in libc.soElias Naur
2019-03-29runtime/cgo: use free TLS slot on Android QElias Naur
2019-03-29cmd/link/ld,cmd/internal/obj,runtime: make the Android TLS offset dynamicElias Naur
2019-03-28runtime/cgo: remove threadentry functions specialized for androidElias Naur
2019-03-27runtime: create library startup for aix/ppc64Clément Chigot
2019-03-19runtime/cgo: correct cgo_export directives in callbacks_aix.goClément Chigot
2019-03-19cmd, runtime: fix C trampolines on aix/ppc64Clément Chigot
2019-03-08cmd/cgo: add missing parameter list for function _cgo_wait_runtime_init_donePhilipp Stephani
2019-03-06runtime/cgo: add port for aix/ppc64Clément Chigot
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