| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority. | ian | 2013-10-17 | 2 | -0/+21 |
* | syscall: Change AWK split call to use []+ rather than []*. | ian | 2013-08-02 | 1 | -2/+2 |
* | net: Only use GNU/Linux unix socket abstract paths on GNU/Linux. | ian | 2013-07-24 | 5 | -47/+49 |
* | libgo: Update to Go 1.1.1. | ian | 2013-07-16 | 14 | -143/+188 |
* | PR go/56171 | ian | 2013-02-20 | 4 | -25/+72 |
* | syscall: Always use _C_int for C libcalls. | ian | 2013-02-08 | 9 | -48/+48 |
* | libgo: Update Go library to master revision 15489/921e53d4863c. | ian | 2013-01-29 | 7 | -168/+174 |
* | PR go/46986 | ian | 2013-01-24 | 3 | -13/+16 |
* | libgo: Update to revision 15193:6fdc1974457c of master library. | ian | 2012-12-22 | 4 | -17/+85 |
* | libgo: Update to current master library sources. | ian | 2012-12-12 | 1 | -0/+205 |
* | syscall: Fix splice syscall. | ian | 2012-12-05 | 1 | -0/+2 |
* | syscall: Fix handling of Unix domain @ addresses. | ian | 2012-11-24 | 2 | -2/+6 |
* | libgo: Update to current version of master library. | ian | 2012-11-21 | 2 | -3/+7 |
* | syscall: Force first letter of error message to lower case. | ian | 2012-11-12 | 3 | -6/+24 |
* | compiler, libgo: Fixes to prepare for 64-bit int. | ian | 2012-11-06 | 1 | -3/+3 |
* | syscall, mksysinfo: Prepare syscall package for 64-bit int. | ian | 2012-11-02 | 13 | -136/+141 |
* | compiler, runtime: More steps toward separating int and intgo. | ian | 2012-11-01 | 1 | -4/+3 |
* | syscall: fix creds_test to reliably close os.File | ian | 2012-10-26 | 1 | -2/+6 |
* | libgo: Solaris portability patches. | ian | 2012-10-25 | 1 | -0/+13 |
* | libgo: Update to current sources. | ian | 2012-10-23 | 11 | -43/+363 |
* | libgo: Update to Go 1.0.3. | ian | 2012-10-03 | 6 | -36/+143 |
* | runtime: Better SWIG interface for allocating Go memory from C/C++. | ian | 2012-06-04 | 1 | -0/+6 |
* | libgo: Use -fgo-pkgpath. | ian | 2012-05-14 | 3 | -12/+12 |
* | PR go/52586 | ian | 2012-04-30 | 1 | -1/+5 |
* | mksysinfo: More fixes to emulate master Go library. | ian | 2012-04-22 | 2 | -2/+2 |
* | * godump.c (go_output_typedef): Dump size of structs. | ian | 2012-04-22 | 1 | -2/+2 |
* | syscall: Additional constants, some type corrections. | ian | 2012-04-21 | 2 | -2/+2 |
* | net, syscall: Use native endianness for GNU/Linux netlink code. | ian | 2012-04-20 | 1 | -37/+6 |
* | syscall, net: Fix GNU/Linux netlink code for big-endian systems. | ian | 2012-04-03 | 1 | -17/+37 |
* | syscall: Convert errno to error after Exitsyscall. | ian | 2012-03-30 | 1 | -1/+12 |
* | compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr. | ian | 2012-03-29 | 1 | -1/+1 |
* | syscall: Fix errno handling in syscall.Syscall and friends. | ian | 2012-03-23 | 1 | -0/+4 |
* | libgo: Export {enter,exit}syscall and use it for getaddrinfo. | ian | 2012-03-13 | 4 | -10/+10 |
* | libgo: Update to weekly.2012-03-04 release. | ian | 2012-03-06 | 1 | -0/+12 |
* | libgo: Update to weekly.2012-02-14 release. | ian | 2012-03-02 | 8 | -13/+70 |
* | syscall: Fill out GNU/Linux support. | ian | 2012-02-29 | 3 | -43/+94 |