summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* debug/dwarf: support 64-bit DWARF in byte order checkian2017-10-205-16/+87
* runtime: fix issues on AIX about uintptr(_t)ian2017-10-112-2/+2
* debug/elf: support 32-bit SPARC relocsian2017-09-291-0/+42
* mksysinfo: strip locale structsian2017-09-292-0/+2
* net: check Getsockname error returnian2017-09-271-2/+8
* debug/xcoff,cmd: add XCOFF supportian2017-09-2218-21/+1112
* libgo: fix build when using -enable-static=noian2017-09-202-2/+26
* syscall: enable ParseDirent for AIXian2017-09-203-1/+21
* syscall: workaround for getsockname bug in AIXian2017-09-204-1/+188
* internal,net,os,runtime,syscall: fixes for AIX following update to go1.9ian2017-09-2016-19/+154
* runtime: restore "goroutine in C code" messageian2017-09-202-1/+2
* runtime: always initialize str field in __go_string_slice resultian2017-09-181-4/+7
* syscall: fixes for Solarisian2017-09-153-2/+14
* libgo: update to go1.9ian2017-09-14980-20310/+56791
* compiler, runtime: simplify select and channel operationsian2017-09-143-108/+78
* compiler, reflect: fix struct field names for embedded aliasesian2017-09-143-93/+89
* mksysinfo: fix in6_addr in mld_hdr_t for Solarisian2017-08-312-0/+8
* net/internal/socktest: build sys_unix.go on AIXian2017-08-291-1/+1
* libgo: netinet/icmp6.h require netinet/in.h on AIXian2017-08-292-2/+21
* libgo: fix Stat_t on AIXian2017-08-291-0/+1
* runtime: make go-nosys.c compile with !HAVE_SYSCALLian2017-08-291-1/+1
* runtime: fix lfstack for 64-bit AIXian2017-08-291-0/+18
* PR go/81893ian2017-08-181-1/+4
* misc/cgo/test: make cgo tests run on AIXian2017-08-182-1/+3
* cmd/go: pass -funwind-tables when compiling C codeian2017-08-181-0/+6
* runtime: better implementation of netpoll for AIXian2017-08-161-65/+96
* runtime: improvements for signal registersian2017-08-161-13/+49
* compiler: handle >32bit exponent in Ldexpian2017-08-091-2/+7
* runtime: dump registers for Alphaian2017-08-041-0/+41
* PR go/81617ian2017-08-031-0/+13
* runtime: handle Alpha GNU/Linux in getSiginfoian2017-07-261-0/+5
* syscall: call f?statfs64 on GNU/Linuxian2017-07-211-2/+2
* runtime: don't use runtime_lock in __go_get_backtrace_stateian2017-07-211-3/+11
* runtime: handle PPC/PPC64 GNU/Linux in getSiginfoian2017-07-211-0/+5
* runtime: allocate more stack space in CgoCallbackGC testian2017-07-211-1/+3
* PR go/81451ian2017-07-189-89/+19
* PR go/81324ian2017-07-181-0/+4
* libgo: don't copy semt into runtime.incian2017-07-143-3/+7
* cmd/go: use gccSupportsFlag for -fsplit-stackian2017-07-141-4/+2
* PR go/81393ian2017-07-132-6/+45
* misc/cgo/testcarchive: fix test to work for gccgoian2017-06-292-10/+63
* cmd/go: fix -buildmode={c-archive,c-shared,pie} for gccgoian2017-06-291-14/+24
* runtime: adapt memory management to AIX mmapian2017-06-273-1/+17
* syscall: ptrace fixes for s390ian2017-06-273-15/+6
* libgo: add misc/cgo filesian2017-06-27269-0/+13743
* syscall: don't define PtraceRegs for Alphaian2017-06-261-32/+0
* libgo: redefine ia64 struct names around linux/ptrace.hian2017-06-261-0/+5
* runtime: complete defer handling in CgocallBackDoneian2017-06-232-10/+36
* cmd/go: don't require GOROOT to exist for gccgoian2017-06-231-2/+7
* os: align siginfo argument to waitidian2017-06-231-1/+1