aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/syscall
AgeCommit message (Expand)AuthorFilesLines
2013-11-25syscall: Set SizeofSockaddrAny to the value the go distribution usesIan Lance Taylor1-1/+1
2013-11-24syscall: Only call varargs libc functions from C code.Ian Lance Taylor5-5/+5
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor18-34/+277
2013-10-17syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.Ian Lance Taylor2-0/+21
2013-08-02syscall: Change AWK split call to use []+ rather than []*.Ian Lance Taylor1-2/+2
2013-07-24net: Only use GNU/Linux unix socket abstract paths on GNU/Linux.Ian Lance Taylor5-47/+49
2013-07-16libgo: Update to Go 1.1.1.Ian Lance Taylor14-143/+188
2013-02-20re PR go/56171 (syscall FAILs on Solaris)Ian Lance Taylor4-25/+72
2013-02-08syscall: Always use _C_int for C libcalls.Ian Lance Taylor9-48/+48
2013-01-29libgo: Update Go library to master revision 15489/921e53d4863c.Ian Lance Taylor7-168/+174
2013-01-24re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor3-13/+16
2012-12-22libgo: Update to revision 15193:6fdc1974457c of master library.Ian Lance Taylor4-17/+85
2012-12-12libgo: Update to current master library sources.Ian Lance Taylor1-0/+205
2012-12-05syscall: Fix splice syscall.Ian Lance Taylor1-0/+2
2012-11-24syscall: Fix handling of Unix domain @ addresses.Ian Lance Taylor2-2/+6
2012-11-21libgo: Update to current version of master library.Ian Lance Taylor2-3/+7
2012-11-12syscall: Force first letter of error message to lower case.Ian Lance Taylor3-6/+24
2012-11-06compiler, libgo: Fixes to prepare for 64-bit int.Ian Lance Taylor1-3/+3
2012-11-02syscall, mksysinfo: Prepare syscall package for 64-bit int.Ian Lance Taylor13-136/+141
2012-11-01compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor1-4/+3
2012-10-26syscall: fix creds_test to reliably close os.FileIan Lance Taylor1-2/+6
2012-10-25libgo: Solaris portability patches.Ian Lance Taylor1-0/+13
2012-10-23libgo: Update to current sources.Ian Lance Taylor11-43/+363
2012-10-03libgo: Update to Go 1.0.3.Ian Lance Taylor6-36/+143
2012-06-04runtime: Better SWIG interface for allocating Go memory from C/C++.Ian Lance Taylor1-0/+6
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor3-12/+12
2012-04-30re PR go/52586 (libgo fails to build for mips*64-linux-gnu (reference to unde...Ian Lance Taylor1-1/+5
2012-04-22mksysinfo: More fixes to emulate master Go library.Ian Lance Taylor2-2/+2
2012-04-22godump.c (go_output_typedef): Dump size of structs.Ian Lance Taylor1-2/+2
2012-04-21syscall: Additional constants, some type corrections.Ian Lance Taylor2-2/+2
2012-04-20net, syscall: Use native endianness for GNU/Linux netlink code.Ian Lance Taylor1-37/+6
2012-04-03syscall, net: Fix GNU/Linux netlink code for big-endian systems.Ian Lance Taylor1-17/+37
2012-03-30syscall: Convert errno to error after Exitsyscall.Ian Lance Taylor1-1/+12
2012-03-29compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr.Ian Lance Taylor1-1/+1
2012-03-23syscall: Fix errno handling in syscall.Syscall and friends.Ian Lance Taylor1-0/+4
2012-03-13libgo: Export {enter,exit}syscall and use it for getaddrinfo.Ian Lance Taylor4-10/+10
2012-03-06libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor1-0/+12
2012-03-02libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor8-13/+70
2012-02-29syscall: Fill out GNU/Linux support.Ian Lance Taylor3-43/+94
2012-02-18libgo: Add mount flags, fallocate, statfs.Ian Lance Taylor1-9/+6
2012-02-14syscall: Change Dup2 to only return an error.Ian Lance Taylor4-18/+15
2012-02-09libgo: Update to weekly.2012-02-07.Ian Lance Taylor5-44/+466
2012-02-07compiler, libgo: Use //extern comments rather than __asm__.Ian Lance Taylor2-6/+9
2012-02-02syscall: Add syscall.Times.Ian Lance Taylor1-6/+5
2012-01-31syscall: Add Gettid on GNU/Linux systems.Ian Lance Taylor1-3/+4
2012-01-31syscall: Don't use PtraceRegs if it is not defined.Ian Lance Taylor4-40/+62
2012-01-30syscall: Support socket control messages.Ian Lance Taylor2-15/+19
2012-01-27syscall: Define IPV6 constants for Irix.Ian Lance Taylor1-0/+9
2012-01-27libgo: Fix merge errors shown on Solaris.Ian Lance Taylor1-5/+4
2012-01-25libgo: Update to weekly.2012-01-20.Ian Lance Taylor1-0/+8