aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Collapse)AuthorFilesLines
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor12-52/+72
From-SVN: r187485
2012-05-04libgo: Update to Go 1.0.1 release.Ian Lance Taylor45-96/+429
From-SVN: r187163
2012-04-30re PR go/52586 (libgo fails to build for mips*64-linux-gnu (reference to ↵Ian Lance Taylor1-1/+5
undefined name 'SYS_GETDENTS64')) PR go/52586 mksysinfo, syscall: Make sure SYS_GETDENTS64 is defined. Fixes build on MIPS GNU/Linux. From-SVN: r186986
2012-04-27re PR go/52358 (math FAILs on Solaris 8 and 9)Ian Lance Taylor1-1/+12
PR go/52358 math: Work around bug in Solaris 9 implementation of ldexp. The bug is that ldexp(-1, -1075) should return -0, but the Solaris 9 implementation returns +0. From-SVN: r186913
2012-04-26mksysinfo, net: Always define syscall.SO_REUSEPORT.Ian Lance Taylor1-3/+5
From-SVN: r186857
2012-04-25re PR go/52341 (crypto/rand FAILs before Solaris 11)Ian Lance Taylor1-2/+3
PR go/52341 crypto/rand: Use io.ReadFull when reading from /dev/urandom. From-SVN: r186803
2012-04-25re PR go/52583 (Several new go testsuite failues on Solaris)Ian Lance Taylor5-3/+160
PR go/52583 net: Solaris fixes. In particular fix fd_select.go to handle the case where a file descriptor is closed by one goroutine while another goroutine is waiting for it. From-SVN: r186801
2012-04-23go-lang.c (go_langhook_init): Set MPFR precision to 256.Ian Lance Taylor1-1/+1
* go-lang.c (go_langhook_init): Set MPFR precision to 256. time: Adjust float expression so that it first integer context. From-SVN: r186727
2012-04-22mksysinfo: More fixes to emulate master Go library.Ian Lance Taylor4-6/+6
From-SVN: r186685
2012-04-22godump.c (go_output_typedef): Dump size of structs.Ian Lance Taylor1-2/+2
* godump.c (go_output_typedef): Dump size of structs. mksysinfo, syscall: Change Sizeof names from var to const. From-SVN: r186678
2012-04-21syscall: Additional constants, some type corrections.Ian Lance Taylor2-2/+2
From-SVN: r186655
2012-04-20net, syscall: Use native endianness for GNU/Linux netlink code.Ian Lance Taylor2-48/+12
From-SVN: r186640
2012-04-20net/http: Ignore sigaltstack when running strace in test.Ian Lance Taylor1-1/+1
Avoids bug in strace 4.5.20 on powerpc-unknown-linux-gnu. From-SVN: r186635
2012-04-20debug/dwarf: Fix address lookups for different types of lines.Ian Lance Taylor1-0/+4
This fixes the lookup when, e.g., discriminators force adding new line arrays. From-SVN: r186633
2012-04-20runtime: Disable memory profiling in gc_test.Ian Lance Taylor1-0/+2
From-SVN: r186631
2012-04-03syscall, net: Fix GNU/Linux netlink code for big-endian systems.Ian Lance Taylor2-19/+48
From-SVN: r186123
2012-03-30libgo: Update to weekly.2012-03-27 aka go1 release.Ian Lance Taylor15-121/+205
From-SVN: r186029
2012-03-30File removed in weekly.2012-03-22 release.Ian Lance Taylor1-0/+0
From-SVN: r186028
2012-03-30libgo: Update to weekly.2012-03-22.Ian Lance Taylor47-161/+602
From-SVN: r186026
2012-03-30libgo: Update to weekly.2012-03-13.Ian Lance Taylor131-1624/+4816
From-SVN: r186023
2012-03-30syscall: Convert errno to error after Exitsyscall.Ian Lance Taylor1-1/+12
From-SVN: r186020
2012-03-29compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr.Ian Lance Taylor2-2/+2
From-SVN: r185946
2012-03-23syscall: Fix errno handling in syscall.Syscall and friends.Ian Lance Taylor1-0/+4
From-SVN: r185746
2012-03-13libgo: Export {enter,exit}syscall and use it for getaddrinfo.Ian Lance Taylor5-11/+16
From-SVN: r185363
2012-03-09debug/dwarf: Support DWARF versions 3 and 4.Ian Lance Taylor7-40/+108
From-SVN: r185126
2012-03-09debug/elf: Don't crash if line numbers are not available.Ian Lance Taylor1-1/+1
From-SVN: r185124
2012-03-07libgo: Implement and use runtime.Caller, runtime.Func.FileLine.Ian Lance Taylor22-27/+725
From-SVN: r185025
2012-03-06libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor133-1991/+2939
From-SVN: r185010
2012-03-02libgo: Update to weekly.2012-02-22 release.Ian Lance Taylor196-1926/+4891
From-SVN: r184819
2012-03-02libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor236-7976/+10498
From-SVN: r184798
2012-02-29syscall: Fill out GNU/Linux support.Ian Lance Taylor3-43/+94
From-SVN: r184669
2012-02-18libgo: Add mount flags, fallocate, statfs.Ian Lance Taylor1-9/+6
From-SVN: r184365
2012-02-16re PR go/51874 (Many libgo testsuite failures on IRIX)Ian Lance Taylor2-8/+2
PR go/51874 math: Don't use libc log2 and trunc functions. From-SVN: r184300
2012-02-14syscall: Change Dup2 to only return an error.Ian Lance Taylor4-18/+15
From-SVN: r184222
2012-02-14net: Don't run UDP multicast tests on Alpha GNU/Linux.Ian Lance Taylor1-1/+1
From Uros Bizjak. From-SVN: r184187
2012-02-12sync/atomic: Disable tests which can't run based on pointer size.Ian Lance Taylor1-0/+2
From-SVN: r184136
2012-02-09os: Fix Solaris stat functions.Ian Lance Taylor1-7/+7
From Rainer Orth. From-SVN: r184065
2012-02-09libgo: Update to weekly.2012-02-07.Ian Lance Taylor280-3536/+4223
From-SVN: r184034
2012-02-08os: Fix typo in //extern comment.Ian Lance Taylor1-1/+1
From-SVN: r184023
2012-02-07compiler, libgo: Use //extern comments rather than __asm__.Ian Lance Taylor23-44/+121
From-SVN: r183981
2012-02-04compiler, reflect: Fix hash codes of named types, fix PtrTo hash.Ian Lance Taylor2-2/+28
From-SVN: r183889
2012-02-02syscall: Add syscall.Times.Ian Lance Taylor1-6/+5
From-SVN: r183826
2012-02-01os/exec: Make sure file descriptor is not closed early.Ian Lance Taylor1-0/+1
From-SVN: r183815
2012-02-01libgo: Update to weekly.2012-01-27.Ian Lance Taylor274-23973/+15349
From-SVN: r183810
2012-01-31syscall: Add Gettid on GNU/Linux systems.Ian Lance Taylor1-3/+4
From-SVN: r183775
2012-01-31syscall: Don't use PtraceRegs if it is not defined.Ian Lance Taylor4-40/+62
From-SVN: r183758
2012-01-30syscall: Support socket control messages.Ian Lance Taylor2-15/+19
From-SVN: r183745
2012-01-27syscall: Define IPV6 constants for Irix.Ian Lance Taylor1-0/+9
From Rainer Orth. From-SVN: r183652
2012-01-27libgo: Fix merge errors shown on Solaris.Ian Lance Taylor2-6/+5
From Rainer Orth. From-SVN: r183651
2012-01-25libgo: Update to weekly.2012-01-20.Ian Lance Taylor195-1782/+4876
From-SVN: r183540