Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-11-04 | libgo: add s390 support | Ian Lance Taylor | 5 | -1/+62 |
2014-09-05 | runtime: Use the clone system call on GNU/Linux. | Ian Lance Taylor | 1 | -2/+2 |
2014-07-19 | libgo: Update to Go 1.3 release. | Ian Lance Taylor | 22 | -128/+229 |
2014-06-06 | libgo: Merge to master revision 19184. | Ian Lance Taylor | 9 | -23/+48 |
2014-06-04 | libgo: Merge from revision 18783:00cce3a34d7e of master library. | Ian Lance Taylor | 2 | -1/+15 |
2014-04-17 | gofrontend: deduplicate C syscall function declarations | Ian Lance Taylor | 1 | -2/+5 |
2014-04-17 | runtime: remove use of obsolete map deletion syntax | Ian Lance Taylor | 1 | -1/+1 |
2014-04-17 | gofrontend: avoid use of unsafe.Sizeof extension | Ian Lance Taylor | 1 | -1/+1 |
2013-11-25 | syscall: Set SizeofSockaddrAny to the value the go distribution uses | Ian Lance Taylor | 1 | -1/+1 |
2013-11-24 | syscall: Only call varargs libc functions from C code. | Ian Lance Taylor | 5 | -5/+5 |
2013-11-06 | libgo: Update to October 24 version of master library. | Ian Lance Taylor | 18 | -34/+277 |
2013-10-17 | syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority. | Ian Lance Taylor | 2 | -0/+21 |
2013-08-02 | syscall: Change AWK split call to use []+ rather than []*. | Ian Lance Taylor | 1 | -2/+2 |
2013-07-24 | net: Only use GNU/Linux unix socket abstract paths on GNU/Linux. | Ian Lance Taylor | 5 | -47/+49 |
2013-07-16 | libgo: Update to Go 1.1.1. | Ian Lance Taylor | 14 | -143/+188 |