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