aboutsummaryrefslogtreecommitdiff
path: root/libgo/syscalls
AgeCommit message (Expand)AuthorFilesLines
2011-05-24libgo: Irix portability fixes (no declaration for getaddrinfo).Ian Lance Taylor1-0/+41
2011-05-20Update to current version of Go library.Ian Lance Taylor2-0/+22
2011-04-25libgo: Irix 6 patches.Ian Lance Taylor1-0/+84
2011-04-07libgo: Update to current Go library.Ian Lance Taylor4-1/+100
2011-04-01libgo: Support for alpha.Ian Lance Taylor1-0/+15
2011-04-01libgo: Try to guess the right type for select bits in mksysinfo.Ian Lance Taylor1-2/+2
2011-03-31re PR go/47515 (Issues porting libgo to IRIX 6.5)Ian Lance Taylor1-0/+17
2011-03-31libgo/syscalls: Use _C_long as the type of the select bits array.Ian Lance Taylor1-5/+7
2011-03-30libgo: Use waitpid on systems which do not have wait4.Ian Lance Taylor3-14/+44
2011-03-30libgo: Support systems which do not have strerror_r.Ian Lance Taylor1-0/+32
2011-03-30Update to current Go library.Ian Lance Taylor2-3/+8
2011-03-24Update to current version of Go library.Ian Lance Taylor1-21/+46
2011-03-16Update to current version of Go library (revision 94d654be2064).Ian Lance Taylor2-79/+88
2011-03-07Use _nuname on 32-bit Solaris 2/x86.Ian Lance Taylor3-2/+10
2011-02-21Support libgo on Solaris.Ian Lance Taylor3-3/+24
2011-01-27Fix typo in socket_bsd.go.Ian Lance Taylor1-1/+1
2011-01-25libgo: Fix typo in syscalls/socket_bsd.go.Ian Lance Taylor1-2/+2
2011-01-24Recognize m68k, mips, PPC. Don't require arch syscall files to exist.Ian Lance Taylor3-21/+0
2011-01-24syscalls/sleep_rtems.go: Add missing package clause.Ian Lance Taylor1-0/+2
2011-01-22syscalls: Add SPARC RTEMS specific file.Ian Lance Taylor1-0/+7
2011-01-21Remove the types float and complex.Ian Lance Taylor2-0/+105
2011-01-14libgo/syscalls: Finish Solaris code.Ian Lance Taylor3-3/+27
2011-01-13Use GOARCH value of sparc64 rather than sparcv9.Ian Lance Taylor1-0/+0
2011-01-13Clean up syscalls, add some Solaris support.Ian Lance Taylor16-284/+286
2011-01-12Preliminary framework for Solaris support.Ian Lance Taylor5-0/+63
2011-01-12Simplify libgo Makefile conditionals.Ian Lance Taylor5-4/+21
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor23-0/+1916