summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* libgo: Check whether we need -lrt for sched_yield.ian2011-01-142-0/+60
* libgo: Use $(SHELL) to invoke gotest.ian2011-01-142-4/+4
* libgo/syscalls: Finish Solaris code.ian2011-01-143-3/+27
* libgo/Makefile.am: Correct typos in Solaris support.ian2011-01-142-8/+8
* mksysinfo: Define _pad128_t and _upad128_t if commented out.ian2011-01-141-0/+9
* Don't exit mksysinfo.sh if there is no _user_regs_struct.ian2011-01-131-1/+1
* Use GOARCH value of sparc64 rather than sparcv9.ian2011-01-134-18/+18
* Add some Solaris support to mksysinfo.sh.ian2011-01-131-4/+27
* Clean up syscalls, add some Solaris support.ian2011-01-1318-310/+413
* Use correct nm and nm options.ian2011-01-121-1/+3
* Make using DejaGNU work for libgo testing on a native system.ian2011-01-125-22/+42
* Preliminary framework for Solaris support.ian2011-01-1215-76/+423
* Simplify libgo Makefile conditionals.ian2011-01-1213-158/+129
* Change libgo testsuite format to be more like DejaGNU.ian2011-01-112-10/+14
* Add file missed in previous commit.ian2011-01-111-0/+42
* Add cgo support routines corresponding to the ones in 6g/8g.ian2011-01-112-3/+13
* PR go/47176ian2011-01-052-2/+4
* PR go/46959ian2011-01-051-17/+2
* PR go/46958ian2011-01-051-1/+1
* Rework locking code to split stack much less.ian2010-12-178-31/+83
* Update to current master source.ian2010-12-171-252/+159
* Don't split stack in bytes.IndexByte.ian2010-12-171-3/+5
* Avoid always splitting the stack when calling append and copy.ian2010-12-174-25/+61
* Better error message if malloc gets a SIGSEGV.ian2010-12-141-0/+6
* Release cache while holding thread lock.ian2010-12-141-5/+4
* PR bootstrap/46812ian2010-12-092-2/+2
* PR other/46840ian2010-12-085-7/+58
* Fix test by copying from master.ian2010-12-081-1/+1
* PR other/46789ian2010-12-072-341/+356
* LICENSE: separate, change PATENTS text.ian2010-12-062-42/+49
* Check for -pthread and -lpthread at configure time.ian2010-12-035-9/+106
* It's a contributor license agreement, not a copyright LA.ian2010-12-031-1/+1
* Typo.ian2010-12-031-1/+1
* Clarify copyright license agreement.ian2010-12-031-7/+5
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-03893-0/+237081