aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2018-01-30internal/syscall/unix: add randomTrap for sh/shbeIan Lance Taylor1-0/+11
2018-01-27libgo: update to Go1.10rc1Ian Lance Taylor4-0/+62
2018-01-27libgo: update to Go1.10rc1Ian Lance Taylor39-514/+962
2018-01-25compiler: deref receiver types in mangled namesIan Lance Taylor2-2/+2
2018-01-25runtime: fix lfstackUnpack on ia64Ian Lance Taylor1-1/+1
2018-01-24compiler: rationalize external symbol namesIan Lance Taylor6-24/+25
2018-01-23cmd/go: buildid support for AIX archives.Ian Lance Taylor3-0/+130
2018-01-19mksysinfo: use rlimit64 if available when we use getrlimit64Ian Lance Taylor3-4/+18
2018-01-19mksysinfo: force Passwd.Pw_[ug]id from int32 to uint32Ian Lance Taylor1-0/+4
2018-01-19runtime: no escape for some functions on AIXIan Lance Taylor2-0/+4
2018-01-19cmd/go: recognize AIX objects and archivesIan Lance Taylor1-0/+3
2018-01-19runtime: add go:noescape declaration for SolarisIan Lance Taylor1-0/+1
2018-01-18re PR go/83787 (Many 32-bit Solaris/SPARC Go tests FAIL after Go1.10beta1 upd...Ian Lance Taylor1-0/+1
2018-01-17archive/tar: support stat and device numbers on AIXIan Lance Taylor2-2/+12
2018-01-17libgo: update to Go1.10beta2 releaseIan Lance Taylor138-5028/+6560
2018-01-14go/types: implement SizesFor for gccgoIan Lance Taylor8-281/+350
2018-01-11re PR go/83794 (misc/cgo/test uses gigabytes of memory)Ian Lance Taylor1-2/+3
2018-01-11debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARFIan Lance Taylor1-1/+12
2018-01-10os, syscall: handle _st_timespec for AIX statIan Lance Taylor4-2/+67
2018-01-10libgo: add platform support for SuperHIan Lance Taylor11-14/+78
2018-01-10Add missing .a files.Ian Lance Taylor5-0/+0
2018-01-10re PR c/82922 (Request: add -Wstrict-prototypes to -Wextra as K&R style is ob...Ian Lance Taylor5-11/+7
2018-01-10exp: remove exp/proxy and exp/terminal packagesIan Lance Taylor12-1391/+30
2018-01-10cmd/go: check for another GCC error messageIan Lance Taylor1-1/+3
2018-01-10runtime: fix makemap calls in __go_construct_mapIan Lance Taylor1-3/+3
2018-01-10runtime: work around escaping closure in export_test.goIan Lance Taylor1-7/+7
2018-01-10runtime: noescape some functions/variablesIan Lance Taylor5-10/+28
2018-01-10cmd/go: add AIX supportIan Lance Taylor1-6/+24
2018-01-10libgo: add aix build tagsIan Lance Taylor4-4/+4
2018-01-09os/signal/internal/pty: build on SolarisIan Lance Taylor1-1/+1
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor1093-22732/+72898
2018-01-06libgo: fix GOARCH_CACHELINESIZE on ia64Ian Lance Taylor2-2/+2
2017-12-16os: pass -s to hostname on AIXIan Lance Taylor1-3/+9
2017-12-16syscall: emulate Flock on AIXIan Lance Taylor1-0/+22
2017-12-06libgo: remove -fplan9-extensions from CFLAGSIan Lance Taylor2-2/+2
2017-12-02runtime: export cgoCheck functionsIan Lance Taylor1-0/+4
2017-11-23cmd/go, go/internal/gccgoimporter: pass -X to ar on AIXIan Lance Taylor2-3/+12
2017-11-22libgo: don't use grep -q in mksigtab.shIan Lance Taylor1-1/+1
2017-11-21libgo: fix makefile bugletIan Lance Taylor2-2/+2
2017-11-14Adapt Solaris 12 referencesRainer Orth1-2/+2
2017-11-14libgo: adapt Solaris 12 referencesIan Lance Taylor5-11/+11
2017-11-09sync/atomic, runtime/internal/atomic: don't assume reads from 0 failIan Lance Taylor4-13/+16
2017-11-06libgo: pass flags to recursive makeIan Lance Taylor2-4/+4
2017-10-20debug/dwarf: support 64-bit DWARF in byte order checkIan Lance Taylor5-16/+87
2017-10-11runtime: fix issues on AIX about uintptr(_t)Ian Lance Taylor2-2/+2
2017-09-29debug/elf: support 32-bit SPARC relocsIan Lance Taylor1-0/+42
2017-09-29mksysinfo: strip locale structsIan Lance Taylor2-0/+2
2017-09-27net: check Getsockname error returnIan Lance Taylor1-2/+8
2017-09-22debug/xcoff,cmd: add XCOFF supportIan Lance Taylor18-21/+1112
2017-09-20libgo: fix build when using -enable-static=noIan Lance Taylor2-2/+26