aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo
AgeCommit message (Expand)Author
2023-08-15runtime/cgo: consolidate openbsd cgo codeJoel Sing
2023-08-15runtime/cgo: consolidate netbsd cgo codeJoel Sing
2023-08-15runtime/cgo: consolidate linux cgo codeJoel Sing
2023-08-15runtime/cgo: consolidate freebsd cgo codeJoel Sing
2023-08-15runtime/cgo: rename crosscall_arm1 to crosscall1Joel Sing
2023-08-15runtime/cgo: use fatalf on dragonfly, freebsd, netbsd and openbsdJoel Sing
2023-08-12runtime/cgo: rename crosscall_386 to crosscall1 and standardise APIJoel Sing
2023-08-12runtime/cgo: rename crosscall_amd64 to crosscall1Joel Sing
2023-08-09runtime/cgo: use frame address to set g0 stack boundIan Lance Taylor
2023-07-21runtime/cgo: reduce runtime init done check using atomicCuong Manh Le
2023-05-17runtime/cgo: store M for C-created thread in pthread keyCherry Mui
2023-05-05Revert "runtime/cgo: store M for C-created thread in pthread key"Chressie Himpel
2023-05-04runtime/cgo: preserve VRs across crosscall_ppc64 on linuxPaul E. Murphy
2023-05-04runtime/cgo: preserve nonvolatile VRs when crosscalling into Go on PPC64Paul E. Murphy
2023-05-01runtime/cgo: use atomic.Uintptr instead of atomic.AddUintptr.qmuntal
2023-04-26runtime/cgo: store M for C-created thread in pthread keyMichael Pratt
2023-04-17Revert "runtime/cgo: store M for C-created thread in pthread key"Michael Pratt
2023-04-17Revert "Revert "Revert "runtime: consolidate function descriptor definitions ...Michael Pratt
2023-04-17Revert "runtime/cgo: use pthread_attr_get_np on Illumos"Michael Pratt
2023-04-04runtime/cgo: use pthread_attr_get_np on IllumosCherry Mui
2023-04-03runtime: cleanup PPC64/linux runtime.sigtrampPaul E. Murphy
2023-04-03Revert "Revert "runtime: consolidate function descriptor definitions on PPC64""Cherry Mui
2023-04-03runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-03-31Revert "runtime/cgo: store M for C-created thread in pthread key"Cherry Mui
2023-03-31Revert "runtime: consolidate function descriptor definitions on PPC64"Cherry Mui
2023-03-31Revert "runtime: get a better g0 stack bound in needm"Cherry Mui
2023-03-30runtime: get a better g0 stack bound in needmCherry Mui
2023-03-29runtime: save/restore callee-saved registers in loong64's sigtrampGuoqi Chen
2023-03-27runtime: consolidate function descriptor definitions on PPC64Paul E. Murphy
2023-03-24runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-03-18runtime: provide and use a GO_PPC64X_HAS_FUNCDESC defineJoel Sing
2023-03-14runtime,runtime/cgo: fix tsan/pprof/cgo issuesPaul E. Murphy
2023-03-08runtime/cgo: add tsan sync for traceback functionIan Lance Taylor
2023-02-18runtime/cgo: restore correct build tags for linux/mips*Joel Sing
2023-02-10cmd/cgo: add -fno-stack-protector to CFLAGS (again)Than McIntosh
2023-01-31runtime/cgo: remove APPLE macros on 386, arm, and ppc64 assembly filesCherry Mui
2023-01-31cmd/link: load host archive libc_nonshared.a for -fstack-protectorThan McIntosh
2023-01-24runtime/cgo: use //go:build lines in C and assembly filesTobias Klauser
2023-01-24runtime: use explicit NOFRAME on windows/amd64qmuntal
2023-01-23runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386qmuntal
2022-12-05runtime/cgo: fix typo in gcc_loong64.SCherry Mui
2022-12-05runtime/cgo: add .file directive to GNU assembly filesCherry Mui
2022-11-14runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/amd64qmuntal
2022-10-14runtime: add msan support on freebsd/amd64Dmitri Goutnik
2022-10-05runtime/cgo: let darwin pthread stacksize follow rlimitYoulin Feng
2022-09-28cmd/nm, runtime/cgo: add cgo support for freebsd/riscv64Mikael Urankar
2022-08-28cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheapCuong Manh Le
2022-08-08runtime/cgo: add -fno-stack-protector to CFLAGSIan Lance Taylor
2022-07-26runtime/cgo: use frame address to set g0 stack boundCherry Mui
2022-06-09runtime/cgo: retry _beginthread on EACCESMichael Pratt