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.c
Age
Commit message (
Expand
)
Author
2023-01-24
runtime/cgo: use //go:build lines in C and assembly files
Tobias Klauser
2019-03-08
cmd/cgo: add missing parameter list for function _cgo_wait_runtime_init_done
Philipp Stephani
2019-03-06
runtime/cgo: add port for aix/ppc64
Clément Chigot
2018-10-10
runtime/cgo: annotate unused variable with __attribute__((unused))
Muhammad Falak R Wani
2017-10-11
runtime: make it possible to exit Go-created threads
Austin Clements
2017-04-11
cmd/link,runtime/cgo: enable PT_TLS generation on OpenBSD
Joel Sing
2016-12-05
runtime/cgo: retry pthread_create on EAGAIN
Ian Lance Taylor
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-22
runtime/cgo: use normal libinit on PPC GNU/Linux
Ian Lance Taylor
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-01-27
runtime/cgo: add cgo build tag to C files
Russ Cox
2015-05-06
runtime/cgo: add cgo support for solaris/amd64
Aram Hăvărneanu
2015-04-28
runtime/cgo: use PTHREAD_{MUTEX,COND}_INITIALIZER
Ian Lance Taylor
2015-04-13
runtime: remove runtime wait/notify from ppc64x architectures.
Srdjan Petrovic
2015-04-03
runtime: initialize shared library at library-load time
Srdjan Petrovic