aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/thread-linux.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-18re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex...Ian Lance Taylor1-20/+0
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-6/+2
2016-11-10runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor1-1/+0
2016-09-30runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor1-58/+0
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor1-13/+11
2013-07-24runtime: Move new 1.1.1 functions from thread-linux.c to runtime.c.Ian Lance Taylor1-46/+0
2013-07-16libgo: Update to Go 1.1.1.Ian Lance Taylor1-0/+46
2012-08-07runtime: support NumCPU() on more platforms Added support for Solaris, Irix, ...Ian Lance Taylor1-36/+0
2012-05-24runtime: Copy runtime_printf from other Go library.Ian Lance Taylor1-1/+1
2012-03-06libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor1-0/+10
2012-01-25libgo: Update to weekly.2012-01-15.Ian Lance Taylor1-0/+6
2011-12-12libgo: Update to weekly.2011-11-18.Ian Lance Taylor1-1/+1
2011-11-29runtime: If O_CLOEXEC is not defined, define it as 0.Ian Lance Taylor1-0/+4
2011-11-28runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor1-4/+5
2011-11-22runtime: New lock/note implementation.Ian Lance Taylor1-0/+100