Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-02-20 | re PR go/56171 (syscall FAILs on Solaris) | Ian Lance Taylor | 4 | -25/+72 |
2013-02-08 | syscall: Always use _C_int for C libcalls. | Ian Lance Taylor | 9 | -48/+48 |
2013-01-29 | libgo: Update Go library to master revision 15489/921e53d4863c. | Ian Lance Taylor | 7 | -168/+174 |
2013-01-24 | re PR go/46986 (Go is not supported on Darwin) | Ian Lance Taylor | 3 | -13/+16 |
2012-12-22 | libgo: Update to revision 15193:6fdc1974457c of master library. | Ian Lance Taylor | 4 | -17/+85 |
2012-12-12 | libgo: Update to current master library sources. | Ian Lance Taylor | 1 | -0/+205 |
2012-12-05 | syscall: Fix splice syscall. | Ian Lance Taylor | 1 | -0/+2 |
2012-11-24 | syscall: Fix handling of Unix domain @ addresses. | Ian Lance Taylor | 2 | -2/+6 |
2012-11-21 | libgo: Update to current version of master library. | Ian Lance Taylor | 2 | -3/+7 |
2012-11-12 | syscall: Force first letter of error message to lower case. | Ian Lance Taylor | 3 | -6/+24 |
2012-11-06 | compiler, libgo: Fixes to prepare for 64-bit int. | Ian Lance Taylor | 1 | -3/+3 |
2012-11-02 | syscall, mksysinfo: Prepare syscall package for 64-bit int. | Ian Lance Taylor | 13 | -136/+141 |
2012-11-01 | compiler, runtime: More steps toward separating int and intgo. | Ian Lance Taylor | 1 | -4/+3 |
2012-10-26 | syscall: fix creds_test to reliably close os.File | Ian Lance Taylor | 1 | -2/+6 |
2012-10-25 | libgo: Solaris portability patches. | Ian Lance Taylor | 1 | -0/+13 |
2012-10-23 | libgo: Update to current sources. | Ian Lance Taylor | 11 | -43/+363 |
2012-10-03 | libgo: Update to Go 1.0.3. | Ian Lance Taylor | 6 | -36/+143 |
2012-06-04 | runtime: Better SWIG interface for allocating Go memory from C/C++. | Ian Lance Taylor | 1 | -0/+6 |
2012-05-14 | libgo: Use -fgo-pkgpath. | Ian Lance Taylor | 3 | -12/+12 |
2012-04-30 | re PR go/52586 (libgo fails to build for mips*64-linux-gnu (reference to unde... | Ian Lance Taylor | 1 | -1/+5 |
2012-04-22 | mksysinfo: More fixes to emulate master Go library. | Ian Lance Taylor | 2 | -2/+2 |
2012-04-22 | godump.c (go_output_typedef): Dump size of structs. | Ian Lance Taylor | 1 | -2/+2 |
2012-04-21 | syscall: Additional constants, some type corrections. | Ian Lance Taylor | 2 | -2/+2 |
2012-04-20 | net, syscall: Use native endianness for GNU/Linux netlink code. | Ian Lance Taylor | 1 | -37/+6 |
2012-04-03 | syscall, net: Fix GNU/Linux netlink code for big-endian systems. | Ian Lance Taylor | 1 | -17/+37 |
2012-03-30 | syscall: Convert errno to error after Exitsyscall. | Ian Lance Taylor | 1 | -1/+12 |
2012-03-29 | compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr. | Ian Lance Taylor | 1 | -1/+1 |
2012-03-23 | syscall: Fix errno handling in syscall.Syscall and friends. | Ian Lance Taylor | 1 | -0/+4 |
2012-03-13 | libgo: Export {enter,exit}syscall and use it for getaddrinfo. | Ian Lance Taylor | 4 | -10/+10 |
2012-03-06 | libgo: Update to weekly.2012-03-04 release. | Ian Lance Taylor | 1 | -0/+12 |
2012-03-02 | libgo: Update to weekly.2012-02-14 release. | Ian Lance Taylor | 8 | -13/+70 |
2012-02-29 | syscall: Fill out GNU/Linux support. | Ian Lance Taylor | 3 | -43/+94 |
2012-02-18 | libgo: Add mount flags, fallocate, statfs. | Ian Lance Taylor | 1 | -9/+6 |
2012-02-14 | syscall: Change Dup2 to only return an error. | Ian Lance Taylor | 4 | -18/+15 |
2012-02-09 | libgo: Update to weekly.2012-02-07. | Ian Lance Taylor | 5 | -44/+466 |
2012-02-07 | compiler, libgo: Use //extern comments rather than __asm__. | Ian Lance Taylor | 2 | -6/+9 |