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
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
2023-08-15
runtime/cgo: consolidate openbsd cgo code
Joel Sing
2023-08-15
runtime/cgo: consolidate netbsd cgo code
Joel Sing
2023-08-15
runtime/cgo: consolidate linux cgo code
Joel Sing
2023-08-15
runtime/cgo: consolidate freebsd cgo code
Joel Sing
2023-08-15
runtime/cgo: rename crosscall_arm1 to crosscall1
Joel Sing
2023-08-15
runtime/cgo: use fatalf on dragonfly, freebsd, netbsd and openbsd
Joel Sing
2023-08-12
runtime/cgo: rename crosscall_386 to crosscall1 and standardise API
Joel Sing
2023-08-12
runtime/cgo: rename crosscall_amd64 to crosscall1
Joel Sing
2023-08-09
runtime/cgo: use frame address to set g0 stack bound
Ian Lance Taylor
2023-07-21
runtime/cgo: reduce runtime init done check using atomic
Cuong Manh Le
2023-05-17
runtime/cgo: store M for C-created thread in pthread key
Cherry Mui
2023-05-05
Revert "runtime/cgo: store M for C-created thread in pthread key"
Chressie Himpel
2023-05-04
runtime/cgo: preserve VRs across crosscall_ppc64 on linux
Paul E. Murphy
2023-05-04
runtime/cgo: preserve nonvolatile VRs when crosscalling into Go on PPC64
Paul E. Murphy
2023-05-01
runtime/cgo: use atomic.Uintptr instead of atomic.AddUintptr.
qmuntal
2023-04-26
runtime/cgo: store M for C-created thread in pthread key
Michael Pratt
2023-04-17
Revert "runtime/cgo: store M for C-created thread in pthread key"
Michael Pratt
2023-04-17
Revert "Revert "Revert "runtime: consolidate function descriptor definitions ...
Michael Pratt
2023-04-17
Revert "runtime/cgo: use pthread_attr_get_np on Illumos"
Michael Pratt
[next]