aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2017-09-14libgo: update to go1.9Ian Lance Taylor980-20310/+56791
2017-09-14compiler, runtime: simplify select and channel operationsIan Lance Taylor3-108/+78
2017-09-14compiler, reflect: fix struct field names for embedded aliasesIan Lance Taylor3-93/+89
2017-08-31mksysinfo: fix in6_addr in mld_hdr_t for SolarisIan Lance Taylor2-0/+8
2017-08-29net/internal/socktest: build sys_unix.go on AIXIan Lance Taylor1-1/+1
2017-08-29libgo: netinet/icmp6.h require netinet/in.h on AIXIan Lance Taylor2-2/+21
2017-08-29libgo: fix Stat_t on AIXIan Lance Taylor1-0/+1
2017-08-29runtime: make go-nosys.c compile with !HAVE_SYSCALLIan Lance Taylor1-1/+1
2017-08-29runtime: fix lfstack for 64-bit AIXIan Lance Taylor1-0/+18
2017-08-18re PR go/81893 (compilation error in libgo starting with r251127)Ian Lance Taylor1-1/+4
2017-08-18misc/cgo/test: make cgo tests run on AIXIan Lance Taylor2-1/+3
2017-08-18cmd/go: pass -funwind-tables when compiling C codeIan Lance Taylor1-0/+6
2017-08-16runtime: better implementation of netpoll for AIXIan Lance Taylor1-65/+96
2017-08-16runtime: improvements for signal registersIan Lance Taylor1-13/+49
2017-08-09compiler: handle >32bit exponent in LdexpIan Lance Taylor1-2/+7
2017-08-04runtime: dump registers for AlphaIan Lance Taylor1-0/+41
2017-08-03re PR go/81617 (mksigtab.sh fails to resolve NSIG with glibc 2.26)Ian Lance Taylor1-0/+13
2017-07-26runtime: handle Alpha GNU/Linux in getSiginfoIan Lance Taylor1-0/+5
2017-07-21syscall: call f?statfs64 on GNU/LinuxIan Lance Taylor1-2/+2
2017-07-21runtime: don't use runtime_lock in __go_get_backtrace_stateIan Lance Taylor1-3/+11
2017-07-21runtime: handle PPC/PPC64 GNU/Linux in getSiginfoIan Lance Taylor1-0/+5
2017-07-21runtime: allocate more stack space in CgoCallbackGC testIan Lance Taylor1-1/+3
2017-07-18re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex...Ian Lance Taylor9-89/+19
2017-07-18re PR go/81324 (libgo does not build with glibc 2.18)Ian Lance Taylor1-0/+4
2017-07-14libgo: don't copy semt into runtime.incIan Lance Taylor3-3/+7
2017-07-14cmd/go: use gccSupportsFlag for -fsplit-stackIan Lance Taylor1-4/+2
2017-07-13re PR go/81393 (Bootstrap failure on s390x-linux while building libgo against...Ian Lance Taylor2-6/+45
2017-06-29misc/cgo/testcarchive: fix test to work for gccgoIan Lance Taylor2-10/+63
2017-06-29cmd/go: fix -buildmode={c-archive,c-shared,pie} for gccgoIan Lance Taylor1-14/+24
2017-06-27runtime: adapt memory management to AIX mmapIan Lance Taylor3-1/+17
2017-06-27syscall: ptrace fixes for s390Ian Lance Taylor3-15/+6
2017-06-27libgo: add misc/cgo filesIan Lance Taylor269-0/+13743
2017-06-26syscall: don't define PtraceRegs for AlphaIan Lance Taylor1-32/+0
2017-06-26libgo: redefine ia64 struct names around linux/ptrace.hIan Lance Taylor1-0/+5
2017-06-23runtime: complete defer handling in CgocallBackDoneIan Lance Taylor2-10/+36
2017-06-23cmd/go: don't require GOROOT to exist for gccgoIan Lance Taylor1-2/+7
2017-06-23os: align siginfo argument to waitidIan Lance Taylor1-1/+1
2017-06-23runtime: don't crash if no p in kickoffIan Lance Taylor1-0/+18
2017-06-23runtime: improve handling of panic during deferred functionIan Lance Taylor2-31/+85
2017-06-22runtime: uncomment check for gchelper on g0 stackIan Lance Taylor1-4/+3
2017-06-22runtime: mark dropm and callees nowritebarrierrecIan Lance Taylor3-0/+7
2017-06-22runtime: export getm functionIan Lance Taylor1-0/+3
2017-06-22runtime: fix type cast in assignment to gcnextsp in C codeIan Lance Taylor1-1/+1
2017-06-22runtime: make NumGoroutine wait for system goroutines to registerIan Lance Taylor5-0/+29
2017-06-22runtime: don't assume that _ = *s will panic if s is nilIan Lance Taylor2-4/+6
2017-06-22runtime: change some stack fields to uintptrIan Lance Taylor4-26/+28
2017-06-22runtime: avoid write barriers when calling deferred functionIan Lance Taylor1-4/+4
2017-06-22runtime: rename _defer struct _panic field to panicStackIan Lance Taylor2-10/+10
2017-06-22runtime: adjust tests for gofrontendIan Lance Taylor3-3/+29
2017-06-22runtime: don't build test files that use SetCgoTraceback for gccgoIan Lance Taylor6-0/+10