summaryrefslogtreecommitdiff
path: root/libgo/runtime/proc.c
Commit message (Expand)AuthorAgeFilesLines
* libgo: Update to current sources.ian2012-10-231-143/+163
* runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it.ian2012-07-261-4/+1
* runtime: Use dl_iterate_phdr to get TLS size.ian2012-06-071-31/+58
* runtime: Comment out code adding TLS size to stack size.ian2012-06-051-0/+2
* runtime: Fix call to _dl_get_tls_static_info for i386.ian2012-06-051-1/+26
* runtime: Make runtime.Stack actually work.ian2012-05-241-9/+21
* runtime: Use getcontext, not setjmp, to save regs for GC.ian2012-05-221-5/+3
* runtime: Print stack trace on panic or signal.ian2012-05-171-9/+70
* runtime: Make all variables used across getcontext volatile.ian2012-05-151-10/+17
* libgo: Use -fgo-pkgpath.ian2012-05-141-6/+6
* runtime: Ignore stack sizes when deciding when to GC.ian2012-04-201-0/+4
* libgo: Update to weekly.2012-03-27 aka go1 release.ian2012-03-301-0/+19
* libgo: Update to weekly.2012-03-22.ian2012-03-301-0/+5
* libgo: Update to weekly.2012-03-13.ian2012-03-301-1/+5
* libgo: Update to weekly.2012-03-04 release.ian2012-03-061-7/+13
* libgo: Update to weekly.2012-02-22 release.ian2012-03-021-7/+22
* libgo: Update to weekly.2012-02-14 release.ian2012-03-021-7/+9
* 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