aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2020-09-24runtime: remove __go_ptrace on AIXClément Chigot1-1/+3
2020-09-23libgo: update to Go1.15.2 releaseIan Lance Taylor33-108/+708
2020-09-22syscall: fix TestForeground for AIXClément Chigot2-1/+17
2020-09-22syscall: remove ptrace syscall on ppc64Clément Chigot2-3/+3
2020-09-22runtime, net: fix build errors on AIXClément Chigot6-10/+23
2020-09-21go/internal/gccgoimporter: recognize aixbigafMagic archivesClément Chigot1-1/+1
2020-09-21libgo: don't put golang.org packages in zstdpkglist.goIan Lance Taylor2-2/+2
2020-09-17libgo: fix ptrace syscall hooks into glibcPaul E. Murphy3-2/+18
2020-09-15libgo: additional type/const references in sysinfo.cThan McIntosh1-0/+2
2020-08-27gotest: use a space rather than a middle dot in target listsMaciej W. Rozycki1-2/+2
2020-08-26cmd: add -maix32 to gcc calls for aix/ppcClément Chigot2-1/+8
2020-08-26libgo: add FAT library support for static libraries on AIXClément Chigot2-0/+8
2020-08-12libgo: correctly handle AIX FAT library creationClément Chigot5-14/+28
2020-08-11internal/syscall/unix: restore ppc build tagIan Lance Taylor1-1/+1
2020-08-10runtime: revert eqtype for AIXClément Chigot4-11/+64
2020-08-07libgo: update to Go1.15rc2 releaseIan Lance Taylor23-196/+335
2020-08-03internal/syscall/unix: correct ia64 syscall numbersIan Lance Taylor1-2/+2
2020-08-03internal/syscall/unix: define copyFileRangeTrap for all architecturesIan Lance Taylor9-26/+34
2020-08-01libgo: update to go1.15rc1Ian Lance Taylor915-14893/+45795
2020-07-27compiler,runtime: pass only ptr and len to some runtime callsIan Lance Taylor5-63/+68
2020-07-23libgo: add AIX FAT libraries supportClément Chigot5-2/+44
2020-07-17libgo: update to Go 1.14.6 releaseIan Lance Taylor24-815/+1130
2020-07-10libgo: update to Go 1.14.4 releaseIan Lance Taylor22-81/+408
2020-06-15libgo: update x/sys/cpu to add all GOARCHes supported by gccgoTobias Klauser1-1/+6
2020-06-15internal/syscall/unix: use getrandom_linux_generic.go on riscvTobias Klauser1-1/+1
2020-06-12runtime: fix arenaBaseOffset for aix/ppcClément Chigot2-2/+2
2020-05-25libgo: update x/sys/cpu after gccgo support addedClément Chigot2-1/+28
2020-05-15libgo: only build syscall test with -static if it worksIan Lance Taylor4-6/+61
2020-05-14libgo: only build syscall test with -static on GNU/LinuxIan Lance Taylor2-1/+3
2020-05-13libgo: build syscall test with -staticIan Lance Taylor2-0/+8
2020-05-11runtime: fix TestCallersNilPointerPaniceric fang1-12/+20
2020-05-11syscall: append to environment in tests, don't clobber itIan Lance Taylor1-3/+6
2020-04-23gotest: increase the test timeouteric fang1-1/+1
2020-04-20gccgo: fix runtime compilation on NetBSDBenny Siegert4-6/+53
2020-04-15runtime: use 64 bits of hash seed on arm64eric fang1-6/+6
2020-04-09libgo: update to final 1.14.2 releaseIan Lance Taylor10-74/+163
2020-04-06libgo: update to almost the 1.14.2 releaseIan Lance Taylor40-283/+741
2020-02-28runtime: handle linux/arm64 signal registereric fang1-40/+23
2020-02-26libgo: update to final Go1.14 releaseIan Lance Taylor24-51/+224
2020-02-24internal/poll: add hurd build tagIan Lance Taylor1-1/+1
2020-02-24internal/syscall/unix: add hurd build tagIan Lance Taylor1-1/+1
2020-02-18cmd/go: update -DGOPKGPATH to use current pkgpath encodingIan Lance Taylor1-6/+20
2020-02-16libgo: install internal/reflectlite.goxIan Lance Taylor2-14/+54
2020-02-15libgo: update to Go1.14rc1 releaseIan Lance Taylor196-1841/+1522
2020-02-15runtime: on 32-bit systems, limit default GOMAXPROCS to 32Ian Lance Taylor1-0/+8
2020-02-03syscall: fix riscv64 GNU/Linux buildIan Lance Taylor1-14/+0
2020-01-29runtime, syscall: add a couple of hurd build tagsIan Lance Taylor2-2/+2
2020-01-29runtime: update netpoll_hurd.go for go1.14beta1 changesIan Lance Taylor1-33/+44
2020-01-24libgo: handle --with-toolexeclibdir=.Ian Lance Taylor5-4/+43
2020-01-23internal/cpu: don't define CacheLinePadSize for riscv64Ian Lance Taylor1-2/+0