| Commit message (Expand) | Author | Age | Files | Lines |
* | libgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM) | ian | 2016-09-14 | 1 | -1/+1 |
* | runtime/internal/sys: new package, API copied from Go 1.7 | ian | 2016-09-11 | 1 | -69/+121 |
* | internal/syscall/unix: fix syscalls for alpha, ia64, s390 | ian | 2016-08-07 | 1 | -0/+6 |
* | libgo: bump library version number for 1.7 | ian | 2016-07-26 | 1 | -1/+1 |
* | libgo: update to go1.7rc3 | ian | 2016-07-22 | 1 | -0/+1 |
* | libgo: bump version number for upgrade to 1.6rc1 | ian | 2016-02-04 | 1 | -1/+1 |
* | libgo: Update to go1.6rc1. | ian | 2016-02-03 | 1 | -0/+1 |
* | PR go/66574 | ian | 2015-11-21 | 1 | -1/+2 |
* | libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fields | ian | 2015-11-10 | 1 | -0/+3 |
* | libgo: Bump version number. | ian | 2015-11-02 | 1 | -1/+1 |
* | libgo: If compiler can split-stack and linker can not, use -fno-split-stack. | ian | 2015-09-15 | 1 | -0/+9 |
* | libgo: test linking split-stack and non-split-stack together | ian | 2015-09-15 | 1 | -2/+26 |
* | libgo: Use stat_atim.go on Solaris 12+ | ian | 2015-09-10 | 1 | -0/+6 |
* | libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test. | ian | 2015-05-16 | 1 | -50/+0 |
* | libgo: Bump version number in libgo configure script. | ian | 2015-01-15 | 1 | -1/+1 |
* | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | ian | 2015-01-15 | 1 | -1/+1 |
* | runtime: GOARCH values for ppc64 BE & LE | ian | 2014-11-21 | 1 | -2/+11 |
* | runtime: set library name based on compiler name | ian | 2014-11-14 | 1 | -0/+8 |
* | libgo: add s390 support | ian | 2014-11-04 | 1 | -0/+16 |
* | configure: Quote some shell variables. | ian | 2014-10-17 | 1 | -8/+8 |
* | libgo/configure: Use -Qunused-arguments for asm tests if supported. | ian | 2014-09-29 | 1 | -0/+24 |
* | libgo: Bump version number. | ian | 2014-07-19 | 1 | -1/+1 |
* | runtime: add the --without-libatomic configure option | ian | 2014-05-29 | 1 | -0/+15 |
* | mksysinfo: Define CLONE flags. | ian | 2014-05-07 | 1 | -1/+1 |
* | runtime: ask $GOC rather than $CC for the version and multi-os-directory | ian | 2014-05-01 | 1 | -1/+1 |
* | libgo: Remove Solaris 8 & 9 support. | ian | 2014-04-16 | 1 | -20/+0 |
* | libgo: Build math package with -ffp-contract=off on non-x86. | ian | 2014-03-12 | 1 | -0/+2 |
* | libgo/configure: Test for gold with gccgo -Wl,--help, not ld --help. | ian | 2014-01-22 | 1 | -3/+3 |
* | go/build: Set GOARCH on arm64 systems. | ian | 2014-01-06 | 1 | -0/+6 |
* | syscall: Only call varargs libc functions from C code. | ian | 2013-11-24 | 1 | -1/+1 |
* | libgo: Fix typo for is_dragonfly in configure script. | ian | 2013-11-19 | 1 | -1/+1 |
* | libgo: Update to October 24 version of master library. | ian | 2013-11-06 | 1 | -1/+4 |
* | syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority. | ian | 2013-10-17 | 1 | -1/+1 |
* | reflect: Use hand-coded .eh_frame section rather than CFI directives. | ian | 2013-10-02 | 1 | -0/+62 |
* | compiler, runtime: Use function descriptors. | ian | 2013-06-18 | 1 | -1/+1 |
* | PR go/56171 | ian | 2013-02-11 | 1 | -1/+2 |
* | libgo: Correct test for whether to use DejaGNU. | ian | 2013-02-07 | 1 | -1/+1 |
* | PR go/56017 | ian | 2013-02-05 | 1 | -0/+11 |
* | libgo: Update Go library to master revision 15489/921e53d4863c. | ian | 2013-01-29 | 1 | -1/+1 |
* | libgo: Add --enable-werror configure option. | ian | 2013-01-26 | 1 | -2/+5 |
* | PR go/54918 | ian | 2012-10-23 | 1 | -1/+1 |
* | libgo: Update to current sources. | ian | 2012-10-23 | 1 | -0/+3 |
* | libgo: Add no-dist and -Wno-portability to AM_INIT_AUTOMAKE. | ian | 2012-09-20 | 1 | -1/+1 |
* | runtime: Use dl_iterate_phdr to get TLS size. | ian | 2012-06-07 | 1 | -1/+1 |
* | runtime: Fix call to _dl_get_tls_static_info for i386. | ian | 2012-06-05 | 1 | -1/+1 |
* | PR go/52358 | ian | 2012-04-27 | 1 | -0/+5 |
* | mksysinfo: More fixes to emulate master Go library. | ian | 2012-04-22 | 1 | -1/+1 |
* | syscall: Additional constants, some type corrections. | ian | 2012-04-21 | 1 | -2/+2 |
* | net, syscall: Use native endianness for GNU/Linux netlink code. | ian | 2012-04-20 | 1 | -6/+0 |
* | syscall: Add more constants. | ian | 2012-04-04 | 1 | -1/+1 |