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
/
testdata
/
testprogcgo
Age
Commit message (
Expand
)
Author
2022-09-21
runtime: treat SI_TKILL like SI_USER on Linux
Ian Lance Taylor
2022-09-19
Revert "runtime: treat SI_TKILL like SI_USER on Linux"
Cuong Manh Le
2022-09-17
runtime: treat SI_TKILL like SI_USER on Linux
Ian Lance Taylor
2022-08-15
Revert "runtime/trace: add missing events for the locked g in extra M."
Cuong Manh Le
2022-08-12
runtime/trace: add missing events for the locked g in extra M.
doujiang24
2022-06-08
runtime: gofmt
Michael Pratt
2022-05-17
runtime: deflake TestCgoPprofThread
Cherry Mui
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-03-31
runtime: remove use of -mnop-fun-dllimport from cgotest win.go
Than McIntosh
2022-02-19
testdata: fix typo in comment
hopehook
2022-02-03
runtime: regression test for issue 50936
Michael Pratt
2022-01-20
runtime: remove -tags=threadprof in tests
Ian Lance Taylor
2021-12-21
runtime: check the correct environment variable in TestCgoCallbackGC
Cherry Mui
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-08
runtime: fix flake in TestCgoPprofThread
Rhys Hiltner
2021-11-12
runtime: drop cgoTraceback call assumptions from CgoPprof tests
Michael Pratt
2021-11-11
runtime: fix C compilation error in TestCgoTracebackGoroutineProfile
Cherry Mui
2021-11-11
runtime: bypass scheduler when doing traceback for goroutine profile
Cherry Mui
2021-10-27
runtime/testdata/testprogcgo: fix TestCgoPanicCallback
Cuong Manh Le
2021-10-26
runtime: fix cgo signals detection
Michael Pratt
2021-07-29
runtime: avoid possible preemption when returning from Go to C
Ian Lance Taylor
2021-06-12
runtime: testprogcgo: don't call exported Go functions directly from Go
Ian Lance Taylor
2021-04-23
runtime/testdata: fix testprogcgo for windows/arm64
Russ Cox
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-11-24
runtime: use inlined function name for traceback elision
Austin Clements
2020-11-24
runtime/testdata/testprogcgo: refactor CrashTraceback
Austin Clements
2020-10-28
runtime: block signals in needm before allocating M
Ian Lance Taylor
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2020-05-29
runtime: no SIGWINCH to pgrp while GDB is running
Michael Pratt
2020-05-20
runtime: allocate fewer bytes during TestEINTR
Bryan C. Mills
2020-05-13
runtime: reduce timing sensitivity in TestEINTR
Bryan C. Mills
2020-05-11
internal/poll, os: loop on EINTR
Ian Lance Taylor
2020-04-24
runtime: sleep in TestSegv program to let signal be delivered
Ian Lance Taylor
2020-04-22
runtime: crash on SI_USER SigPanic signal
Ian Lance Taylor
2019-10-02
os/signal: lazily start signal watch loop only on Notify
Emmanuel T Odeke
2019-03-19
runtime: fix TestSigStackSwapping on aix/ppc64
Clément Chigot
2019-03-06
runtime: do not use a relative import in testdata
Bryan C. Mills
2018-12-10
runtime: fix CGO traceback frame count
Mark Pulford
2018-09-18
runtime: ignore EAGAIN from exec in TestCgoExecSignalMask
Ian Lance Taylor
2018-07-02
runtime: query thread stack size from OS on Windows
Austin Clements
2018-03-27
cmd/go, cmd/link, runtime: enable PIE build mode, cgo race tests on FreeBSD
Tim Wright
2018-01-31
runtime: fail silently if we unwind over sigpanic into C code
Austin Clements
2017-12-09
runtime: don't use MAP_STACK in SigStack test
Ian Lance Taylor
2017-12-01
runtime: use MAP_ANON in sigstack check
Austin Clements
2017-12-01
runtime: restore the Go-allocated signal stack in unminit
Austin Clements
2017-11-03
cmd/link: restore windows stack commit size back to 4KB
Alex Brainman
2017-10-31
runtime: shorten tests in all.bash
Russ Cox
2017-10-11
runtime: terminate locked OS thread if its goroutine exits
Austin Clements
2017-08-29
runtime: forward crashing signals to late handlers
Elias Naur
[prev]
[next]