aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Expand)AuthorFilesLines
2020-10-27libgo: update to Go 1.15.3 releaseIan Lance Taylor22-185/+329
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 Benesch12-14/+14
2020-10-21syscall: import upstream code for BSD sockets and sysctlsNikhil Benesch3-1/+103
2020-10-20syscall: remove Sendfile on NetBSDNikhil Benesch2-3/+3
2020-10-14libgo: export NetBSD-specific types in mksysinfo.shNikhil Benesch1-7/+0
2020-10-14runtime: correct semaphore implementation on netbsdNikhil Benesch6-7/+29
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 Chigot7-29/+157
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. Rozycki16-10/+84
2020-09-28net: add hurd build tagIan Lance Taylor1-1/+1
2020-09-23libgo: update to Go1.15.2 releaseIan Lance Taylor30-104/+704
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 Chigot4-9/+7
2020-09-21go/internal/gccgoimporter: recognize aixbigafMagic archivesClément Chigot1-1/+1
2020-09-17libgo: fix ptrace syscall hooks into glibcPaul E. Murphy2-2/+2
2020-08-26cmd: add -maix32 to gcc calls for aix/ppcClément Chigot2-1/+8
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 Taylor19-194/+307
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 Taylor886-14825/+45550
2020-07-27compiler,runtime: pass only ptr and len to some runtime callsIan Lance Taylor5-63/+68
2020-07-17libgo: update to Go 1.14.6 releaseIan Lance Taylor22-813/+1128
2020-07-10libgo: update to Go 1.14.4 releaseIan Lance Taylor19-79/+396
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-11runtime: fix TestCallersNilPointerPaniceric fang1-12/+20
2020-05-11syscall: append to environment in tests, don't clobber itIan Lance Taylor1-3/+6
2020-04-20gccgo: fix runtime compilation on NetBSDBenny Siegert3-6/+41
2020-04-09libgo: update to final 1.14.2 releaseIan Lance Taylor9-73/+162
2020-04-06libgo: update to almost the 1.14.2 releaseIan Lance Taylor32-281/+636
2020-02-26libgo: update to final Go1.14 releaseIan Lance Taylor22-49/+222
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-15libgo: update to Go1.14rc1 releaseIan Lance Taylor187-1816/+1514
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-23internal/cpu: don't define CacheLinePadSize for riscv64Ian Lance Taylor1-2/+0
2020-01-22runtime: for Solaris, add osinit, and drop duplicate getncpuIan Lance Taylor1-5/+4