summaryrefslogtreecommitdiff
path: root/libgo/runtime/proc.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: Support broken makecontext on Solaris 8/9.ian2012-02-151-0/+3
* PR go/50654ian2012-02-141-12/+31
* runtime: For g0 set stack_size to 0 when not -fsplit-stack.ian2012-02-101-1/+5
* libgo: Update to weekly.2012-02-07.ian2012-02-091-1/+1
* runtime: System-specific hack fix for x86_64 Solaris 10.ian2012-02-081-0/+55
* runtime: Catch signals on altstack, disable splitstack signal blocking.ian2011-12-211-0/+21
* libgo: Update to weekly.2011-11-18.ian2011-12-121-8/+10
* libgo: Add back tests of syscall time.ian2011-12-071-0/+31
* libgo: Update to weekly.2011-11-01.ian2011-12-021-17/+49
* runtime: Multiplex goroutines onto OS threads.ian2011-11-281-34/+1318
* Introduce G structure and thread-local global g.ian2011-11-111-2/+4
* Update Go library to last weekly.ian2011-10-261-0/+1
* Implement new syscall package.ian2011-10-231-0/+18
* Add runtime profiling infrastructure, not yet working.ian2011-03-271-0/+57
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-031-0/+16