| Commit message (Expand) | Author | Age | Files | Lines |
| * | runtime: Use the clone system call on GNU/Linux. | ian | 2014-09-05 | 1 | -2/+2 |
| * | 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 |
| * | libgo: Add mount flags, fallocate, statfs. | ian | 2012-02-18 | 1 | -9/+6 |
| * | syscall: Change Dup2 to only return an error. | ian | 2012-02-14 | 4 | -18/+15 |
| * | libgo: Update to weekly.2012-02-07. | ian | 2012-02-09 | 5 | -44/+466 |
| * | compiler, libgo: Use //extern comments rather than __asm__. | ian | 2012-02-07 | 2 | -6/+9 |
| * | syscall: Add syscall.Times. | ian | 2012-02-02 | 1 | -6/+5 |
| * | syscall: Add Gettid on GNU/Linux systems. | ian | 2012-01-31 | 1 | -3/+4 |
| * | syscall: Don't use PtraceRegs if it is not defined. | ian | 2012-01-31 | 4 | -40/+62 |
| * | syscall: Support socket control messages. | ian | 2012-01-30 | 2 | -15/+19 |
| * | syscall: Define IPV6 constants for Irix. | ian | 2012-01-27 | 1 | -0/+9 |
| * | libgo: Fix merge errors shown on Solaris. | ian | 2012-01-27 | 1 | -5/+4 |