summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr.Ian Lance Taylor2012-03-292-2/+2
* mksysinfo: Fix use of _in6_addr in _zone_net_addr_t.Ian Lance Taylor2012-03-281-0/+5
* syscall: Fix errno handling in syscall.Syscall and friends.Ian Lance Taylor2012-03-231-0/+4
* libgo: Export {enter,exit}syscall and use it for getaddrinfo.Ian Lance Taylor2012-03-136-13/+18
* re PR go/52557 (Timex undefined on arm-linux-gnueabi)Ian Lance Taylor2012-03-131-1/+10
* debug/dwarf: Support DWARF versions 3 and 4.Ian Lance Taylor2012-03-097-40/+108
* debug/elf: Don't crash if line numbers are not available.Ian Lance Taylor2012-03-091-1/+1
* libgo: Implement and use runtime.Caller, runtime.Func.FileLine.Ian Lance Taylor2012-03-0729-68/+861
* libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor2012-03-06147-2021/+3079
* runtime: Implement runtime.Callers.Ian Lance Taylor2012-03-051-0/+9
* re PR go/52342 (64-bit go.test/test/chan/doubleselect.go times out on Solaris...Ian Lance Taylor2012-03-051-1/+6
* libgo: Fix Solaris ustat.h test.Ian Lance Taylor2012-03-052-2/+8
* libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux.Ian Lance Taylor2012-03-024-3/+53
* runtime: Add type casts to fix Solaris build.Ian Lance Taylor2012-03-021-2/+2
* libgo: Update to weekly.2012-02-22 release.Ian Lance Taylor2012-03-02208-1993/+5192
* libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor2012-03-02262-8661/+11079
* mksysinfo: Define MADV_ constants for madvise.Ian Lance Taylor2012-03-011-0/+2
* syscall: Fill out GNU/Linux support.Ian Lance Taylor2012-02-2910-47/+269
* runtime: Call exit rather than _exit.Ian Lance Taylor2012-02-281-1/+1
* runtime: Fix typo in go-nosys.c.Ian Lance Taylor2012-02-251-1/+1
* libgo: Add mount flags, fallocate, statfs.Ian Lance Taylor2012-02-186-13/+89
* re PR go/52266 (syntax error in libgo/configure)Ian Lance Taylor2012-02-172-410/+406
* re PR go/51874 (Many libgo testsuite failures on IRIX)Ian Lance Taylor2012-02-162-8/+2
* runtime: Support broken makecontext on Solaris 8/9.Ian Lance Taylor2012-02-154-0/+41
* re PR go/48407 (libgo/configure --without-libffi doesn't work)Ian Lance Taylor2012-02-141-1/+22
* re PR go/48410 (weird installation dir)Ian Lance Taylor2012-02-145-35/+38
* syscall: Change Dup2 to only return an error.Ian Lance Taylor2012-02-144-18/+15
* re PR go/48501 (64bit-out.go, select5-out.go, tmp.go compilation times out)Ian Lance Taylor2012-02-141-1/+4
* re PR go/50654 (Many Go tests fail on emutls targets)Ian Lance Taylor2012-02-141-12/+31
* net: Don't run UDP multicast tests on Alpha GNU/Linux.Ian Lance Taylor2012-02-141-1/+1
* re PR go/52084 (go tests fail to link on powerpc-linux-gnu (undefined referen...Ian Lance Taylor2012-02-124-1/+152
* sync/atomic: Disable tests which can't run based on pointer size.Ian Lance Taylor2012-02-121-0/+2
* runtime: Handle FFI promoting result types.Ian Lance Taylor2012-02-111-1/+99
* runtime: Tweak __go_can_recover for SPARC.Ian Lance Taylor2012-02-111-0/+8
* runtime: Fix chan code for big-endian strict-alignment systemsIan Lance Taylor2012-02-111-8/+23
* runtime: For g0 set stack_size to 0 when not -fsplit-stack.Ian Lance Taylor2012-02-101-1/+5
* runtime: Save all registers on stack for GC scan.Ian Lance Taylor2012-02-101-0/+4
* libgo/configure: Fixes for Solaris 8 and cross-compilation.Ian Lance Taylor2012-02-103-8/+58
* runtime: Use __builtin_{inf,nan} rather than INFINITY/NAN.Ian Lance Taylor2012-02-101-6/+6
* os: Fix Solaris stat functions.Ian Lance Taylor2012-02-091-7/+7
* libgo: Update to weekly.2012-02-07.Ian Lance Taylor2012-02-09288-3680/+4303
* runtime: Add matherr function when appropriate.Ian Lance Taylor2012-02-086-22/+172
* os: Fix typo in //extern comment.Ian Lance Taylor2012-02-081-1/+1
* math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.Ian Lance Taylor2012-02-085-4/+55
* compiler, runtime: Check make int64 args for overflow.Ian Lance Taylor2012-02-083-0/+44
* runtime: System-specific hack fix for x86_64 Solaris 10.Ian Lance Taylor2012-02-084-0/+237
* compiler, libgo: Use //extern comments rather than __asm__.Ian Lance Taylor2012-02-0723-44/+121
* compiler, reflect: Fix hash codes of named types, fix PtrTo hash.Ian Lance Taylor2012-02-042-2/+28
* mksysinfo: Fix type of last field of Cmsghdr.Ian Lance Taylor2012-02-031-0/+1
* runtime: Correct ENOSYS functions.Ian Lance Taylor2012-02-021-16/+32