| Commit message (Expand) | Author | Age | Files | Lines |
* | libgo: add platform support for SuperH | ian | 2018-01-10 | 2 | -2/+2 |
* | PR c/82922 | ian | 2018-01-10 | 1 | -2/+2 |
* | libgo: update to Go1.10beta1 | ian | 2018-01-09 | 9 | -118/+169 |
* | syscall: emulate Flock on AIX | ian | 2017-12-16 | 1 | -0/+22 |
* | syscall: enable ParseDirent for AIX | ian | 2017-09-20 | 2 | -1/+20 |
* | syscall: workaround for getsockname bug in AIX | ian | 2017-09-20 | 4 | -1/+188 |
* | internal,net,os,runtime,syscall: fixes for AIX following update to go1.9 | ian | 2017-09-20 | 2 | -1/+131 |
* | syscall: fixes for Solaris | ian | 2017-09-15 | 2 | -1/+13 |
* | libgo: update to go1.9 | ian | 2017-09-14 | 15 | -80/+553 |
* | syscall: call f?statfs64 on GNU/Linux | ian | 2017-07-21 | 1 | -2/+2 |
* | PR go/81393 | ian | 2017-07-13 | 2 | -6/+45 |
* | syscall: ptrace fixes for s390 | ian | 2017-06-27 | 2 | -4/+4 |
* | syscall: don't define PtraceRegs for Alpha | ian | 2017-06-26 | 1 | -32/+0 |
* | libgo: remove old MIPS architecture names | ian | 2017-06-21 | 1 | -1/+1 |
* | libgo, syscall: fix ptrace implementation on MIPS | ian | 2017-06-21 | 1 | -20/+0 |
* | libgo, syscall: fix ptrace implementation on MIPS | ian | 2017-06-21 | 1 | -3/+17 |
* | Big merge of changes to gofrontend repo that were postponed due to the | ian | 2017-05-10 | 18 | -13/+63 |
* | syscall, golang_org/x/net/lif: fixes for gccgo on Solaris | ian | 2017-01-18 | 1 | -0/+17 |
* | libgo: update to Go 1.8 release candidate 1 | ian | 2017-01-14 | 32 | -83/+425 |
* | syscall: don't use pt_regs in clone_linux.c | ian | 2016-10-13 | 1 | -3/+2 |
* | syscall: mark rawClone as no_split_stack | ian | 2016-10-12 | 1 | -1/+4 |
* | syscall, internal/syscall/unix: Fix getrandom, clone on sparc64 | ian | 2016-10-12 | 2 | -10/+109 |
* | syscall: build export_unix_test.go on solaris | ian | 2016-09-20 | 1 | -1/+1 |
* | libgo: update to Go 1.7.1 release | ian | 2016-09-10 | 1 | -0/+23 |
* | syscall: remove exec_solaris_test.go | ian | 2016-08-13 | 1 | -37/+0 |
* | libgo: change build procedure to use build tags | ian | 2016-08-06 | 23 | -88/+49 |
* | libgo: update to go1.7rc3 | ian | 2016-07-22 | 32 | -461/+286 |
* | PR go/69966 | ian | 2016-02-26 | 3 | -0/+28 |
* | libgo: Update to go1.6rc1. | ian | 2016-02-03 | 17 | -82/+191 |
* | PR go/66378 | ian | 2015-11-21 | 2 | -0/+2 |
* | libgo: Solaris portability fixes. | ian | 2015-11-06 | 5 | -16/+36 |
* | syscall: Change raw_ioctl cmd type to uintptr. | ian | 2015-11-02 | 1 | -2/+2 |
* | runtime: Remove now unnecessary pad field from ParFor. | ian | 2015-10-31 | 30 | -332/+1716 |
* | libgo: don't provide ustat on arm64 GNU/Linux | ian | 2015-09-15 | 2 | -3/+11 |
* | syscall: RawSockaddr fix for ppc64, ppc64le | ian | 2015-08-03 | 3 | -5/+28 |
* | syscall: remove calls to Entersyscall & Exitsyscall in Getdents | ian | 2015-07-13 | 1 | -2/+0 |
* | libgo: Upgrade to Go 1.4.2 release. | ian | 2015-03-06 | 1 | -3/+3 |
* | PR go/64573 | ian | 2015-01-23 | 1 | -0/+1 |
* | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | ian | 2015-01-15 | 13 | -99/+244 |
* | libgo: add s390 support | ian | 2014-11-04 | 5 | -1/+62 |
* | runtime: Use the clone system call on GNU/Linux. | ian | 2014-09-05 | 1 | -2/+2 |
* | libgo: Update to Go 1.3 release. | ian | 2014-07-19 | 22 | -128/+229 |
* | libgo: Merge to master revision 19184. | ian | 2014-06-06 | 9 | -23/+48 |
* | libgo: Merge from revision 18783:00cce3a34d7e of master library. | ian | 2014-06-04 | 2 | -1/+15 |
* | gofrontend: deduplicate C syscall function declarations | ian | 2014-04-17 | 1 | -2/+5 |
* | runtime: remove use of obsolete map deletion syntax | ian | 2014-04-17 | 1 | -1/+1 |
* | gofrontend: avoid use of unsafe.Sizeof extension | ian | 2014-04-17 | 1 | -1/+1 |
* | syscall: Set SizeofSockaddrAny to the value the go distribution uses | ian | 2013-11-25 | 1 | -1/+1 |
* | syscall: Only call varargs libc functions from C code. | ian | 2013-11-24 | 5 | -5/+5 |
* | libgo: Update to October 24 version of master library. | ian | 2013-11-06 | 18 | -34/+277 |