aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Collapse)AuthorFilesLines
2012-04-04syscall: Add more constants.Ian Lance Taylor4-10/+21
From-SVN: r186144
2012-04-03syscall, net: Fix GNU/Linux netlink code for big-endian systems.Ian Lance Taylor7-21/+67
From-SVN: r186123
2012-04-03mksysinfo.sh: Add some more networking constants.Ian Lance Taylor4-3/+17
From-SVN: r186114
2012-04-03gotest: Fix finding functions on PPC.Ian Lance Taylor3-5/+20
From-SVN: r186112
2012-03-30libgo: Update to weekly.2012-03-27 aka go1 release.Ian Lance Taylor17-122/+225
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 Taylor51-168/+612
From-SVN: r186026
2012-03-30libgo: Update to weekly.2012-03-13.Ian Lance Taylor137-1633/+4853
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-28mksysinfo: Fix use of _in6_addr in _zone_net_addr_t.Ian Lance Taylor1-0/+5
From Rainer Orth. From-SVN: r185938
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 Taylor6-13/+18
From-SVN: r185363
2012-03-13re PR go/52557 (Timex undefined on arm-linux-gnueabi)Ian Lance Taylor1-1/+10
PR go/52557 mksysinfo: Fix handling of timex for ARM GNU/Linux. From-SVN: r185354
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 Taylor29-68/+861
From-SVN: r185025
2012-03-06libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor147-2021/+3079
From-SVN: r185010
2012-03-05runtime: Implement runtime.Callers.Ian Lance Taylor1-0/+9
From-SVN: r184944
2012-03-05re PR go/52342 (64-bit go.test/test/chan/doubleselect.go times out on ↵Ian Lance Taylor1-1/+6
Solaris/SPARC) PR go/52342 runtime: Better big-endian identity hash function. From-SVN: r184914
2012-03-05libgo: Fix Solaris ustat.h test.Ian Lance Taylor2-2/+8
From-SVN: r184913
2012-03-02libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux.Ian Lance Taylor4-3/+53
From-SVN: r184828
2012-03-02runtime: Add type casts to fix Solaris build.Ian Lance Taylor1-2/+2
From Rainer Orth. From-SVN: r184823
2012-03-02libgo: Update to weekly.2012-02-22 release.Ian Lance Taylor208-1993/+5192
From-SVN: r184819
2012-03-02libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor262-8661/+11079
From-SVN: r184798
2012-03-01mksysinfo: Define MADV_ constants for madvise.Ian Lance Taylor1-0/+2
From-SVN: r184752
2012-02-29syscall: Fill out GNU/Linux support.Ian Lance Taylor10-47/+269
From-SVN: r184669
2012-02-28runtime: Call exit rather than _exit.Ian Lance Taylor1-1/+1
This fixes --coverage and perhaps other things as well. From-SVN: r184642
2012-02-25runtime: Fix typo in go-nosys.c.Ian Lance Taylor1-1/+1
From Rainer Orth. From-SVN: r184569
2012-02-18libgo: Add mount flags, fallocate, statfs.Ian Lance Taylor6-13/+89
From-SVN: r184365
2012-02-17re PR go/52266 (syntax error in libgo/configure)Ian Lance Taylor2-410/+406
PR go/52266 libgo: Remove accidental AC_INCLUDES_DEFAULT from configure script. From-SVN: r184345
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-15runtime: Support broken makecontext on Solaris 8/9.Ian Lance Taylor4-0/+41
From Rainer Orth. From-SVN: r184289
2012-02-14re PR go/48407 (libgo/configure --without-libffi doesn't work)Ian Lance Taylor1-1/+22
PR go/48407 runtime: Permit building libgo without libffi. From-SVN: r184234
2012-02-14re PR go/48410 (weird installation dir)Ian Lance Taylor5-35/+38
PR go/48410 libgo: Don't put .gox files in version-specific directory. From-SVN: r184223
2012-02-14syscall: Change Dup2 to only return an error.Ian Lance Taylor4-18/+15
From-SVN: r184222
2012-02-14re PR go/48501 (64bit-out.go, select5-out.go, tmp.go compilation times out)Ian Lance Taylor1-1/+4
PR go/48501 runtime: Fix identity hash function for big-endian systems. From-SVN: r184218
2012-02-14re PR go/50654 (Many Go tests fail on emutls targets)Ian Lance Taylor1-12/+31
PR go/50654 runtime: Reload m and g if necessary after getcontext returns. From-SVN: r184188
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-12re PR go/52084 (go tests fail to link on powerpc-linux-gnu (undefined ↵Ian Lance Taylor4-1/+152
reference to __sync_add_and_fetch_8)) PR go/52084 libgo: Provide more __sync functions if required. From-SVN: r184138
2012-02-12sync/atomic: Disable tests which can't run based on pointer size.Ian Lance Taylor1-0/+2
From-SVN: r184136
2012-02-11runtime: Handle FFI promoting result types.Ian Lance Taylor1-1/+99
From-SVN: r184123
2012-02-11runtime: Tweak __go_can_recover for SPARC.Ian Lance Taylor1-0/+8
From-SVN: r184117
2012-02-11runtime: Fix chan code for big-endian strict-alignment systemsIan Lance Taylor1-8/+23
From-SVN: r184115
2012-02-10runtime: For g0 set stack_size to 0 when not -fsplit-stack.Ian Lance Taylor1-1/+5
From-SVN: r184099
2012-02-10runtime: Save all registers on stack for GC scan.Ian Lance Taylor1-0/+4
From-SVN: r184098
2012-02-10libgo/configure: Fixes for Solaris 8 and cross-compilation.Ian Lance Taylor3-8/+58
From Rainer Orth. From-SVN: r184092
2012-02-10runtime: Use __builtin_{inf,nan} rather than INFINITY/NAN.Ian Lance Taylor1-6/+6
From-SVN: r184080
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 Taylor288-3680/+4303
From-SVN: r184034