aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata/testprogcgo
AgeCommit message (Expand)Author
2017-12-09runtime: don't use MAP_STACK in SigStack testIan Lance Taylor
2017-12-01runtime: use MAP_ANON in sigstack checkAustin Clements
2017-12-01runtime: restore the Go-allocated signal stack in unminitAustin Clements
2017-11-03cmd/link: restore windows stack commit size back to 4KBAlex Brainman
2017-10-31runtime: shorten tests in all.bashRuss Cox
2017-10-11runtime: terminate locked OS thread if its goroutine exitsAustin Clements
2017-08-29runtime: forward crashing signals to late handlersElias Naur
2017-08-10runtime: when dying from a signal use the previous signal handlerElias Naur
2017-06-27runtime: get more info for TestCgoSignalDeadlock failuresIan Lance Taylor
2017-06-14runtime: don't run TestCgoNumGoroutine on Windows or Plan 9Ian Lance Taylor
2017-06-07runtime: mark extra M's G as dead when not in useAustin Clements
2017-01-30runtime: add explicit (void) in C to avoid GCC 7 problemIan Lance Taylor
2016-11-04all: make copyright headers consistent with one space after periodMichael Munday
2016-10-11runtime: record current PC for SIGPROF on non-Go threadIan Lance Taylor
2016-10-06runtime: add threadprof tag for test that starts busy threadIan Lance Taylor
2016-10-05runtime/testdata/testprogcgo: add explicit return value to signalThreadMichael Munday
2016-10-05runtime: don't call cgocallback from signal handlerIan Lance Taylor
2016-09-23runtime: use sched_yield instead of pthread_yieldDavid Crawshaw
2016-09-22cmd/compile: don't instrument copy and append in runtimeIan Lance Taylor
2016-08-23runtime: remove unused function in testIan Lance Taylor
2016-08-16runtime: move printing of extra newlineJosh Bleecher Snyder
2016-06-16runtime: remove useless loop from CgoCCodeSIGPROF test programIan Lance Taylor
2016-06-13runtime: collect stack trace if SIGPROF arrives on non-Go threadIan Lance Taylor
2016-05-31runtime: pass signal context to cgo traceback functionIan Lance Taylor
2016-05-10runtime/testdata/testprogcgo: fix Windows C compiler warningBrad Fitzpatrick
2016-05-05runtime: put tracebackctxt C functions in .c fileIan Lance Taylor
2016-05-04runtime: use cgo traceback for SIGPROFIan Lance Taylor
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-04-29cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor
2016-04-04cmd/go: fix -buildmode=c-archive should work on windowsChristopher Nelson
2016-04-01runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor
2016-03-11runtime: limit TestCgoCCodeSIGPROF test to 1 secondIan Lance Taylor
2016-03-04runtime: fix off-by-one error finding module for PCIan Lance Taylor
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-26runtime: more deflaking of TestCgoCheckBytesIan Lance Taylor
2016-02-21runtime: when crash with panic, call user Error/String methods before freezin...Shenghou Ma
2016-02-19runtime: skip cgo check for non-pointer slice elementsIan Lance Taylor
2016-01-18runtime: don't run TestEnsureDropM on windows or plan9Ian Lance Taylor
2016-01-11runtime: fix arm/arm64/ppc64/mips64 to dropm when necessaryIan Lance Taylor
2016-01-08runtime/testdata: gofmtMikio Hara
2016-01-06runtime: set new m signal mask to program startup maskIan Lance Taylor
2015-12-29runtime: move test programs out of source code, coalesceRuss Cox