aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/syscall
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-25libgo: Update to weekly.2012-01-15.Ian Lance Taylor6-248/+527
2012-01-13libgo: Only build iopl and ioperm on 386, amd64, alpha GNU/Linux.Ian Lance Taylor4-10/+43
2012-01-13libgo: Update to weekly.2011-12-22.Ian Lance Taylor8-12/+61
2011-12-20syscall: Don't define IPMreq in socket_irix.go.Ian Lance Taylor1-40/+32
2011-12-20libgo: Fix use of -D_GNU_SOURCE and friends when building libgo.Ian Lance Taylor1-3/+0
2011-12-15syscall: Move Errno into its own file, for RTEMS.Ian Lance Taylor2-22/+26
2011-12-13syscall: Don't build wait status functions on RTEMS.Ian Lance Taylor1-3/+13
2011-12-12libgo: Update to weekly.2011-11-18.Ian Lance Taylor39-583/+854
2011-11-28runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor1-5/+6
2011-11-02syscall: Remove Linux system calls not available in older glibcs.Ian Lance Taylor1-6/+9
2011-11-02exp/terminal: Use tcgetattr/tcsetattr rather than ioctl.Ian Lance Taylor1-0/+6