summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* libgo: print reason code if throwing unwind exception failsNikhil Benesch2020-10-141-5/+9
* libgo: export NetBSD-specific types in mksysinfo.shNikhil Benesch2020-10-146-15/+195
* runtime: correct semaphore implementation on netbsdNikhil Benesch2020-10-146-7/+29
* runtime: populate signal PC on NetBSDNikhil Benesch2020-10-131-0/+2
* syscall: port fix for netbsd unix sockets from upstreamNikhil Benesch2020-10-131-3/+9
* reflect: ensure uniqueness of type descriptors on AIX.Clément Chigot2020-10-139-29/+167
* libgo/configure: remove -fno-section-anchors for AIXClément Chigot2020-10-072-10/+2
* libgo: handle go1.10+ correctly in match.shNikhil Benesch2020-10-072-8/+8
* compiler: set varargs correctly for type of method expressionIan Lance Taylor2020-10-011-1/+7
* libgo: add 32-bit RISC-V (RV32) supportMaciej W. Rozycki2020-09-3022-20/+113
* net: add hurd build tagIan Lance Taylor2020-09-281-1/+1
* runtime: remove __go_ptrace on AIXClément Chigot2020-09-241-1/+3
* libgo: update to Go1.15.2 releaseIan Lance Taylor2020-09-2333-108/+708
* syscall: fix TestForeground for AIXClément Chigot2020-09-222-1/+17
* syscall: remove ptrace syscall on ppc64Clément Chigot2020-09-222-3/+3
* runtime, net: fix build errors on AIXClément Chigot2020-09-226-10/+23
* go/internal/gccgoimporter: recognize aixbigafMagic archivesClément Chigot2020-09-211-1/+1
* libgo: don't put golang.org packages in zstdpkglist.goIan Lance Taylor2020-09-212-2/+2
* libgo: fix ptrace syscall hooks into glibcPaul E. Murphy2020-09-173-2/+18
* libgo: additional type/const references in sysinfo.cThan McIntosh2020-09-151-0/+2
* gotest: use a space rather than a middle dot in target listsMaciej W. Rozycki2020-08-271-2/+2
* cmd: add -maix32 to gcc calls for aix/ppcClément Chigot2020-08-262-1/+8
* libgo: add FAT library support for static libraries on AIXClément Chigot2020-08-262-0/+8
* libgo: correctly handle AIX FAT library creationClément Chigot2020-08-125-14/+28
* internal/syscall/unix: restore ppc build tagIan Lance Taylor2020-08-111-1/+1
* runtime: revert eqtype for AIXClément Chigot2020-08-104-11/+64
* libgo: update to Go1.15rc2 releaseIan Lance Taylor2020-08-0723-196/+335
* internal/syscall/unix: correct ia64 syscall numbersIan Lance Taylor2020-08-031-2/+2
* internal/syscall/unix: define copyFileRangeTrap for all architecturesIan Lance Taylor2020-08-039-26/+34
* libgo: update to go1.15rc1Ian Lance Taylor2020-08-01915-14893/+45795
* compiler,runtime: pass only ptr and len to some runtime callsIan Lance Taylor2020-07-275-63/+68
* libgo: add AIX FAT libraries supportClément Chigot2020-07-235-2/+44
* libgo: update to Go 1.14.6 releaseIan Lance Taylor2020-07-1724-815/+1130
* libgo: update to Go 1.14.4 releaseIan Lance Taylor2020-07-1022-81/+408
* libgo: update x/sys/cpu to add all GOARCHes supported by gccgoTobias Klauser2020-06-151-1/+6
* internal/syscall/unix: use getrandom_linux_generic.go on riscvTobias Klauser2020-06-151-1/+1
* runtime: fix arenaBaseOffset for aix/ppcClément Chigot2020-06-122-2/+2
* libgo: update x/sys/cpu after gccgo support addedClément Chigot2020-05-252-1/+28
* libgo: only build syscall test with -static if it worksIan Lance Taylor2020-05-154-6/+61
* libgo: only build syscall test with -static on GNU/LinuxIan Lance Taylor2020-05-142-1/+3
* libgo: build syscall test with -staticIan Lance Taylor2020-05-132-0/+8
* runtime: fix TestCallersNilPointerPaniceric fang2020-05-111-12/+20
* syscall: append to environment in tests, don't clobber itIan Lance Taylor2020-05-111-3/+6
* gotest: increase the test timeouteric fang2020-04-231-1/+1
* gccgo: fix runtime compilation on NetBSDBenny Siegert2020-04-204-6/+53
* runtime: use 64 bits of hash seed on arm64eric fang2020-04-151-6/+6
* libgo: update to final 1.14.2 releaseIan Lance Taylor2020-04-0910-74/+163
* libgo: update to almost the 1.14.2 releaseIan Lance Taylor2020-04-0640-283/+741
* runtime: handle linux/arm64 signal registereric fang2020-02-281-40/+23
* libgo: update to final Go1.14 releaseIan Lance Taylor2020-02-2624-51/+224