aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-signal.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-20runtime: use correct field name for PPC32 GLIBC registersIan Lance Taylor1-12/+23
2022-04-14runtime: use regset indexes for PPC register valuesIan Lance Taylor1-15/+10
2022-03-31runtime: support PPC32 MUSL register accessIan Lance Taylor1-0/+18
2022-02-11libgo: update to Go1.18beta2Ian Lance Taylor1-4/+11
2020-10-13runtime: populate signal PC on NetBSDNikhil Benesch1-0/+2
2020-04-20gccgo: fix runtime compilation on NetBSDBenny Siegert1-0/+12
2020-02-28runtime: handle linux/arm64 signal registereric fang1-40/+23
2017-08-18re PR go/81893 (compilation error in libgo starting with r251127)Ian Lance Taylor1-1/+4
2017-08-16runtime: improvements for signal registersIan Lance Taylor1-13/+49
2017-08-04runtime: dump registers for AlphaIan Lance Taylor1-0/+41
2017-07-26runtime: handle Alpha GNU/Linux in getSiginfoIan Lance Taylor1-0/+5
2017-07-21runtime: handle PPC/PPC64 GNU/Linux in getSiginfoIan Lance Taylor1-0/+5
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-2/+2
2016-11-30runtime: fixes for -buildmode=c-archiveIan Lance Taylor1-0/+9
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor1-2/+0
2016-11-14runtime: don't crash if signal handler info argument is nilIan Lance Taylor1-1/+5
2016-11-10runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor1-480/+207
2016-10-17runtime: copy rdebug code from Go 1.7 runtimeIan Lance Taylor1-1/+1
2016-10-14runtime: copy cpuprof code from Go 1.7 runtimeIan Lance Taylor1-0/+2
2016-08-30runtime: use -fgo-c-header to build C header fileIan Lance Taylor1-12/+12
2016-02-03libgo: Update to go1.6rc1.Ian Lance Taylor1-35/+40
2014-07-19libgo: Update to Go 1.3 release.Ian Lance Taylor1-13/+12
2013-12-04runtime: Use pthread_sigmask instead of sigprocmask.Ian Lance Taylor1-1/+1
2013-12-03runtime: Fix prototype and one use of runtime_traceback.Ian Lance Taylor1-1/+1
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor1-16/+0
2013-10-16runtime: Fix build on systems without split stack.Ian Lance Taylor1-0/+2
2013-10-14runtime: Don't clobber saved context when catching signal.Ian Lance Taylor1-2/+3
2013-07-23runtime: Ignore SIGPROF if not on a Go thread.Ian Lance Taylor1-6/+7
2013-07-16libgo: Update to Go 1.1.1.Ian Lance Taylor1-17/+91
2013-01-24re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor1-1/+1
2012-12-04runtime: Fix build failures with -D_FORTIFY_SOURCE=2.Ian Lance Taylor1-1/+4
2012-10-23libgo: Update to current sources.Ian Lance Taylor1-0/+19
2012-07-26runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it.Ian Lance Taylor1-2/+1
2012-05-17runtime: Print stack trace on panic or signal.Ian Lance Taylor1-13/+41
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor1-1/+1
2012-03-02libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor1-138/+78
2011-12-22runtime: Fix missing USING_SPLIT_STACK ifdef.Ian Lance Taylor1-1/+5
2011-12-21runtime: Catch signals on altstack, disable splitstack signal blocking.Ian Lance Taylor1-122/+293
2011-12-13runtime: RTEMS build fixes.Ian Lance Taylor1-0/+4
2011-12-01runtime: Rename sigignore to sig_ignore for Solaris.Ian Lance Taylor1-2/+2
2011-11-30runtime: Copy runtime_panicstring from master library.Ian Lance Taylor1-1/+1
2011-11-28runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor1-33/+80
2011-05-20Update to current version of Go library.Ian Lance Taylor1-0/+23
2011-03-27Add runtime profiling infrastructure, not yet working.Ian Lance Taylor1-28/+78
2011-03-16Don't catch LIBPROF in Go code.Ian Lance Taylor1-3/+0
2010-12-14Better error message if malloc gets a SIGSEGV.Ian Lance Taylor1-0/+6
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+194