aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/syscall
AgeCommit message (Expand)AuthorFilesLines
2023-10-23syscall: add missing type conversionIan Lance Taylor1-1/+1
2023-05-11syscall: add prlimitIan Lance Taylor1-0/+8
2022-11-29syscall, runtime: always call XSI strerror_rIan Lance Taylor2-47/+9
2022-06-17libgo: permit loff_t and off_t to be macrosIan Lance Taylor1-8/+8
2022-06-14syscall: gofmtIan Lance Taylor42-6/+52
2022-03-16libgo: update to final Go 1.18 releaseIan Lance Taylor1-27/+0
2022-02-18libgo: update Hurd supportIan Lance Taylor2-1/+279
2022-02-18libgo: update to Go1.18rc1 releaseIan Lance Taylor2-17/+75
2022-02-16libgo: restore building on SolarisIan Lance Taylor3-5/+3
2022-02-11libgo: update to Go1.18beta2Ian Lance Taylor51-336/+728
2021-08-14libgo: various fixes for Solaris supportIan Lance Taylor5-12/+18
2021-08-12libgo: update to Go1.17rc2Ian Lance Taylor49-135/+348
2021-01-29libgo: update to Go1.16rc1Ian Lance Taylor4-271/+36
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
2020-12-30libgo: update to Go1.16beta1 releaseIan Lance Taylor23-101/+463
2020-12-07syscall: don't use AF_LINK on hurdIan Lance Taylor2-1/+102
2020-11-10libgo: update to Go 1.15.4 releaseIan Lance Taylor1-0/+45
2020-10-28libgo: handle linking to NetBSD's versioned symbolsNikhil Benesch1-2/+2
2020-10-28syscall: don't build libcall_bsd.go on solarisIan Lance Taylor1-1/+1
2020-10-26syscall: import additional BSD-specific syscall wrappersNikhil Benesch2-0/+141
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-13syscall: port fix for netbsd unix sockets from upstreamNikhil Benesch1-3/+9
2020-09-30libgo: add 32-bit RISC-V (RV32) supportMaciej W. Rozycki1-1/+1
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-17libgo: fix ptrace syscall hooks into glibcPaul E. Murphy2-2/+2
2020-08-01libgo: update to go1.15rc1Ian Lance Taylor14-182/+176
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