Age | Commit message (Expand) | Author | Files | Lines |
2013-11-24 | syscall: Only call varargs libc functions from C code. | Ian Lance Taylor | 1 | -1/+1 |
2013-11-22 | libgo: Update libtool support for powerpc64le-linux-gnu. | Ian Lance Taylor | 1 | -4/+4 |
2013-11-19 | libgo: Fix typo for is_dragonfly in configure script. | Ian Lance Taylor | 1 | -1/+1 |
2013-11-06 | libgo: Update to October 24 version of master library. | Ian Lance Taylor | 1 | -3/+19 |
2013-10-17 | syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority. | Ian Lance Taylor | 1 | -1/+1 |
2013-10-02 | reflect: Use hand-coded .eh_frame section rather than CFI directives. | Ian Lance Taylor | 1 | -0/+95 |
2013-08-23 | libgo: Update libtool.m4 from upstream to recognize powerpcle. | Ian Lance Taylor | 1 | -5/+11 |
2013-06-18 | compiler, runtime: Use function descriptors. | Ian Lance Taylor | 1 | -1/+1 |
2013-02-11 | re PR go/56171 (syscall FAILs on Solaris) | Ian Lance Taylor | 1 | -0/+56 |
2013-02-07 | libgo: Correct test for whether to use DejaGNU. | Ian Lance Taylor | 1 | -1/+1 |
2013-02-05 | re PR go/56017 (libgo testsuite does not support cross testing) | Ian Lance Taylor | 1 | -2/+11 |
2013-01-29 | libgo: Update Go library to master revision 15489/921e53d4863c. | Ian Lance Taylor | 1 | -1/+1 |
2013-01-26 | libgo: Add --enable-werror configure option. | Ian Lance Taylor | 1 | -3/+12 |
2012-10-23 | re PR go/54918 (libgo.so.0 is not runtime compatible between gcc-4.6.2 and gc... | Ian Lance Taylor | 1 | -1/+1 |
2012-10-23 | libgo: Update to current sources. | Ian Lance Taylor | 1 | -2/+18 |
2012-06-07 | runtime: Use dl_iterate_phdr to get TLS size. | Ian Lance Taylor | 1 | -1/+1 |
2012-06-05 | runtime: Fix call to _dl_get_tls_static_info for i386. | Ian Lance Taylor | 1 | -1/+1 |
2012-04-27 | re PR go/52358 (math FAILs on Solaris 8 and 9) | Ian Lance Taylor | 1 | -0/+17 |
2012-04-22 | mksysinfo: More fixes to emulate master Go library. | Ian Lance Taylor | 1 | -1/+1 |
2012-04-21 | syscall: Additional constants, some type corrections. | Ian Lance Taylor | 1 | -2/+2 |
2012-04-20 | net, syscall: Use native endianness for GNU/Linux netlink code. | Ian Lance Taylor | 1 | -9/+2 |
2012-04-04 | syscall: Add more constants. | Ian Lance Taylor | 1 | -1/+1 |
2012-04-03 | syscall, net: Fix GNU/Linux netlink code for big-endian systems. | Ian Lance Taylor | 1 | -2/+9 |
2012-04-03 | mksysinfo.sh: Add some more networking constants. | Ian Lance Taylor | 1 | -1/+1 |
2012-03-05 | libgo: Fix Solaris ustat.h test. | Ian Lance Taylor | 1 | -1/+4 |
2012-03-02 | libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux. | Ian Lance Taylor | 1 | -1/+31 |
2012-02-29 | syscall: Fill out GNU/Linux support. | Ian Lance Taylor | 1 | -2/+2 |
2012-02-18 | libgo: Add mount flags, fallocate, statfs. | Ian Lance Taylor | 1 | -2/+13 |
2012-02-17 | re PR go/52266 (syntax error in libgo/configure) | Ian Lance Taylor | 1 | -408/+406 |
2012-02-15 | runtime: Support broken makecontext on Solaris 8/9. | Ian Lance Taylor | 1 | -0/+17 |
2012-02-14 | re PR go/48410 (weird installation dir) | Ian Lance Taylor | 1 | -15/+17 |
2012-02-12 | re PR go/52084 (go tests fail to link on powerpc-linux-gnu (undefined referen... | Ian Lance Taylor | 1 | -0/+58 |
2012-02-10 | libgo/configure: Fixes for Solaris 8 and cross-compilation. | Ian Lance Taylor | 1 | -4/+44 |
2012-02-08 | runtime: Add matherr function when appropriate. | Ian Lance Taylor | 1 | -0/+29 |
2012-02-08 | math: Compile with -mfancy-math-387 -funsafe-optimizations on x86. | Ian Lance Taylor | 1 | -2/+30 |
2012-02-08 | runtime: System-specific hack fix for x86_64 Solaris 10. | Ian Lance Taylor | 1 | -0/+98 |
2012-01-26 | libgo: Build stubs for some syscall functions not on older systems. | Ian Lance Taylor | 1 | -406/+432 |
2012-01-25 | libgo: Update to weekly.2012-01-15. | Ian Lance Taylor | 1 | -1/+1 |
2012-01-17 | libgo: Solaris and Irix compatibility patches. | Ian Lance Taylor | 1 | -0/+1 |
2012-01-13 | libgo: Update to weekly.2011-12-22. | Ian Lance Taylor | 1 | -2/+17 |
2011-12-22 | libgo: Use -std=gnu99 on Solaris 10. | Ian Lance Taylor | 1 | -2/+2 |
2011-12-20 | libgo: Fix use of -D_GNU_SOURCE and friends when building libgo. | Ian Lance Taylor | 1 | -3/+4 |
2011-12-03 | libgo: Generate dependencies automatically. | Ian Lance Taylor | 1 | -2/+8 |
2011-12-02 | libgo: Update to weekly.2011-11-01. | Ian Lance Taylor | 1 | -1/+1 |
2011-11-29 | runtime: If no sem_timedwait, use pthread_cond_timedwait. | Ian Lance Taylor | 1 | -0/+18 |
2011-11-01 | syscall: Portability code for epoll_event on GNU/Linux. | Ian Lance Taylor | 1 | -2/+217 |
2011-10-23 | Implement new syscall package. | Ian Lance Taylor | 1 | -6/+67 |
2011-09-16 | Update Go library to r60. | Ian Lance Taylor | 1 | -10/+23 |
2011-07-11 | libgo: Define CC_FOR_BUILD in Makefile. | Ian Lance Taylor | 1 | -2/+6 |
2011-07-07 | re PR bootstrap/39150 (Configure scripts have no 64-Bit Solaris defined (only... | Rainer Orth | 1 | -1/+1 |