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
/
gcc_libinit_windows.c
Age
Commit message (
Expand
)
Author
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-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-02-26
runtime/cgo: avoid errors from -Wdeclaration-after-statement
Ian Lance Taylor
2025-02-25
runtime/cgo: use CreateThread instead of _beginthread
qmuntal
2024-11-14
runtime/cgo: report a meaningful error message when using Cygwin
qmuntal
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-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-03
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-03-31
Revert "runtime/cgo: store M for C-created thread in pthread key"
Cherry Mui
2023-03-24
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-01-24
runtime/cgo: use //go:build lines in C and assembly files
Tobias Klauser
2022-06-09
runtime/cgo: retry _beginthread on EACCES
Michael Pratt
2022-06-09
runtime/cgo: merge bodies of cgo_sys_thread_start on windows
Michael Pratt
2021-02-23
runtime/cgo: use correct lean and mean macro
Jason A. Donenfeld
2020-10-17
runtime/cgo: fix build tag placement vet warning
Cherry Zhang
2019-03-08
cmd/cgo: add missing parameter list for function _cgo_wait_runtime_init_done
Philipp Stephani
2018-11-12
runtime/cgo: added missing includes for errno.h to the windows gcc stubs.
Ali Rizvi-Santiago
2016-11-03
runtime/cgo: correct type declaration for Windows
David Chase
2016-06-02
runtime/cgo: avoid races on cgo_context_function
Ian Lance Taylor
2016-04-29
cmd/cgo, runtime, runtime/cgo: use cgo context function
Ian Lance Taylor
2016-04-04
cmd/go: fix -buildmode=c-archive should work on windows
Christopher Nelson
2016-03-08
cmd/go: ignore C files when CGO_ENABLED=0
Russ Cox
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-01-27
runtime/cgo: more +build cgo tags
Russ Cox
2015-04-03
runtime: initialize shared library at library-load time
Srdjan Petrovic