summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-signal.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: Use pthread_sigmask instead of sigprocmask.ian2013-12-041-1/+1
* runtime: Fix prototype and one use of runtime_traceback.ian2013-12-031-1/+1
* libgo: Update to October 24 version of master library.ian2013-11-061-16/+0
* runtime: Fix build on systems without split stack.ian2013-10-161-0/+2
* runtime: Don't clobber saved context when catching signal.ian2013-10-141-2/+3
* runtime: Ignore SIGPROF if not on a Go thread.ian2013-07-231-6/+7
* libgo: Update to Go 1.1.1.ian2013-07-161-17/+91
* PR go/46986ian2013-01-241-1/+1
* runtime: Fix build failures with -D_FORTIFY_SOURCE=2.ian2012-12-041-1/+4
* libgo: Update to current sources.ian2012-10-231-0/+19
* runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it.ian2012-07-261-2/+1
* runtime: Print stack trace on panic or signal.ian2012-05-171-13/+41
* libgo: Use -fgo-pkgpath.ian2012-05-141-1/+1
* libgo: Update to weekly.2012-02-14 release.ian2012-03-021-138/+78
* runtime: Fix missing USING_SPLIT_STACK ifdef.ian2011-12-221-1/+5
* runtime: Catch signals on altstack, disable splitstack signal blocking.ian2011-12-211-122/+293
* runtime: RTEMS build fixes.ian2011-12-131-0/+4
* runtime: Rename sigignore to sig_ignore for Solaris.ian2011-12-011-2/+2
* runtime: Copy runtime_panicstring from master library.ian2011-11-301-1/+1
* runtime: Multiplex goroutines onto OS threads.ian2011-11-281-33/+80
* Update to current version of Go library.ian2011-05-201-0/+23
* Add runtime profiling infrastructure, not yet working.ian2011-03-271-28/+78
* Don't catch LIBPROF in Go code.ian2011-03-161-3/+0
* Better error message if malloc gets a SIGSEGV.ian2010-12-141-0/+6
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-031-0/+194