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