aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo
AgeCommit message (Expand)Author
2026-03-31runtime/cgo: remove SIGSEGV emulation on iOSqmuntal
2026-03-30runtime/cgo: remove unused _cgo_openbsd_try_pthread_create prototypeTobias Klauser
2026-03-24cmd/link: raise minimum windows version to 10Jason A. Donenfeld
2026-03-18runtime,runtime/cgo: do cgo thread initialization in Go on Windowsqmuntal
2026-03-18runtime: implement part of library initialization in Goqmuntal
2026-03-11runtime/cgo: clarify pinning requirement in Handle examplekovan
2026-03-10syscall,runtime/cgo: use cgo_ldflag to link against -lsocket and -lxnet on So...qmuntal
2026-02-28runtime/cgo: build with C compiler option -std=gnu90Ian Lance Taylor
2026-02-28runtime/cgo: add abi_riscv64.h for callee-saved register macrosGeorge Adams
2026-02-27runtime/cgo: avoid unused parameter warningTamir Duberstein
2026-02-23runtime/cgo: fix setg_gcc call on aix/ppc64qmuntal
2026-02-19runtime/cgo: remove unnecessary ARM_TP_ADDRESS check on FreeBSDqmuntal
2026-02-18runtime/cgo: deduplicate Android's fatalfqmuntal
2026-02-18runtime/cgo: use pthreads to get stack bound on Solarisqmuntal
2026-02-18runtime/cgo: rename and update ppc64x and s390x croscall1 functionsqmuntal
2026-02-17runtime/cgo: remove clang mmap bug workaroundqmuntal
2026-02-17all: use LF line ending for C filesCherry Mui
2026-02-13runtime/cgo: deduplicate x_cgo_init and crosscall1qmuntal
2026-02-13runtime/cgo: deduplicate pthreads-related functionsqmuntal
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