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
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
2023-04-04
runtime/cgo: use pthread_attr_get_np on Illumos
Cherry Mui
2023-04-03
runtime: cleanup PPC64/linux runtime.sigtramp
Paul E. Murphy
2023-04-03
Revert "Revert "runtime: consolidate function descriptor definitions on PPC64""
Cherry Mui
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-31
Revert "runtime: consolidate function descriptor definitions on PPC64"
Cherry Mui
2023-03-31
Revert "runtime: get a better g0 stack bound in needm"
Cherry Mui
2023-03-30
runtime: get a better g0 stack bound in needm
Cherry Mui
2023-03-29
runtime: save/restore callee-saved registers in loong64's sigtramp
Guoqi Chen
2023-03-27
runtime: consolidate function descriptor definitions on PPC64
Paul E. Murphy
2023-03-24
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-03-18
runtime: provide and use a GO_PPC64X_HAS_FUNCDESC define
Joel Sing
2023-03-14
runtime,runtime/cgo: fix tsan/pprof/cgo issues
Paul E. Murphy
2023-03-08
runtime/cgo: add tsan sync for traceback function
Ian Lance Taylor
2023-02-18
runtime/cgo: restore correct build tags for linux/mips*
Joel Sing
2023-02-10
cmd/cgo: add -fno-stack-protector to CFLAGS (again)
Than McIntosh
2023-01-31
runtime/cgo: remove APPLE macros on 386, arm, and ppc64 assembly files
Cherry Mui
2023-01-31
cmd/link: load host archive libc_nonshared.a for -fstack-protector
Than McIntosh
2023-01-24
runtime/cgo: use //go:build lines in C and assembly files
Tobias Klauser
2023-01-24
runtime: use explicit NOFRAME on windows/amd64
qmuntal
2023-01-23
runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386
qmuntal
2022-12-05
runtime/cgo: fix typo in gcc_loong64.S
Cherry Mui
2022-12-05
runtime/cgo: add .file directive to GNU assembly files
Cherry Mui
2022-11-14
runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/amd64
qmuntal
2022-10-14
runtime: add msan support on freebsd/amd64
Dmitri Goutnik
2022-10-05
runtime/cgo: let darwin pthread stacksize follow rlimit
Youlin Feng
2022-09-28
cmd/nm, runtime/cgo: add cgo support for freebsd/riscv64
Mikael Urankar
2022-08-28
cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheap
Cuong Manh Le
2022-08-08
runtime/cgo: add -fno-stack-protector to CFLAGS
Ian Lance Taylor
2022-07-26
runtime/cgo: use frame address to set g0 stack bound
Cherry Mui
2022-06-09
runtime/cgo: retry _beginthread on EACCES
Michael Pratt
[prev]
[next]