aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo
AgeCommit message (Expand)Author
2025-09-29cmd/link: use a .def file to mark exported symbols on Windowsqmuntal
2025-09-25runtime: acquire/release C TSAN lock when calling cgo symbolizer/tracebackerMichael Pratt
2025-09-23runtime/cgo: retry when CreateThread fails with ERROR_ACCESS_DENIEDqmuntal
2025-09-09runtime: when using cgo on 386, call C sigaction functionIan Lance Taylor
2025-09-09syscall: optimise cgo clearenvAleksa Sarai
2025-09-05runtime/cgo: save and restore R31 for crosscall1 on loong64Guoqi Chen
2025-03-17runtime, runtime/cgo: use libc for sigaction syscalls when cgo is enabled on ...limeidan
2025-02-26runtime/cgo: use standard ABI call setg_gcc in crosscall1 on loong64Guoqi Chen
2025-02-26runtime/cgo: avoid errors from -Wdeclaration-after-statementIan Lance Taylor
2025-02-26runtime/cgo: avoid errors from -Wdeclaration-after-statementIan Lance Taylor
2025-02-25runtime/cgo: use CreateThread instead of _beginthreadqmuntal
2025-02-06runtime/cgo: clarify that C code must not retain pointerIan Lance Taylor
2024-11-14runtime/cgo: report a meaningful error message when using Cygwinqmuntal
2024-11-07runtime/cgo: use pthread_getattr_np on AndroidCherry Mui
2024-10-30runtime: update and restore g0 stack bounds at cgocallbackCherry Mui
2024-08-13runtime/cgo: create C pthreads in detached stateIan Lance Taylor
2024-07-23runtime,internal: move runtime/internal/sys to internal/runtime/sysDavid Chase
2024-05-24runtime: x_cgo_getstackbound: initialize pthread attrKir Kolyshkin
2024-05-16runtime: always update stack bounds on cgocallbackMichael Pratt
2024-03-21runtime/cgo: fix clang mach_port_t cast warningRoland Shoemaker
2024-02-29runtime/cgo: ignore unknown warning optionsIan Lance Taylor
2024-02-13runtime/cgo: mark fatalf as noreturnMauri de Souza Meneguzzo
2024-02-12runtime/cgo: add note about default stack boundsMichael Pratt
2024-02-10runtime/cgo: ignore -Watomic-alignment in gcc_libinit.cMauri de Souza Meneguzzo
2023-11-20all: add floating point option for ARM targetsLudi Rehak
2023-11-08runtime: add available godoc linkcui fliter
2023-10-12runtime/cgo: avoid taking the address of crosscall2 in codeCherry Mui
2023-10-05runtime: support SetUnhandledExceptionFilter on Windowsqmuntal
2023-08-25runtime, cmd/go: enable memory sanitizer on linux/loong64Xiaolin Zhao
2023-08-22runtime/cgo: get getstackbound for set_stackloIan Lance Taylor
2023-08-15runtime/cgo: use fatalf on solarisJoel Sing
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