Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-01-10 | re PR c/82922 (Request: add -Wstrict-prototypes to -Wextra as K&R style is ob... | Ian Lance Taylor | 1 | -2/+2 |
2018-01-09 | libgo: update to Go1.10beta1 | Ian Lance Taylor | 9 | -118/+169 |
2017-12-16 | syscall: emulate Flock on AIX | Ian Lance Taylor | 1 | -0/+22 |
2017-09-20 | syscall: enable ParseDirent for AIX | Ian Lance Taylor | 2 | -1/+20 |
2017-09-20 | syscall: workaround for getsockname bug in AIX | Ian Lance Taylor | 4 | -1/+188 |
2017-09-20 | internal,net,os,runtime,syscall: fixes for AIX following update to go1.9 | Ian Lance Taylor | 2 | -1/+131 |
2017-09-15 | syscall: fixes for Solaris | Ian Lance Taylor | 2 | -1/+13 |
2017-09-14 | libgo: update to go1.9 | Ian Lance Taylor | 15 | -80/+553 |
2017-07-21 | syscall: call f?statfs64 on GNU/Linux | Ian Lance Taylor | 1 | -2/+2 |
2017-07-13 | re PR go/81393 (Bootstrap failure on s390x-linux while building libgo against... | Ian Lance Taylor | 2 | -6/+45 |
2017-06-27 | syscall: ptrace fixes for s390 | Ian Lance Taylor | 2 | -4/+4 |
2017-06-26 | syscall: don't define PtraceRegs for Alpha | Ian Lance Taylor | 1 | -32/+0 |
2017-06-21 | libgo: remove old MIPS architecture names | Ian Lance Taylor | 1 | -1/+1 |
2017-06-21 | libgo, syscall: fix ptrace implementation on MIPS | Ian Lance Taylor | 1 | -20/+0 |
2017-06-21 | libgo, syscall: fix ptrace implementation on MIPS | Ian Lance Taylor | 1 | -3/+17 |
2017-05-10 | Big merge of changes to gofrontend repo that were postponed due to the | Ian Lance Taylor | 18 | -13/+63 |
2017-01-18 | syscall, golang_org/x/net/lif: fixes for gccgo on Solaris | Ian Lance Taylor | 1 | -0/+17 |
2017-01-14 | libgo: update to Go 1.8 release candidate 1 | Ian Lance Taylor | 32 | -83/+425 |
2016-10-13 | syscall: don't use pt_regs in clone_linux.c | Ian Lance Taylor | 1 | -3/+2 |
2016-10-12 | syscall: mark rawClone as no_split_stack | Ian Lance Taylor | 1 | -1/+4 |
2016-10-12 | syscall, internal/syscall/unix: Fix getrandom, clone on sparc64 | Ian Lance Taylor | 2 | -10/+109 |
2016-09-20 | syscall: build export_unix_test.go on solaris | Ian Lance Taylor | 1 | -1/+1 |
2016-09-10 | libgo: update to Go 1.7.1 release | Ian Lance Taylor | 1 | -0/+23 |
2016-08-13 | syscall: remove exec_solaris_test.go | Ian Lance Taylor | 1 | -37/+0 |
2016-08-06 | libgo: change build procedure to use build tags | Ian Lance Taylor | 23 | -88/+49 |
2016-07-22 | libgo: update to go1.7rc3 | Ian Lance Taylor | 32 | -461/+286 |
2016-02-26 | re PR go/69966 (libgo: Port syscall.SetsockoptUcred from golang) | Ian Lance Taylor | 3 | -0/+28 |
2016-02-03 | libgo: Update to go1.6rc1. | Ian Lance Taylor | 17 | -82/+191 |
2015-11-21 | re PR go/66378 (libgo syscall.Sendfile() does not honor/use offset argument) | Ian Lance Taylor | 2 | -0/+2 |
2015-11-06 | libgo: Solaris portability fixes. | Ian Lance Taylor | 5 | -16/+36 |
2015-11-02 | syscall: Change raw_ioctl cmd type to uintptr. | Ian Lance Taylor | 1 | -2/+2 |
2015-10-31 | runtime: Remove now unnecessary pad field from ParFor. | Ian Lance Taylor | 30 | -332/+1716 |
2015-09-15 | libgo: don't provide ustat on arm64 GNU/Linux | Ian Lance Taylor | 2 | -3/+11 |
2015-08-03 | syscall: RawSockaddr fix for ppc64, ppc64le | Ian Lance Taylor | 3 | -5/+28 |
2015-07-13 | syscall: remove calls to Entersyscall & Exitsyscall in Getdents | Ian Lance Taylor | 1 | -2/+0 |
2015-03-06 | libgo: Upgrade to Go 1.4.2 release. | Ian Lance Taylor | 1 | -3/+3 |
2015-01-23 | re PR go/64573 (Cmd.Start swallows error from fork()/clone()) | Ian Lance Taylor | 1 | -0/+1 |
2015-01-15 | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | Ian Lance Taylor | 13 | -99/+244 |