summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* cmd/go, cmd/cgo: update gofrontend mangling checksIan Lance Taylor2020-11-177-130/+275
* libgo: update to Go 1.15.4 releaseIan Lance Taylor2020-11-1016-28/+266
* libgo: handle linking to NetBSD's versioned symbolsNikhil Benesch2020-10-2815-34/+197
* syscall: don't build libcall_bsd.go on solarisIan Lance Taylor2020-10-281-1/+1
* libgo: update to Go 1.15.3 releaseIan Lance Taylor2020-10-2726-187/+365
* compiler, go/internal/gccgoimporter: export notinheap annotationIan Lance Taylor2020-10-271-0/+7
* syscall: import additional BSD-specific syscall wrappersNikhil Benesch2020-10-262-0/+141
* net/http/cgi: merge upstream changes to default env varsNikhil Benesch2020-10-231-3/+3
* syscall: only compile ptrace varargs shim on LinuxNikhil Benesch2020-10-2113-18/+17
* syscall: import upstream code for BSD sockets and sysctlsNikhil Benesch2020-10-213-1/+103
* libgo: adjust NetBSD-specific types for stable syscall APINikhil Benesch2020-10-201-3/+15
* syscall: remove Sendfile on NetBSDNikhil Benesch2020-10-202-3/+3
* runtime: use correct types in __go_ptrace shimNikhil Benesch2020-10-151-1/+1
* libgo: correct Makefile typo in path to x/net/route packageNikhil Benesch2020-10-152-2/+2
* 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