Age | Commit message (Expand) | Author | Files | Lines |
2021-08-12 | libgo: update to Go1.17rc2 | Ian Lance Taylor | 49 | -135/+348 |
2021-01-29 | libgo: update to Go1.16rc1 | Ian Lance Taylor | 4 | -271/+36 |
2021-01-12 | syscall: ensure openat uses variadic libc wrapper | Paul E. Murphy | 1 | -1/+1 |
2021-01-05 | syscall: don't define sys_SETREUID and friends | Ian Lance Taylor | 2 | -12/+0 |
2020-12-30 | libgo: update to Go1.16beta1 release | Ian Lance Taylor | 23 | -101/+463 |
2020-12-07 | syscall: don't use AF_LINK on hurd | Ian Lance Taylor | 2 | -1/+102 |
2020-11-10 | libgo: update to Go 1.15.4 release | Ian Lance Taylor | 1 | -0/+45 |
2020-10-28 | libgo: handle linking to NetBSD's versioned symbols | Nikhil Benesch | 1 | -2/+2 |
2020-10-28 | syscall: don't build libcall_bsd.go on solaris | Ian Lance Taylor | 1 | -1/+1 |
2020-10-26 | syscall: import additional BSD-specific syscall wrappers | Nikhil Benesch | 2 | -0/+141 |
2020-10-21 | syscall: only compile ptrace varargs shim on Linux | Nikhil Benesch | 12 | -14/+14 |
2020-10-21 | syscall: import upstream code for BSD sockets and sysctls | Nikhil Benesch | 3 | -1/+103 |
2020-10-20 | syscall: remove Sendfile on NetBSD | Nikhil Benesch | 2 | -3/+3 |
2020-10-13 | syscall: port fix for netbsd unix sockets from upstream | Nikhil Benesch | 1 | -3/+9 |
2020-09-30 | libgo: add 32-bit RISC-V (RV32) support | Maciej W. Rozycki | 1 | -1/+1 |
2020-09-22 | syscall: fix TestForeground for AIX | Clément Chigot | 2 | -1/+17 |
2020-09-22 | syscall: remove ptrace syscall on ppc64 | Clément Chigot | 2 | -3/+3 |
2020-09-17 | libgo: fix ptrace syscall hooks into glibc | Paul E. Murphy | 2 | -2/+2 |
2020-08-01 | libgo: update to go1.15rc1 | Ian Lance Taylor | 14 | -182/+176 |
2020-05-11 | syscall: append to environment in tests, don't clobber it | Ian Lance Taylor | 1 | -3/+6 |
2020-02-15 | libgo: update to Go1.14rc1 release | Ian Lance Taylor | 1 | -1/+3 |
2020-02-03 | syscall: fix riscv64 GNU/Linux build | Ian Lance Taylor | 1 | -14/+0 |
2020-01-29 | runtime, syscall: add a couple of hurd build tags | Ian Lance Taylor | 1 | -1/+1 |
2020-01-21 | libgo: update to Go1.14beta1 | Ian Lance Taylor | 36 | -151/+589 |
2019-12-24 | re PR go/93020 (Final patches to build gcc-10 on GNU/Hurd) | Ian Lance Taylor | 1 | -1/+1 |
2019-09-12 | libgo: update to Go1.13 | Ian Lance Taylor | 6 | -66/+58 |
2019-09-06 | libgo: update to Go 1.13beta1 release | Ian Lance Taylor | 22 | -302/+943 |
2019-05-27 | re PR go/90614 (gcc-9.1.0/libgo/go/syscall/wait.c:54:22: error: unused parame... | Ian Lance Taylor | 1 | -1/+1 |
2019-04-19 | libgo/go/syscall: add SockAddrDatalink on AIX | Ian Lance Taylor | 1 | -0/+24 |
2019-04-08 | libgo: update to Go 1.12.2 | Ian Lance Taylor | 1 | -0/+1 |
2019-03-19 | libgo: fix build on AIX | Ian Lance Taylor | 8 | -127/+81 |
2019-03-09 | re PR go/89447 (libgo largefile support is incomplete and inconsistent) | Ian Lance Taylor | 8 | -5/+42 |
2019-02-26 | libgo: update to Go 1.12 release | Ian Lance Taylor | 1 | -0/+13 |
2019-02-15 | compiler, runtime: harmonize types referenced by both C and Go | Ian Lance Taylor | 2 | -49/+14 |
2019-02-12 | syscall: don't assume that WIFCONTINUED is defined | Ian Lance Taylor | 1 | -0/+4 |
2019-02-07 | os, syscall: Hurd fixes for a couple of tests | Ian Lance Taylor | 1 | -5/+7 |
2019-02-07 | syscall: add Hurd support | Ian Lance Taylor | 9 | -133/+188 |
2019-02-01 | libgo: add hurd build tags to test files | Ian Lance Taylor | 2 | -2/+6 |
2019-02-01 | libgo: add hurd build tags | Ian Lance Taylor | 13 | -10/+14 |
2019-01-18 | libgo: update to Go1.12beta2 | Ian Lance Taylor | 28 | -231/+1096 |
2019-01-16 | syscall: mark C syscall functions noescape | Ian Lance Taylor | 2 | -0/+2 |
2018-12-05 | syscall: remove Flock for aix/ppc64 | Ian Lance Taylor | 1 | -22/+0 |
2018-09-26 | syscall: don't assume we have a GETEUID system call | Ian Lance Taylor | 1 | -0/+4 |
2018-09-24 | libgo: update to Go 1.11 | Ian Lance Taylor | 31 | -30/+2676 |
2018-06-22 | syscall: remove Ustat | Ian Lance Taylor | 1 | -12/+0 |
2018-05-02 | libgo: add support for the Nios II architecture | Ian Lance Taylor | 2 | -2/+2 |
2018-02-22 | re PR go/84484 (libgo configure tests fail to find -latomic) | Andreas Schwab | 2 | -2/+2 |
2018-01-24 | compiler: rationalize external symbol names | Ian Lance Taylor | 1 | -9/+9 |
2018-01-10 | os, syscall: handle _st_timespec for AIX stat | Ian Lance Taylor | 1 | -0/+8 |
2018-01-10 | libgo: add platform support for SuperH | Ian Lance Taylor | 2 | -2/+2 |