Age | Commit message (Expand) | Author | Files | Lines |
2017-11-22 | libgo: don't use grep -q in mksigtab.sh | Ian Lance Taylor | 1 | -1/+1 |
2017-11-21 | libgo: fix makefile buglet | Ian Lance Taylor | 2 | -2/+2 |
2017-11-14 | Adapt Solaris 12 references | Rainer Orth | 1 | -2/+2 |
2017-11-14 | libgo: adapt Solaris 12 references | Ian Lance Taylor | 5 | -11/+11 |
2017-11-09 | sync/atomic, runtime/internal/atomic: don't assume reads from 0 fail | Ian Lance Taylor | 4 | -13/+16 |
2017-11-06 | libgo: pass flags to recursive make | Ian Lance Taylor | 2 | -4/+4 |
2017-10-20 | debug/dwarf: support 64-bit DWARF in byte order check | Ian Lance Taylor | 5 | -16/+87 |
2017-10-11 | runtime: fix issues on AIX about uintptr(_t) | Ian Lance Taylor | 2 | -2/+2 |
2017-09-29 | debug/elf: support 32-bit SPARC relocs | Ian Lance Taylor | 1 | -0/+42 |
2017-09-29 | mksysinfo: strip locale structs | Ian Lance Taylor | 2 | -0/+2 |
2017-09-27 | net: check Getsockname error return | Ian Lance Taylor | 1 | -2/+8 |
2017-09-22 | debug/xcoff,cmd: add XCOFF support | Ian Lance Taylor | 18 | -21/+1112 |
2017-09-20 | libgo: fix build when using -enable-static=no | Ian Lance Taylor | 2 | -2/+26 |
2017-09-20 | syscall: enable ParseDirent for AIX | Ian Lance Taylor | 3 | -1/+21 |
2017-09-20 | syscall: workaround for getsockname bug in AIX | Ian Lance Taylor | 4 | -1/+188 |
2017-09-20 | internal,net,os,runtime,syscall: fixes for AIX following update to go1.9 | Ian Lance Taylor | 16 | -19/+154 |
2017-09-20 | runtime: restore "goroutine in C code" message | Ian Lance Taylor | 2 | -1/+2 |
2017-09-18 | runtime: always initialize str field in __go_string_slice result | Ian Lance Taylor | 1 | -4/+7 |
2017-09-15 | syscall: fixes for Solaris | Ian Lance Taylor | 3 | -2/+14 |
2017-09-14 | libgo: update to go1.9 | Ian Lance Taylor | 980 | -20310/+56791 |
2017-09-14 | compiler, runtime: simplify select and channel operations | Ian Lance Taylor | 3 | -108/+78 |
2017-09-14 | compiler, reflect: fix struct field names for embedded aliases | Ian Lance Taylor | 3 | -93/+89 |
2017-08-31 | mksysinfo: fix in6_addr in mld_hdr_t for Solaris | Ian Lance Taylor | 2 | -0/+8 |
2017-08-29 | net/internal/socktest: build sys_unix.go on AIX | Ian Lance Taylor | 1 | -1/+1 |
2017-08-29 | libgo: netinet/icmp6.h require netinet/in.h on AIX | Ian Lance Taylor | 2 | -2/+21 |
2017-08-29 | libgo: fix Stat_t on AIX | Ian Lance Taylor | 1 | -0/+1 |
2017-08-29 | runtime: make go-nosys.c compile with !HAVE_SYSCALL | Ian Lance Taylor | 1 | -1/+1 |
2017-08-29 | runtime: fix lfstack for 64-bit AIX | Ian Lance Taylor | 1 | -0/+18 |
2017-08-18 | re PR go/81893 (compilation error in libgo starting with r251127) | Ian Lance Taylor | 1 | -1/+4 |
2017-08-18 | misc/cgo/test: make cgo tests run on AIX | Ian Lance Taylor | 2 | -1/+3 |
2017-08-18 | cmd/go: pass -funwind-tables when compiling C code | Ian Lance Taylor | 1 | -0/+6 |
2017-08-16 | runtime: better implementation of netpoll for AIX | Ian Lance Taylor | 1 | -65/+96 |
2017-08-16 | runtime: improvements for signal registers | Ian Lance Taylor | 1 | -13/+49 |
2017-08-09 | compiler: handle >32bit exponent in Ldexp | Ian Lance Taylor | 1 | -2/+7 |
2017-08-04 | runtime: dump registers for Alpha | Ian Lance Taylor | 1 | -0/+41 |
2017-08-03 | re PR go/81617 (mksigtab.sh fails to resolve NSIG with glibc 2.26) | Ian Lance Taylor | 1 | -0/+13 |
2017-07-26 | runtime: handle Alpha GNU/Linux in getSiginfo | Ian Lance Taylor | 1 | -0/+5 |
2017-07-21 | syscall: call f?statfs64 on GNU/Linux | Ian Lance Taylor | 1 | -2/+2 |
2017-07-21 | runtime: don't use runtime_lock in __go_get_backtrace_state | Ian Lance Taylor | 1 | -3/+11 |
2017-07-21 | runtime: handle PPC/PPC64 GNU/Linux in getSiginfo | Ian Lance Taylor | 1 | -0/+5 |
2017-07-21 | runtime: allocate more stack space in CgoCallbackGC test | Ian Lance Taylor | 1 | -1/+3 |
2017-07-18 | re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex... | Ian Lance Taylor | 9 | -89/+19 |
2017-07-18 | re PR go/81324 (libgo does not build with glibc 2.18) | Ian Lance Taylor | 1 | -0/+4 |
2017-07-14 | libgo: don't copy semt into runtime.inc | Ian Lance Taylor | 3 | -3/+7 |
2017-07-14 | cmd/go: use gccSupportsFlag for -fsplit-stack | Ian Lance Taylor | 1 | -4/+2 |
2017-07-13 | re PR go/81393 (Bootstrap failure on s390x-linux while building libgo against... | Ian Lance Taylor | 2 | -6/+45 |
2017-06-29 | misc/cgo/testcarchive: fix test to work for gccgo | Ian Lance Taylor | 2 | -10/+63 |
2017-06-29 | cmd/go: fix -buildmode={c-archive,c-shared,pie} for gccgo | Ian Lance Taylor | 1 | -14/+24 |
2017-06-27 | runtime: adapt memory management to AIX mmap | Ian Lance Taylor | 3 | -1/+17 |
2017-06-27 | syscall: ptrace fixes for s390 | Ian Lance Taylor | 3 | -15/+6 |