aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2020-10-27compiler, go/internal/gccgoimporter: export notinheap annotationIan Lance Taylor1-0/+7
2020-10-26syscall: import additional BSD-specific syscall wrappersNikhil Benesch2-0/+141
2020-10-23net/http/cgi: merge upstream changes to default env varsNikhil Benesch1-3/+3
2020-10-21syscall: only compile ptrace varargs shim on LinuxNikhil Benesch13-18/+17
2020-10-21syscall: import upstream code for BSD sockets and sysctlsNikhil Benesch3-1/+103
2020-10-20libgo: adjust NetBSD-specific types for stable syscall APINikhil Benesch1-3/+15
2020-10-20syscall: remove Sendfile on NetBSDNikhil Benesch2-3/+3
2020-10-15runtime: use correct types in __go_ptrace shimNikhil Benesch1-1/+1
2020-10-15libgo: correct Makefile typo in path to x/net/route packageNikhil Benesch2-2/+2
2020-10-14libgo: print reason code if throwing unwind exception failsNikhil Benesch1-5/+9
2020-10-14libgo: export NetBSD-specific types in mksysinfo.shNikhil Benesch6-15/+195
2020-10-14runtime: correct semaphore implementation on netbsdNikhil Benesch6-7/+29
2020-10-13runtime: populate signal PC on NetBSDNikhil Benesch1-0/+2
2020-10-13syscall: port fix for netbsd unix sockets from upstreamNikhil Benesch1-3/+9
2020-10-13reflect: ensure uniqueness of type descriptors on AIX.Clément Chigot9-29/+167
2020-10-07libgo/configure: remove -fno-section-anchors for AIXClément Chigot2-10/+2
2020-10-07libgo: handle go1.10+ correctly in match.shNikhil Benesch2-8/+8
2020-10-01compiler: set varargs correctly for type of method expressionIan Lance Taylor1-1/+7
2020-09-30libgo: add 32-bit RISC-V (RV32) supportMaciej W. Rozycki22-20/+113
2020-09-28net: add hurd build tagIan Lance Taylor1-1/+1
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