aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
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 Taylor6-13/+18
2012-03-13re PR go/52557 (Timex undefined on arm-linux-gnueabi)Ian Lance Taylor1-1/+10
2012-03-09debug/dwarf: Support DWARF versions 3 and 4.Ian Lance Taylor7-40/+108
2012-03-09debug/elf: Don't crash if line numbers are not available.Ian Lance Taylor1-1/+1
2012-03-07libgo: Implement and use runtime.Caller, runtime.Func.FileLine.Ian Lance Taylor29-68/+861
2012-03-06libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor147-2021/+3079
2012-03-05runtime: Implement runtime.Callers.Ian Lance Taylor1-0/+9
2012-03-05re PR go/52342 (64-bit go.test/test/chan/doubleselect.go times out on Solaris...Ian Lance Taylor1-1/+6
2012-03-05libgo: Fix Solaris ustat.h test.Ian Lance Taylor2-2/+8
2012-03-02libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux.Ian Lance Taylor4-3/+53
2012-03-02runtime: Add type casts to fix Solaris build.Ian Lance Taylor1-2/+2
2012-03-02libgo: Update to weekly.2012-02-22 release.Ian Lance Taylor208-1993/+5192
2012-03-02libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor262-8661/+11079
2012-03-01mksysinfo: Define MADV_ constants for madvise.Ian Lance Taylor1-0/+2
2012-02-29syscall: Fill out GNU/Linux support.Ian Lance Taylor10-47/+269
2012-02-28runtime: Call exit rather than _exit.Ian Lance Taylor1-1/+1
2012-02-25runtime: Fix typo in go-nosys.c.Ian Lance Taylor1-1/+1
2012-02-18libgo: Add mount flags, fallocate, statfs.Ian Lance Taylor6-13/+89
2012-02-17re PR go/52266 (syntax error in libgo/configure)Ian Lance Taylor2-410/+406
2012-02-16re PR go/51874 (Many libgo testsuite failures on IRIX)Ian Lance Taylor2-8/+2
2012-02-15runtime: Support broken makecontext on Solaris 8/9.Ian Lance Taylor4-0/+41
2012-02-14re PR go/48407 (libgo/configure --without-libffi doesn't work)Ian Lance Taylor1-1/+22
2012-02-14re PR go/48410 (weird installation dir)Ian Lance Taylor5-35/+38
2012-02-14syscall: Change Dup2 to only return an error.Ian Lance Taylor4-18/+15
2012-02-14re PR go/48501 (64bit-out.go, select5-out.go, tmp.go compilation times out)Ian Lance Taylor1-1/+4
2012-02-14re PR go/50654 (Many Go tests fail on emutls targets)Ian Lance Taylor1-12/+31
2012-02-14net: Don't run UDP multicast tests on Alpha GNU/Linux.Ian Lance Taylor1-1/+1
2012-02-12re PR go/52084 (go tests fail to link on powerpc-linux-gnu (undefined referen...Ian Lance Taylor4-1/+152
2012-02-12sync/atomic: Disable tests which can't run based on pointer size.Ian Lance Taylor1-0/+2
2012-02-11runtime: Handle FFI promoting result types.Ian Lance Taylor1-1/+99
2012-02-11runtime: Tweak __go_can_recover for SPARC.Ian Lance Taylor1-0/+8
2012-02-11runtime: Fix chan code for big-endian strict-alignment systemsIan Lance Taylor1-8/+23
2012-02-10runtime: For g0 set stack_size to 0 when not -fsplit-stack.Ian Lance Taylor1-1/+5
2012-02-10runtime: Save all registers on stack for GC scan.Ian Lance Taylor1-0/+4
2012-02-10libgo/configure: Fixes for Solaris 8 and cross-compilation.Ian Lance Taylor3-8/+58
2012-02-10runtime: Use __builtin_{inf,nan} rather than INFINITY/NAN.Ian Lance Taylor1-6/+6
2012-02-09os: Fix Solaris stat functions.Ian Lance Taylor1-7/+7
2012-02-09libgo: Update to weekly.2012-02-07.Ian Lance Taylor288-3680/+4303
2012-02-08runtime: Add matherr function when appropriate.Ian Lance Taylor6-22/+172
2012-02-08os: Fix typo in //extern comment.Ian Lance Taylor1-1/+1
2012-02-08math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.Ian Lance Taylor5-4/+55
2012-02-08compiler, runtime: Check make int64 args for overflow.Ian Lance Taylor3-0/+44
2012-02-08runtime: System-specific hack fix for x86_64 Solaris 10.Ian Lance Taylor4-0/+237
2012-02-07compiler, libgo: Use //extern comments rather than __asm__.Ian Lance Taylor23-44/+121
2012-02-04compiler, reflect: Fix hash codes of named types, fix PtrTo hash.Ian Lance Taylor2-2/+28
2012-02-03mksysinfo: Fix type of last field of Cmsghdr.Ian Lance Taylor1-0/+1
2012-02-02runtime: Correct ENOSYS functions.Ian Lance Taylor1-16/+32
2012-02-02syscall: Add syscall.Times.Ian Lance Taylor2-6/+15
2012-02-01os/exec: Make sure file descriptor is not closed early.Ian Lance Taylor1-0/+1