summaryrefslogtreecommitdiff
path: root/libgo/runtime/runtime.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: Remove unused runtime_cpuid variables.ian2014-01-061-5/+0
* runtime: Use pthread_sigmask instead of sigprocmask.ian2013-12-041-1/+1
* libgo: Update to October 24 version of master library.ian2013-11-061-3/+80
* runtime: Move new 1.1.1 functions from thread-linux.c to runtime.c.ian2013-07-241-0/+47
* libgo: Update to Go 1.1.1.ian2013-07-161-15/+66
* libgo: Update Go library to master revision 15502/229081515358.ian2013-01-301-2/+4
* PR go/46986ian2013-01-241-3/+3
* libgo: Update to revision 15193:6fdc1974457c of master library.ian2012-12-221-27/+0
* libgo: Update to current version of master library.ian2012-11-211-2/+2
* compiler, runtime: More steps toward separating int and intgo.ian2012-11-011-3/+2
* libgo: Update to current sources.ian2012-10-231-89/+38
* runtime: Use argv[0] to get executable name for backtrace.ian2012-10-051-0/+6
* libgo: Update to Go 1.0.3.ian2012-10-031-1/+5
* runtime: Copy runtime_printf from other Go library.ian2012-05-241-0/+12
* runtime: Print stack trace on panic or signal.ian2012-05-171-6/+33
* libgo: Use -fgo-pkgpath.ian2012-05-141-2/+2
* libgo: Update to weekly.2012-03-22.ian2012-03-301-5/+3
* libgo: Implement and use runtime.Caller, runtime.Func.FileLine.ian2012-03-071-19/+0
* libgo: Update to weekly.2012-03-04 release.ian2012-03-061-0/+15
* libgo: Update to weekly.2012-02-07.ian2012-02-091-0/+13
* libgo: Update to weekly.2012-01-15.ian2012-01-251-1/+20
* libgo: Update to weekly.2011-11-18.ian2011-12-121-6/+6
* runtime: Copy runtime_panicstring from master library.ian2011-11-301-1/+14
* runtime: Multiplex goroutines onto OS threads.ian2011-11-281-0/+5
* runtime: New lock/note implementation.ian2011-11-221-7/+0
* runtime: Use some of 6g runtime.c for easier merging.ian2011-11-141-0/+174