Age | Commit message (Expand) | Author | Files | Lines |
2015-01-13 | Merge branches/gcc-4_9-branch rev 219502 | yroux | 1 | -2/+11 |
2014-06-12 | Merge branches/gcc-4_9-branch rev 211054 | yroux | 1 | -1/+1 |
2014-03-12 | libgo: Build math package with -ffp-contract=off on non-x86. | ian | 1 | -0/+2 |
2014-01-22 | libgo/configure: Test for gold with gccgo -Wl,--help, not ld --help. | ian | 1 | -3/+3 |
2014-01-06 | go/build: Set GOARCH on arm64 systems. | ian | 1 | -0/+6 |
2013-11-24 | syscall: Only call varargs libc functions from C code. | ian | 1 | -1/+1 |
2013-11-19 | libgo: Fix typo for is_dragonfly in configure script. | ian | 1 | -1/+1 |
2013-11-06 | libgo: Update to October 24 version of master library. | ian | 1 | -1/+4 |
2013-10-17 | syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority. | ian | 1 | -1/+1 |
2013-10-02 | reflect: Use hand-coded .eh_frame section rather than CFI directives. | ian | 1 | -0/+62 |
2013-06-18 | compiler, runtime: Use function descriptors. | ian | 1 | -1/+1 |
2013-02-11 | PR go/56171 | ian | 1 | -1/+2 |
2013-02-07 | libgo: Correct test for whether to use DejaGNU. | ian | 1 | -1/+1 |
2013-02-05 | PR go/56017 | ian | 1 | -0/+11 |
2013-01-29 | libgo: Update Go library to master revision 15489/921e53d4863c. | ian | 1 | -1/+1 |
2013-01-26 | libgo: Add --enable-werror configure option. | ian | 1 | -2/+5 |
2012-10-23 | PR go/54918 | ian | 1 | -1/+1 |
2012-10-23 | libgo: Update to current sources. | ian | 1 | -0/+3 |
2012-09-20 | libgo: Add no-dist and -Wno-portability to AM_INIT_AUTOMAKE. | ian | 1 | -1/+1 |
2012-06-07 | runtime: Use dl_iterate_phdr to get TLS size. | ian | 1 | -1/+1 |
2012-06-05 | runtime: Fix call to _dl_get_tls_static_info for i386. | ian | 1 | -1/+1 |
2012-04-27 | PR go/52358 | ian | 1 | -0/+5 |
2012-04-22 | mksysinfo: More fixes to emulate master Go library. | ian | 1 | -1/+1 |
2012-04-21 | syscall: Additional constants, some type corrections. | ian | 1 | -2/+2 |
2012-04-20 | net, syscall: Use native endianness for GNU/Linux netlink code. | ian | 1 | -6/+0 |
2012-04-04 | syscall: Add more constants. | ian | 1 | -1/+1 |
2012-04-03 | syscall, net: Fix GNU/Linux netlink code for big-endian systems. | ian | 1 | -0/+6 |
2012-04-03 | mksysinfo.sh: Add some more networking constants. | ian | 1 | -1/+1 |
2012-03-05 | libgo: Fix Solaris ustat.h test. | ian | 1 | -1/+4 |
2012-03-02 | libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux. | ian | 1 | -1/+16 |
2012-02-29 | syscall: Fill out GNU/Linux support. | ian | 1 | -2/+2 |
2012-02-18 | libgo: Add mount flags, fallocate, statfs. | ian | 1 | -2/+3 |
2012-02-17 | PR go/52266 | ian | 1 | -2/+0 |
2012-02-15 | runtime: Support broken makecontext on Solaris 8/9. | ian | 1 | -0/+18 |
2012-02-14 | PR go/48410 | ian | 1 | -15/+17 |
2012-02-12 | PR go/52084 | ian | 1 | -0/+28 |
2012-02-10 | libgo/configure: Fixes for Solaris 8 and cross-compilation. | ian | 1 | -4/+11 |
2012-02-08 | runtime: Add matherr function when appropriate. | ian | 1 | -0/+15 |
2012-02-08 | math: Compile with -mfancy-math-387 -funsafe-optimizations on x86. | ian | 1 | -0/+17 |
2012-02-08 | runtime: System-specific hack fix for x86_64 Solaris 10. | ian | 1 | -0/+81 |
2012-01-26 | libgo: Build stubs for some syscall functions not on older systems. | ian | 1 | -1/+6 |
2012-01-25 | libgo: Update to weekly.2012-01-15. | ian | 1 | -1/+1 |
2012-01-17 | libgo: Solaris and Irix compatibility patches. | ian | 1 | -0/+1 |
2012-01-13 | libgo: Update to weekly.2011-12-22. | ian | 1 | -0/+2 |
2011-12-22 | libgo: Use -std=gnu99 on Solaris 10. | ian | 1 | -2/+2 |
2011-12-20 | libgo: Fix use of -D_GNU_SOURCE and friends when building libgo. | ian | 1 | -4/+5 |
2011-12-03 | libgo: Generate dependencies automatically. | ian | 1 | -0/+5 |
2011-12-02 | libgo: Update to weekly.2011-11-01. | ian | 1 | -1/+1 |
2011-11-29 | runtime: If no sem_timedwait, use pthread_cond_timedwait. | ian | 1 | -0/+8 |
2011-11-01 | syscall: Portability code for epoll_event on GNU/Linux. | ian | 1 | -0/+22 |