| Commit message (Expand) | Author | Age | Files | Lines |
| * | runtime,cmd/cgo: simplify C -> Go call path | Austin Clements | 2020-10-26 | 9 | -106/+107 |
| * | syscall: support POSIX semantics for Linux syscalls | Andrew G. Morgan | 2020-10-23 | 2 | -0/+159 |
| * | runtime/cgo: fix build tag placement vet warning | Cherry Zhang | 2020-10-17 | 1 | -0/+1 |
| * | runtime/cgo: build iOS-specific code only on iOS | Cherry Zhang | 2020-10-17 | 2 | -7/+18 |
| * | internal/poll, net, syscall: use accept4 on illumos | Tobias Klauser | 2020-10-16 | 1 | -0/+1 |
| * | runtime/cgo: only build xx_cgo_panicmem on iOS | Cherry Zhang | 2020-10-06 | 5 | -1/+1 |
| * | misc/ios: add support for running programs on the iOS simulator | Elias Naur | 2020-10-03 | 1 | -1/+1 |
| * | runtime: netbsd-arm64 fixes | Benny Siegert | 2020-09-28 | 1 | -0/+2 |
| * | runtime: fix dead link in gcc_androd.c file | Alberto Donizetti | 2020-05-09 | 1 | -1/+1 |
| * | all: remove darwin/386 build-tags and files | Austin Clements | 2020-04-08 | 1 | -66/+0 |
| * | all: remove scattered remnants of darwin/arm | Austin Clements | 2020-04-08 | 2 | -3/+2 |
| * | all: remove darwin/arm build-tags and files | Austin Clements | 2020-04-08 | 6 | -222/+2 |
| * | runtime: fix infinite callstack of cgo on arm64 | Xiangdong Ji | 2020-04-08 | 1 | -12/+41 |
| * | runtime/cgo: fix unsetenv wrapper | Keith Randall | 2020-02-24 | 1 | -2/+2 |
| * | runtime/cgo: add -Wno-nullability-completeness on Darwin | Ian Lance Taylor | 2019-11-05 | 1 | -0/+3 |
| * | cmd/nm, runtime/cgo: add cgo support for freebsd/arm64 | Tobias Klauser | 2019-10-28 | 1 | -0/+68 |
| * | all: remove the nacl port (part 2, amd64p32 + toolchain) | Brad Fitzpatrick | 2019-10-09 | 1 | -13/+0 |
| * | runtime/cgo: on Solaris link against -lxnet | Ian Lance Taylor | 2019-06-23 | 1 | -0/+1 |
| * | cmd,runtime: enable cgo for openbsd/arm64 | Joel Sing | 2019-04-29 | 1 | -0/+67 |
| * | runtime/cgo: ignore missing Info.plist files on iOS | Elias Naur | 2019-04-29 | 2 | -2/+2 |
| * | all: add start of netbsd/arm64 support | Maya Rashish | 2019-04-20 | 1 | -0/+78 |
| * | runtime/cgo: declare variable setg_gcc as static | erifan01 | 2019-04-18 | 6 | -6/+6 |
| * | runtime,runtime/cgo: set up TLS storage for Android Q without cgo | Elias Naur | 2019-04-08 | 1 | -2/+6 |
| * | runtime/cgo: look for android_get_device_api_level in libc.so | Elias Naur | 2019-04-02 | 1 | -1/+1 |
| * | runtime/cgo: use free TLS slot on Android Q | Elias Naur | 2019-03-29 | 1 | -1/+21 |
| * | cmd/link/ld,cmd/internal/obj,runtime: make the Android TLS offset dynamic | Elias Naur | 2019-03-29 | 7 | -231/+43 |
| * | runtime/cgo: remove threadentry functions specialized for android | Elias Naur | 2019-03-28 | 4 | -59/+2 |
| * | runtime: create library startup for aix/ppc64 | Clément Chigot | 2019-03-27 | 3 | -0/+18 |
| * | runtime/cgo: correct cgo_export directives in callbacks_aix.go | Clément Chigot | 2019-03-19 | 1 | -2/+2 |
| * | cmd, runtime: fix C trampolines on aix/ppc64 | Clément Chigot | 2019-03-19 | 3 | -2/+34 |
| * | cmd/cgo: add missing parameter list for function _cgo_wait_runtime_init_done | Philipp Stephani | 2019-03-08 | 3 | -3/+3 |
| * | runtime/cgo: add port for aix/ppc64 | Clément Chigot | 2019-03-06 | 9 | -9/+148 |
| * | runtime,cmd/dist,cmd/link: add cgo support on openbsd/arm | Joel Sing | 2018-12-18 | 1 | -0/+67 |
| * | runtime/cgo: added missing includes for errno.h to the windows gcc stubs. | Ali Rizvi-Santiago | 2018-11-12 | 3 | -0/+3 |
| * | runtime: avoid variable/function alias on runtime._cgo_panic_internal | Austin Clements | 2018-11-12 | 1 | -2/+7 |
| * | runtime/cgo: annotate unused variable with __attribute__((unused)) | Muhammad Falak R Wani | 2018-10-10 | 1 | -1/+1 |
| * | all: this big patch remove whitespace from assembly files | Zhou Peng | 2018-10-03 | 3 | -5/+5 |
| * | runtime/cgo: Add initial NetBSD Thread Sanitizer support | Kamil Rytarowski | 2018-07-10 | 1 | -0/+2 |
| * | runtime: support capturing C backtrace from signal handler on darwin/amd64 | Nikhil Benesch | 2018-07-04 | 3 | -10/+13 |
| * | runtime: query thread stack size from OS on Windows | Austin Clements | 2018-07-02 | 2 | -18/+2 |
| * | runtime: initialize g0 stack bounds on Windows to full stack | Austin Clements | 2018-07-02 | 2 | -2/+2 |
| * | runtime/cgo: use size_t in sizeof result comparison | Alberto Donizetti | 2018-05-16 | 2 | -2/+2 |
| * | runtime: add js/wasm architecture | Richard Musiol | 2018-05-08 | 1 | -0/+8 |
| * | runtime: enable memory sanitizer on arm64 | Fangming.Fang | 2018-05-02 | 5 | -9/+31 |
| * | cmd/compile: add softfloat support to mips64{,le} | Milan Knezevic | 2018-04-27 | 2 | -2/+22 |
| * | runtime: use fixed TLS offsets on darwin/amd64 and darwin/386 | Keith Randall | 2018-04-11 | 2 | -149/+6 |
| * | Revert "runtime: use fixed TLS offsets on darwin/amd64 and darwin/386" | Keith Randall | 2018-04-10 | 2 | -6/+149 |
| * | misc/ios,runtime/cgo: remove SIGINT handshake for the iOS exec wrapper | Elias Naur | 2018-04-10 | 2 | -4/+0 |
| * | runtime: use fixed TLS offsets on darwin/amd64 and darwin/386 | Keith Randall | 2018-04-10 | 2 | -149/+6 |
| * | all: enable c-shared/c-archive support for freebsd/amd64 | Tim Wright | 2018-03-21 | 4 | -9/+97 |