summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-signal.c
Commit message (Expand)AuthorAgeFilesLines
* 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