summaryrefslogtreecommitdiff
path: root/libgo/runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime: RTEMS build fixes.ian2011-12-132-0/+7
* libgo: Update to weekly.2011-12-02.ian2011-12-133-9/+36
* libgo: Update to weekly.2011-11-18.ian2011-12-127-18/+312
* runtime: make print() built-in write to stderr.ian2011-12-091-12/+12
* libgo: Add back tests of syscall time.ian2011-12-071-0/+31
* libgo: Update to weekly 2011-11-09.ian2011-12-071-0/+13
* libgo: Update to weekly.2011-11-01.ian2011-12-023-39/+57
* runtime: Remove temporary runtime_cond_wait function.ian2011-12-012-27/+0
* runtime: Rename sigignore to sig_ignore for Solaris.ian2011-12-011-2/+2
* compiler/runtime: Copy channel implementation from master library.ian2011-12-0118-2213/+1253
* runtime: Copy runtime_panicstring from master library.ian2011-11-3031-92/+83
* runtime: If no sem_timedwait, use pthread_cond_timedwait.ian2011-11-292-11/+85
* runtime: If O_CLOEXEC is not defined, define it as 0.ian2011-11-291-0/+4
* runtime: Multiplex goroutines onto OS threads.ian2011-11-2835-1156/+2015
* runtime: New lock/note implementation.ian2011-11-2219-257/+635
* runtime: Use some of 6g runtime.c for easier merging.ian2011-11-147-56/+238
* Introduce G structure and thread-local global g.ian2011-11-1112-111/+91
* runtime: Don't ask mmap for wrapping memory.ian2011-11-011-0/+2
* runtime: Correct test of mmap return value.ian2011-11-011-1/+6
* syscall: Use sched_yield rather than pthread_yield.ian2011-10-311-2/+2
* Update Go library to last weekly.ian2011-10-2635-272/+831
* Implement predeclared delete function.ian2011-10-252-1/+7
* Don't permit close of receive-only channel.ian2011-10-251-0/+3
* Implement new syscall package.ian2011-10-231-0/+18
* Support nil maps.ian2011-09-213-5/+18
* Fix channels with element type of size zero.ian2011-09-211-1/+1
* Fix calling make with slice whose element type is size zero.ian2011-09-201-1/+2
* Block forever on send/receive to/from nil channel.ian2011-09-1611-16/+47
* Update Go library to r60.ian2011-09-1615-133/+254
* Fix defer when not calling recover in function with named results.ian2011-09-164-6/+27
* libgo/runtime: Change std::abort to abort.ian2011-07-111-1/+1
* Change builtin make to runtime call at lowering time.ian2011-06-141-0/+57
* Change builtin make to runtime call at lowering time.ian2011-06-146-9/+21
* Use backend interface for map descriptors.ian2011-06-113-6/+6
* libgo: Make os.setenv_c work on systems without setenv.ian2011-05-241-4/+20
* Update to current version of Go library.ian2011-05-2032-143/+458
* More uses of backend interface for types.ian2011-05-066-12/+16
* libgo: Fix append declaration.ian2011-04-181-1/+1
* Unify handling of runtime support functions.ian2011-04-1315-68/+75
* libgo: Use MAP_FIXED if necessary to grab arena.ian2011-04-051-0/+23
* libgo: Always initialize semaphores.ian2011-04-044-0/+14
* Add runtime profiling infrastructure, not yet working.ian2011-03-276-38/+582
* Remove closedchan function.ian2011-03-271-11/+0
* Remove closed function. Fix tuple receive in select.ian2011-03-256-41/+23
* Update to current version of Go library.ian2011-03-246-26/+51
* Tuple receives indicate whether channel is closed.ian2011-03-244-15/+30
* Send on a closed channel panics.ian2011-03-239-66/+32
* Don't catch LIBPROF in Go code.ian2011-03-161-3/+0
* Update to current version of Go library (revision 94d654be2064).ian2011-03-1626-678/+982
* PR go/48019ian2011-03-091-2/+7