summaryrefslogtreecommitdiff
path: root/libgo/runtime/runtime.c
Commit message (Expand)AuthorAgeFilesLines
* libgo: eliminate a lot of duplication in Makefile.amIan Lance Taylor2016-10-301-206/+0
* runtime: copy rdebug code from Go 1.7 runtimeIan Lance Taylor2016-10-171-4/+0
* runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor2016-10-141-12/+0
* runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor2016-09-301-0/+10
* runtime: copy runtime.go and runtime1.go from Go 1.7Ian Lance Taylor2016-09-291-301/+51
* runtime: make gsignal stack at least SIGSTKSZ bytesIan Lance Taylor2016-08-311-1/+8
* runtime: use -fgo-c-header to build C header fileIan Lance Taylor2016-08-301-1/+2
* libgo: Update to go1.6rc1.Ian Lance Taylor2016-02-031-32/+66
* runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor2015-10-311-18/+25
* runtime: Add memprofilerate to GODEBUGIan Lance Taylor2015-02-061-1/+15
* libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor2015-01-151-10/+27
* runtime: Use stckf unconditionally on s390.Dominik Vogt2014-11-061-6/+6
* libgo: add s390 supportIan Lance Taylor2014-11-041-0/+8
* libgo: Update to Go 1.3.3 release.Ian Lance Taylor2014-10-271-2/+10
* libgo: Update to Go 1.3 release.Ian Lance Taylor2014-07-191-8/+33
* runtime: Merge master revision 19185.Ian Lance Taylor2014-07-121-23/+0
* libgo: Merge to master revision 19184.Ian Lance Taylor2014-06-061-0/+9
* libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor2014-06-041-1/+3
* runtime: Remove unused runtime_cpuid variables.Ian Lance Taylor2014-01-061-5/+0
* runtime: Use pthread_sigmask instead of sigprocmask.Ian Lance Taylor2013-12-041-1/+1
* libgo: Update to October 24 version of master library.Ian Lance Taylor2013-11-061-3/+80
* runtime: Move new 1.1.1 functions from thread-linux.c to runtime.c.Ian Lance Taylor2013-07-241-0/+47
* libgo: Update to Go 1.1.1.Ian Lance Taylor2013-07-161-15/+66
* libgo: Update Go library to master revision 15502/229081515358.Ian Lance Taylor2013-01-301-2/+4
* re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor2013-01-241-3/+3
* libgo: Update to revision 15193:6fdc1974457c of master library.Ian Lance Taylor2012-12-221-27/+0
* libgo: Update to current version of master library.Ian Lance Taylor2012-11-211-2/+2
* compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor2012-11-011-3/+2
* libgo: Update to current sources.Ian Lance Taylor2012-10-231-89/+38
* runtime: Use argv[0] to get executable name for backtrace.Ian Lance Taylor2012-10-051-0/+6
* libgo: Update to Go 1.0.3.Ian Lance Taylor2012-10-031-1/+5
* runtime: Copy runtime_printf from other Go library.Ian Lance Taylor2012-05-241-0/+12
* runtime: Print stack trace on panic or signal.Ian Lance Taylor2012-05-171-6/+33
* libgo: Use -fgo-pkgpath.Ian Lance Taylor2012-05-141-2/+2
* libgo: Update to weekly.2012-03-22.Ian Lance Taylor2012-03-301-5/+3
* libgo: Implement and use runtime.Caller, runtime.Func.FileLine.Ian Lance Taylor2012-03-071-19/+0
* libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor2012-03-061-0/+15
* libgo: Update to weekly.2012-02-07.Ian Lance Taylor2012-02-091-0/+13
* libgo: Update to weekly.2012-01-15.Ian Lance Taylor2012-01-251-1/+20
* libgo: Update to weekly.2011-11-18.Ian Lance Taylor2011-12-121-6/+6
* runtime: Copy runtime_panicstring from master library.Ian Lance Taylor2011-11-301-1/+14
* runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor2011-11-281-0/+5
* runtime: New lock/note implementation.Ian Lance Taylor2011-11-221-7/+0
* runtime: Use some of 6g runtime.c for easier merging.Ian Lance Taylor2011-11-141-0/+174