index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
cgo
Age
Commit message (
Expand
)
Author
2026-03-31
runtime/cgo: remove SIGSEGV emulation on iOS
qmuntal
2026-03-30
runtime/cgo: remove unused _cgo_openbsd_try_pthread_create prototype
Tobias Klauser
2026-03-24
cmd/link: raise minimum windows version to 10
Jason A. Donenfeld
2026-03-18
runtime,runtime/cgo: do cgo thread initialization in Go on Windows
qmuntal
2026-03-18
runtime: implement part of library initialization in Go
qmuntal
2026-03-11
runtime/cgo: clarify pinning requirement in Handle example
kovan
2026-03-10
syscall,runtime/cgo: use cgo_ldflag to link against -lsocket and -lxnet on So...
qmuntal
2026-02-28
runtime/cgo: build with C compiler option -std=gnu90
Ian Lance Taylor
2026-02-28
runtime/cgo: add abi_riscv64.h for callee-saved register macros
George Adams
2026-02-27
runtime/cgo: avoid unused parameter warning
Tamir Duberstein
2026-02-23
runtime/cgo: fix setg_gcc call on aix/ppc64
qmuntal
2026-02-19
runtime/cgo: remove unnecessary ARM_TP_ADDRESS check on FreeBSD
qmuntal
2026-02-18
runtime/cgo: deduplicate Android's fatalf
qmuntal
2026-02-18
runtime/cgo: use pthreads to get stack bound on Solaris
qmuntal
2026-02-18
runtime/cgo: rename and update ppc64x and s390x croscall1 functions
qmuntal
2026-02-17
runtime/cgo: remove clang mmap bug workaround
qmuntal
2026-02-17
all: use LF line ending for C files
Cherry Mui
2026-02-13
runtime/cgo: deduplicate x_cgo_init and crosscall1
qmuntal
2026-02-13
runtime/cgo: deduplicate pthreads-related functions
qmuntal
2025-09-29
cmd/link: use a .def file to mark exported symbols on Windows
qmuntal
2025-09-25
runtime: acquire/release C TSAN lock when calling cgo symbolizer/tracebacker
Michael Pratt
2025-09-23
runtime/cgo: retry when CreateThread fails with ERROR_ACCESS_DENIED
qmuntal
2025-09-09
runtime: when using cgo on 386, call C sigaction function
Ian Lance Taylor
2025-09-09
syscall: optimise cgo clearenv
Aleksa Sarai
2025-09-05
runtime/cgo: save and restore R31 for crosscall1 on loong64
Guoqi Chen
2025-03-17
runtime, runtime/cgo: use libc for sigaction syscalls when cgo is enabled on ...
limeidan
2025-02-26
runtime/cgo: use standard ABI call setg_gcc in crosscall1 on loong64
Guoqi Chen
2025-02-26
runtime/cgo: avoid errors from -Wdeclaration-after-statement
Ian Lance Taylor
2025-02-26
runtime/cgo: avoid errors from -Wdeclaration-after-statement
Ian Lance Taylor
2025-02-25
runtime/cgo: use CreateThread instead of _beginthread
qmuntal
2025-02-06
runtime/cgo: clarify that C code must not retain pointer
Ian Lance Taylor
2024-11-14
runtime/cgo: report a meaningful error message when using Cygwin
qmuntal
2024-11-07
runtime/cgo: use pthread_getattr_np on Android
Cherry Mui
2024-10-30
runtime: update and restore g0 stack bounds at cgocallback
Cherry Mui
2024-08-13
runtime/cgo: create C pthreads in detached state
Ian Lance Taylor
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2024-05-24
runtime: x_cgo_getstackbound: initialize pthread attr
Kir Kolyshkin
2024-05-16
runtime: always update stack bounds on cgocallback
Michael Pratt
2024-03-21
runtime/cgo: fix clang mach_port_t cast warning
Roland Shoemaker
2024-02-29
runtime/cgo: ignore unknown warning options
Ian Lance Taylor
2024-02-13
runtime/cgo: mark fatalf as noreturn
Mauri de Souza Meneguzzo
2024-02-12
runtime/cgo: add note about default stack bounds
Michael Pratt
2024-02-10
runtime/cgo: ignore -Watomic-alignment in gcc_libinit.c
Mauri de Souza Meneguzzo
2023-11-20
all: add floating point option for ARM targets
Ludi Rehak
2023-11-08
runtime: add available godoc link
cui fliter
2023-10-12
runtime/cgo: avoid taking the address of crosscall2 in code
Cherry Mui
2023-10-05
runtime: support SetUnhandledExceptionFilter on Windows
qmuntal
2023-08-25
runtime, cmd/go: enable memory sanitizer on linux/loong64
Xiaolin Zhao
2023-08-22
runtime/cgo: get getstackbound for set_stacklo
Ian Lance Taylor
2023-08-15
runtime/cgo: use fatalf on solaris
Joel Sing
[next]