summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-signal.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: portable access to sigev_notify_thread_idIan Lance Taylor2022-09-271-0/+18
* runtime: use correct field name for PPC32 GLIBC registersIan Lance Taylor2022-04-201-12/+23
* runtime: use regset indexes for PPC register valuesIan Lance Taylor2022-04-141-15/+10
* runtime: support PPC32 MUSL register accessIan Lance Taylor2022-03-311-0/+18
* libgo: update to Go1.18beta2Ian Lance Taylor2022-02-111-4/+11
* runtime: populate signal PC on NetBSDNikhil Benesch2020-10-131-0/+2
* gccgo: fix runtime compilation on NetBSDBenny Siegert2020-04-201-0/+12
* runtime: handle linux/arm64 signal registereric fang2020-02-281-40/+23
* re PR go/81893 (compilation error in libgo starting with r251127)Ian Lance Taylor2017-08-181-1/+4
* runtime: improvements for signal registersIan Lance Taylor2017-08-161-13/+49
* runtime: dump registers for AlphaIan Lance Taylor2017-08-041-0/+41
* runtime: handle Alpha GNU/Linux in getSiginfoIan Lance Taylor2017-07-261-0/+5
* runtime: handle PPC/PPC64 GNU/Linux in getSiginfoIan Lance Taylor2017-07-211-0/+5
* Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor2017-05-101-2/+2
* runtime: fixes for -buildmode=c-archiveIan Lance Taylor2016-11-301-0/+9
* runtime: rewrite panic/defer code from C to GoIan Lance Taylor2016-11-221-2/+0
* runtime: don't crash if signal handler info argument is nilIan Lance Taylor2016-11-141-1/+5
* runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor2016-11-101-480/+207
* runtime: copy rdebug code from Go 1.7 runtimeIan Lance Taylor2016-10-171-1/+1
* runtime: copy cpuprof code from Go 1.7 runtimeIan Lance Taylor2016-10-141-0/+2
* runtime: use -fgo-c-header to build C header fileIan Lance Taylor2016-08-301-12/+12
* libgo: Update to go1.6rc1.Ian Lance Taylor2016-02-031-35/+40
* libgo: Update to Go 1.3 release.Ian Lance Taylor2014-07-191-13/+12
* runtime: Use pthread_sigmask instead of sigprocmask.Ian Lance Taylor2013-12-041-1/+1
* runtime: Fix prototype and one use of runtime_traceback.Ian Lance Taylor2013-12-031-1/+1
* libgo: Update to October 24 version of master library.Ian Lance Taylor2013-11-061-16/+0
* runtime: Fix build on systems without split stack.Ian Lance Taylor2013-10-161-0/+2
* runtime: Don't clobber saved context when catching signal.Ian Lance Taylor2013-10-141-2/+3
* runtime: Ignore SIGPROF if not on a Go thread.Ian Lance Taylor2013-07-231-6/+7
* libgo: Update to Go 1.1.1.Ian Lance Taylor2013-07-161-17/+91
* re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor2013-01-241-1/+1
* runtime: Fix build failures with -D_FORTIFY_SOURCE=2.Ian Lance Taylor2012-12-041-1/+4
* libgo: Update to current sources.Ian Lance Taylor2012-10-231-0/+19
* runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it.Ian Lance Taylor2012-07-261-2/+1
* runtime: Print stack trace on panic or signal.Ian Lance Taylor2012-05-171-13/+41
* libgo: Use -fgo-pkgpath.Ian Lance Taylor2012-05-141-1/+1
* libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor2012-03-021-138/+78
* runtime: Fix missing USING_SPLIT_STACK ifdef.Ian Lance Taylor2011-12-221-1/+5
* runtime: Catch signals on altstack, disable splitstack signal blocking.Ian Lance Taylor2011-12-211-122/+293
* runtime: RTEMS build fixes.Ian Lance Taylor2011-12-131-0/+4
* runtime: Rename sigignore to sig_ignore for Solaris.Ian Lance Taylor2011-12-011-2/+2
* runtime: Copy runtime_panicstring from master library.Ian Lance Taylor2011-11-301-1/+1
* runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor2011-11-281-33/+80
* Update to current version of Go library.Ian Lance Taylor2011-05-201-0/+23
* Add runtime profiling infrastructure, not yet working.Ian Lance Taylor2011-03-271-28/+78
* Don't catch LIBPROF in Go code.Ian Lance Taylor2011-03-161-3/+0
* Better error message if malloc gets a SIGSEGV.Ian Lance Taylor2010-12-141-0/+6
* Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor2010-12-031-0/+194