| Commit message (Expand) | Author | Age | Files | Lines |
* | PR go/47452 | ian | 2011-01-25 | 2 | -6/+6 |
* | libgo: Fix typo in syscalls/socket_bsd.go. | ian | 2011-01-25 | 1 | -2/+2 |
* | Recognize m68k, mips, PPC. Don't require arch syscall files to exist. | ian | 2011-01-24 | 14 | -71/+200 |
* | syscalls/sleep_rtems.go: Add missing package clause. | ian | 2011-01-24 | 1 | -0/+2 |
* | Avoid crash when M structure free just before thread exit. | ian | 2011-01-22 | 2 | -6/+17 |
* | libgo: Adjust deadlock avoidance. | ian | 2011-01-22 | 1 | -9/+9 |
* | syscalls: Add SPARC RTEMS specific file. | ian | 2011-01-22 | 1 | -0/+7 |
* | Avoid deadlock creating new thread. | ian | 2011-01-22 | 1 | -0/+8 |
* | Avoid deadlock when finalizer lock is held during gc. | ian | 2011-01-21 | 3 | -2/+41 |
* | Fix race condition in test case. | ian | 2011-01-21 | 1 | -7/+7 |
* | Remove the types float and complex. | ian | 2011-01-21 | 329 | -14946/+18851 |
* | libgo/Makefile.am: Fix typo naming socket_bsd.go. | ian | 2011-01-19 | 2 | -2/+2 |
* | libgo: Check whether we need -lrt for sched_yield. | ian | 2011-01-14 | 2 | -0/+60 |
* | libgo: Use $(SHELL) to invoke gotest. | ian | 2011-01-14 | 2 | -4/+4 |
* | libgo/syscalls: Finish Solaris code. | ian | 2011-01-14 | 3 | -3/+27 |
* | libgo/Makefile.am: Correct typos in Solaris support. | ian | 2011-01-14 | 2 | -8/+8 |
* | mksysinfo: Define _pad128_t and _upad128_t if commented out. | ian | 2011-01-14 | 1 | -0/+9 |
* | Don't exit mksysinfo.sh if there is no _user_regs_struct. | ian | 2011-01-13 | 1 | -1/+1 |
* | Use GOARCH value of sparc64 rather than sparcv9. | ian | 2011-01-13 | 4 | -18/+18 |
* | Add some Solaris support to mksysinfo.sh. | ian | 2011-01-13 | 1 | -4/+27 |
* | Clean up syscalls, add some Solaris support. | ian | 2011-01-13 | 18 | -310/+413 |
* | Use correct nm and nm options. | ian | 2011-01-12 | 1 | -1/+3 |
* | Make using DejaGNU work for libgo testing on a native system. | ian | 2011-01-12 | 5 | -22/+42 |
* | Preliminary framework for Solaris support. | ian | 2011-01-12 | 15 | -76/+423 |
* | Simplify libgo Makefile conditionals. | ian | 2011-01-12 | 13 | -158/+129 |
* | Change libgo testsuite format to be more like DejaGNU. | ian | 2011-01-11 | 2 | -10/+14 |
* | Add file missed in previous commit. | ian | 2011-01-11 | 1 | -0/+42 |
* | Add cgo support routines corresponding to the ones in 6g/8g. | ian | 2011-01-11 | 2 | -3/+13 |
* | PR go/47176 | ian | 2011-01-05 | 2 | -2/+4 |
* | PR go/46959 | ian | 2011-01-05 | 1 | -17/+2 |
* | PR go/46958 | ian | 2011-01-05 | 1 | -1/+1 |
* | Rework locking code to split stack much less. | ian | 2010-12-17 | 8 | -31/+83 |
* | Update to current master source. | ian | 2010-12-17 | 1 | -252/+159 |
* | Don't split stack in bytes.IndexByte. | ian | 2010-12-17 | 1 | -3/+5 |
* | Avoid always splitting the stack when calling append and copy. | ian | 2010-12-17 | 4 | -25/+61 |
* | Better error message if malloc gets a SIGSEGV. | ian | 2010-12-14 | 1 | -0/+6 |
* | Release cache while holding thread lock. | ian | 2010-12-14 | 1 | -5/+4 |
* | PR bootstrap/46812 | ian | 2010-12-09 | 2 | -2/+2 |
* | PR other/46840 | ian | 2010-12-08 | 5 | -7/+58 |
* | Fix test by copying from master. | ian | 2010-12-08 | 1 | -1/+1 |
* | PR other/46789 | ian | 2010-12-07 | 2 | -341/+356 |
* | LICENSE: separate, change PATENTS text. | ian | 2010-12-06 | 2 | -42/+49 |
* | Check for -pthread and -lpthread at configure time. | ian | 2010-12-03 | 5 | -9/+106 |
* | It's a contributor license agreement, not a copyright LA. | ian | 2010-12-03 | 1 | -1/+1 |
* | Typo. | ian | 2010-12-03 | 1 | -1/+1 |
* | Clarify copyright license agreement. | ian | 2010-12-03 | 1 | -7/+5 |
* | Add Go frontend, libgo library, and Go testsuite. | ian | 2010-12-03 | 893 | -0/+237081 |