aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/syscall
AgeCommit message (Expand)AuthorFilesLines
2020-05-11syscall: append to environment in tests, don't clobber itIan Lance Taylor1-3/+6
2020-02-15libgo: update to Go1.14rc1 releaseIan Lance Taylor1-1/+3
2020-02-03syscall: fix riscv64 GNU/Linux buildIan Lance Taylor1-14/+0
2020-01-29runtime, syscall: add a couple of hurd build tagsIan Lance Taylor1-1/+1
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor36-151/+589
2019-12-24re PR go/93020 (Final patches to build gcc-10 on GNU/Hurd)Ian Lance Taylor1-1/+1
2019-09-12libgo: update to Go1.13Ian Lance Taylor6-66/+58
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor22-302/+943
2019-05-27re PR go/90614 (gcc-9.1.0/libgo/go/syscall/wait.c:54:22: error: unused parame...Ian Lance Taylor1-1/+1
2019-04-19libgo/go/syscall: add SockAddrDatalink on AIXIan Lance Taylor1-0/+24
2019-04-08libgo: update to Go 1.12.2Ian Lance Taylor1-0/+1
2019-03-19libgo: fix build on AIXIan Lance Taylor8-127/+81
2019-03-09re PR go/89447 (libgo largefile support is incomplete and inconsistent)Ian Lance Taylor8-5/+42
2019-02-26libgo: update to Go 1.12 releaseIan Lance Taylor1-0/+13
2019-02-15compiler, runtime: harmonize types referenced by both C and GoIan Lance Taylor2-49/+14
2019-02-12syscall: don't assume that WIFCONTINUED is definedIan Lance Taylor1-0/+4
2019-02-07os, syscall: Hurd fixes for a couple of testsIan Lance Taylor1-5/+7
2019-02-07syscall: add Hurd supportIan Lance Taylor9-133/+188
2019-02-01libgo: add hurd build tags to test filesIan Lance Taylor2-2/+6
2019-02-01libgo: add hurd build tagsIan Lance Taylor13-10/+14
2019-01-18libgo: update to Go1.12beta2Ian Lance Taylor28-231/+1096
2019-01-16syscall: mark C syscall functions noescapeIan Lance Taylor2-0/+2
2018-12-05syscall: remove Flock for aix/ppc64Ian Lance Taylor1-22/+0
2018-09-26syscall: don't assume we have a GETEUID system callIan Lance Taylor1-0/+4
2018-09-24libgo: update to Go 1.11Ian Lance Taylor31-30/+2676
2018-06-22syscall: remove UstatIan Lance Taylor1-12/+0
2018-05-02libgo: add support for the Nios II architectureIan Lance Taylor2-2/+2
2018-02-22re PR go/84484 (libgo configure tests fail to find -latomic)Andreas Schwab2-2/+2
2018-01-24compiler: rationalize external symbol namesIan Lance Taylor1-9/+9
2018-01-10os, syscall: handle _st_timespec for AIX statIan Lance Taylor1-0/+8
2018-01-10libgo: add platform support for SuperHIan Lance Taylor2-2/+2
2018-01-10re PR c/82922 (Request: add -Wstrict-prototypes to -Wextra as K&R style is ob...Ian Lance Taylor1-2/+2
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor9-118/+169
2017-12-16syscall: emulate Flock on AIXIan Lance Taylor1-0/+22
2017-09-20syscall: enable ParseDirent for AIXIan Lance Taylor2-1/+20
2017-09-20syscall: workaround for getsockname bug in AIXIan Lance Taylor4-1/+188
2017-09-20internal,net,os,runtime,syscall: fixes for AIX following update to go1.9Ian Lance Taylor2-1/+131
2017-09-15syscall: fixes for SolarisIan Lance Taylor2-1/+13
2017-09-14libgo: update to go1.9Ian Lance Taylor15-80/+553
2017-07-21syscall: call f?statfs64 on GNU/LinuxIan Lance Taylor1-2/+2
2017-07-13re PR go/81393 (Bootstrap failure on s390x-linux while building libgo against...Ian Lance Taylor2-6/+45
2017-06-27syscall: ptrace fixes for s390Ian Lance Taylor2-4/+4
2017-06-26syscall: don't define PtraceRegs for AlphaIan Lance Taylor1-32/+0
2017-06-21libgo: remove old MIPS architecture namesIan Lance Taylor1-1/+1
2017-06-21libgo, syscall: fix ptrace implementation on MIPSIan Lance Taylor1-20/+0
2017-06-21libgo, syscall: fix ptrace implementation on MIPSIan Lance Taylor1-3/+17
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor18-13/+63
2017-01-18syscall, golang_org/x/net/lif: fixes for gccgo on SolarisIan Lance Taylor1-0/+17
2017-01-14libgo: update to Go 1.8 release candidate 1Ian Lance Taylor32-83/+425
2016-10-13syscall: don't use pt_regs in clone_linux.cIan Lance Taylor1-3/+2