aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Expand)AuthorFilesLines
2021-01-29internal/cpu: correctly link to getsystemcfgClément Chigot2-4/+1
2021-01-29libgo: update to Go1.16rc1Ian Lance Taylor178-10080/+10342
2021-01-14libgo: update hurd supportIan Lance Taylor4-11/+17
2021-01-12syscall: ensure openat uses variadic libc wrapperPaul E. Murphy1-1/+1
2021-01-05syscall: don't define sys_SETREUID and friendsIan Lance Taylor2-12/+0
2021-01-05internal/cpu: more build fixes for Go1.16beta1 releaseIan Lance Taylor9-0/+63
2021-01-01internal/cpu: add aarch64 support functionsIan Lance Taylor1-0/+26
2021-01-01runtime: move startupRandomData back to runtime2.goIan Lance Taylor2-4/+4
2021-01-01internal/cpu, golang.org/x/sys/cpu: support other GOARCH valuesIan Lance Taylor9-48/+77
2020-12-30libgo: update to Go1.16beta1 releaseIan Lance Taylor1145-30764/+66488
2020-12-22runtime: eliminate scase.kind fieldIan Lance Taylor1-40/+53
2020-12-22runtime: add "success" field to sudogIan Lance Taylor3-22/+28
2020-12-22runtime: omit nil-channel cases from selectgo's ordersIan Lance Taylor1-40/+28
2020-12-22runtime: remove scase.releasetime fieldIan Lance Taylor1-12/+9
2020-12-08libgo: update to 1.15.6 releaseIan Lance Taylor7-18/+196
2020-12-07syscall: don't use AF_LINK on hurdIan Lance Taylor2-1/+102
2020-11-30internal/cpu: don't define CacheLinePadSize for mips64xIan Lance Taylor1-2/+0
2020-11-30compiler, runtime: check len/cap for append(s, make(T, l)...)Ian Lance Taylor1-2/+9
2020-11-23log/syslog: correct asm name for C functionIan Lance Taylor1-1/+1
2020-11-20libgo: update to Go 1.15.5 releaseIan Lance Taylor5-5/+93
2020-11-20compiler, libgo: change mangling schemeIan Lance Taylor37-206/+315
2020-11-17cmd/go, cmd/cgo: update gofrontend mangling checksIan Lance Taylor5-130/+273
2020-11-10libgo: update to Go 1.15.4 releaseIan Lance Taylor14-26/+264
2020-10-28libgo: handle linking to NetBSD's versioned symbolsNikhil Benesch8-28/+28
2020-10-28syscall: don't build libcall_bsd.go on solarisIan Lance Taylor1-1/+1
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