summaryrefslogtreecommitdiff
path: root/src/runtime/cgo
Commit message (Expand)AuthorAgeFilesLines
* runtime,cmd/cgo: simplify C -> Go call pathAustin Clements2020-10-269-106/+107
* syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan2020-10-232-0/+159
* runtime/cgo: fix build tag placement vet warningCherry Zhang2020-10-171-0/+1
* runtime/cgo: build iOS-specific code only on iOSCherry Zhang2020-10-172-7/+18
* internal/poll, net, syscall: use accept4 on illumosTobias Klauser2020-10-161-0/+1
* runtime/cgo: only build xx_cgo_panicmem on iOSCherry Zhang2020-10-065-1/+1
* misc/ios: add support for running programs on the iOS simulatorElias Naur2020-10-031-1/+1
* runtime: netbsd-arm64 fixesBenny Siegert2020-09-281-0/+2
* runtime: fix dead link in gcc_androd.c fileAlberto Donizetti2020-05-091-1/+1
* all: remove darwin/386 build-tags and filesAustin Clements2020-04-081-66/+0
* all: remove scattered remnants of darwin/armAustin Clements2020-04-082-3/+2
* all: remove darwin/arm build-tags and filesAustin Clements2020-04-086-222/+2
* runtime: fix infinite callstack of cgo on arm64Xiangdong Ji2020-04-081-12/+41
* runtime/cgo: fix unsetenv wrapperKeith Randall2020-02-241-2/+2
* runtime/cgo: add -Wno-nullability-completeness on DarwinIan Lance Taylor2019-11-051-0/+3
* cmd/nm, runtime/cgo: add cgo support for freebsd/arm64Tobias Klauser2019-10-281-0/+68
* all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick2019-10-091-13/+0
* runtime/cgo: on Solaris link against -lxnetIan Lance Taylor2019-06-231-0/+1
* cmd,runtime: enable cgo for openbsd/arm64Joel Sing2019-04-291-0/+67
* runtime/cgo: ignore missing Info.plist files on iOSElias Naur2019-04-292-2/+2
* all: add start of netbsd/arm64 supportMaya Rashish2019-04-201-0/+78
* runtime/cgo: declare variable setg_gcc as staticerifan012019-04-186-6/+6
* runtime,runtime/cgo: set up TLS storage for Android Q without cgoElias Naur2019-04-081-2/+6
* runtime/cgo: look for android_get_device_api_level in libc.soElias Naur2019-04-021-1/+1
* runtime/cgo: use free TLS slot on Android QElias Naur2019-03-291-1/+21
* cmd/link/ld,cmd/internal/obj,runtime: make the Android TLS offset dynamicElias Naur2019-03-297-231/+43
* runtime/cgo: remove threadentry functions specialized for androidElias Naur2019-03-284-59/+2
* runtime: create library startup for aix/ppc64Clément Chigot2019-03-273-0/+18
* runtime/cgo: correct cgo_export directives in callbacks_aix.goClément Chigot2019-03-191-2/+2
* cmd, runtime: fix C trampolines on aix/ppc64Clément Chigot2019-03-193-2/+34
* cmd/cgo: add missing parameter list for function _cgo_wait_runtime_init_donePhilipp Stephani2019-03-083-3/+3
* runtime/cgo: add port for aix/ppc64Clément Chigot2019-03-069-9/+148
* runtime,cmd/dist,cmd/link: add cgo support on openbsd/armJoel Sing2018-12-181-0/+67
* runtime/cgo: added missing includes for errno.h to the windows gcc stubs.Ali Rizvi-Santiago2018-11-123-0/+3
* runtime: avoid variable/function alias on runtime._cgo_panic_internalAustin Clements2018-11-121-2/+7
* runtime/cgo: annotate unused variable with __attribute__((unused))Muhammad Falak R Wani2018-10-101-1/+1
* all: this big patch remove whitespace from assembly filesZhou Peng2018-10-033-5/+5
* runtime/cgo: Add initial NetBSD Thread Sanitizer supportKamil Rytarowski2018-07-101-0/+2
* runtime: support capturing C backtrace from signal handler on darwin/amd64Nikhil Benesch2018-07-043-10/+13
* runtime: query thread stack size from OS on WindowsAustin Clements2018-07-022-18/+2
* runtime: initialize g0 stack bounds on Windows to full stackAustin Clements2018-07-022-2/+2
* runtime/cgo: use size_t in sizeof result comparisonAlberto Donizetti2018-05-162-2/+2
* runtime: add js/wasm architectureRichard Musiol2018-05-081-0/+8
* runtime: enable memory sanitizer on arm64Fangming.Fang2018-05-025-9/+31
* cmd/compile: add softfloat support to mips64{,le}Milan Knezevic2018-04-272-2/+22
* runtime: use fixed TLS offsets on darwin/amd64 and darwin/386Keith Randall2018-04-112-149/+6
* Revert "runtime: use fixed TLS offsets on darwin/amd64 and darwin/386"Keith Randall2018-04-102-6/+149
* misc/ios,runtime/cgo: remove SIGINT handshake for the iOS exec wrapperElias Naur2018-04-102-4/+0
* runtime: use fixed TLS offsets on darwin/amd64 and darwin/386Keith Randall2018-04-102-149/+6
* all: enable c-shared/c-archive support for freebsd/amd64Tim Wright2018-03-214-9/+97