Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-02 | libgo: Update to weekly.2012-02-14 release. | Ian Lance Taylor | 262 | -8661/+11079 | |
From-SVN: r184798 | |||||
2012-03-01 | mksysinfo: Define MADV_ constants for madvise. | Ian Lance Taylor | 1 | -0/+2 | |
From-SVN: r184752 | |||||
2012-02-29 | syscall: Fill out GNU/Linux support. | Ian Lance Taylor | 10 | -47/+269 | |
From-SVN: r184669 | |||||
2012-02-28 | runtime: Call exit rather than _exit. | Ian Lance Taylor | 1 | -1/+1 | |
This fixes --coverage and perhaps other things as well. From-SVN: r184642 | |||||
2012-02-25 | runtime: Fix typo in go-nosys.c. | Ian Lance Taylor | 1 | -1/+1 | |
From Rainer Orth. From-SVN: r184569 | |||||
2012-02-18 | libgo: Add mount flags, fallocate, statfs. | Ian Lance Taylor | 6 | -13/+89 | |
From-SVN: r184365 | |||||
2012-02-17 | re PR go/52266 (syntax error in libgo/configure) | Ian Lance Taylor | 2 | -410/+406 | |
PR go/52266 libgo: Remove accidental AC_INCLUDES_DEFAULT from configure script. From-SVN: r184345 | |||||
2012-02-16 | re PR go/51874 (Many libgo testsuite failures on IRIX) | Ian Lance Taylor | 2 | -8/+2 | |
PR go/51874 math: Don't use libc log2 and trunc functions. From-SVN: r184300 | |||||
2012-02-15 | runtime: Support broken makecontext on Solaris 8/9. | Ian Lance Taylor | 4 | -0/+41 | |
From Rainer Orth. From-SVN: r184289 | |||||
2012-02-14 | re PR go/48407 (libgo/configure --without-libffi doesn't work) | Ian Lance Taylor | 1 | -1/+22 | |
PR go/48407 runtime: Permit building libgo without libffi. From-SVN: r184234 | |||||
2012-02-14 | re PR go/48410 (weird installation dir) | Ian Lance Taylor | 5 | -35/+38 | |
PR go/48410 libgo: Don't put .gox files in version-specific directory. From-SVN: r184223 | |||||
2012-02-14 | syscall: Change Dup2 to only return an error. | Ian Lance Taylor | 4 | -18/+15 | |
From-SVN: r184222 | |||||
2012-02-14 | re PR go/48501 (64bit-out.go, select5-out.go, tmp.go compilation times out) | Ian Lance Taylor | 1 | -1/+4 | |
PR go/48501 runtime: Fix identity hash function for big-endian systems. From-SVN: r184218 | |||||
2012-02-14 | re PR go/50654 (Many Go tests fail on emutls targets) | Ian Lance Taylor | 1 | -12/+31 | |
PR go/50654 runtime: Reload m and g if necessary after getcontext returns. From-SVN: r184188 | |||||
2012-02-14 | net: Don't run UDP multicast tests on Alpha GNU/Linux. | Ian Lance Taylor | 1 | -1/+1 | |
From Uros Bizjak. From-SVN: r184187 | |||||
2012-02-12 | re PR go/52084 (go tests fail to link on powerpc-linux-gnu (undefined ↵ | Ian Lance Taylor | 4 | -1/+152 | |
reference to __sync_add_and_fetch_8)) PR go/52084 libgo: Provide more __sync functions if required. From-SVN: r184138 | |||||
2012-02-12 | sync/atomic: Disable tests which can't run based on pointer size. | Ian Lance Taylor | 1 | -0/+2 | |
From-SVN: r184136 | |||||
2012-02-11 | runtime: Handle FFI promoting result types. | Ian Lance Taylor | 1 | -1/+99 | |
From-SVN: r184123 | |||||
2012-02-11 | runtime: Tweak __go_can_recover for SPARC. | Ian Lance Taylor | 1 | -0/+8 | |
From-SVN: r184117 | |||||
2012-02-11 | runtime: Fix chan code for big-endian strict-alignment systems | Ian Lance Taylor | 1 | -8/+23 | |
From-SVN: r184115 | |||||
2012-02-10 | runtime: For g0 set stack_size to 0 when not -fsplit-stack. | Ian Lance Taylor | 1 | -1/+5 | |
From-SVN: r184099 | |||||
2012-02-10 | runtime: Save all registers on stack for GC scan. | Ian Lance Taylor | 1 | -0/+4 | |
From-SVN: r184098 | |||||
2012-02-10 | libgo/configure: Fixes for Solaris 8 and cross-compilation. | Ian Lance Taylor | 3 | -8/+58 | |
From Rainer Orth. From-SVN: r184092 | |||||
2012-02-10 | runtime: Use __builtin_{inf,nan} rather than INFINITY/NAN. | Ian Lance Taylor | 1 | -6/+6 | |
From-SVN: r184080 | |||||
2012-02-09 | os: Fix Solaris stat functions. | Ian Lance Taylor | 1 | -7/+7 | |
From Rainer Orth. From-SVN: r184065 | |||||
2012-02-09 | libgo: Update to weekly.2012-02-07. | Ian Lance Taylor | 288 | -3680/+4303 | |
From-SVN: r184034 | |||||
2012-02-08 | runtime: Add matherr function when appropriate. | Ian Lance Taylor | 6 | -22/+172 | |
From-SVN: r184024 | |||||
2012-02-08 | os: Fix typo in //extern comment. | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r184023 | |||||
2012-02-08 | math: Compile with -mfancy-math-387 -funsafe-optimizations on x86. | Ian Lance Taylor | 5 | -4/+55 | |
From-SVN: r184015 | |||||
2012-02-08 | compiler, runtime: Check make int64 args for overflow. | Ian Lance Taylor | 3 | -0/+44 | |
From-SVN: r183994 | |||||
2012-02-08 | runtime: System-specific hack fix for x86_64 Solaris 10. | Ian Lance Taylor | 4 | -0/+237 | |
Fixes problem in which setcontext changes all thread-specific information. From-SVN: r183993 | |||||
2012-02-07 | compiler, libgo: Use //extern comments rather than __asm__. | Ian Lance Taylor | 23 | -44/+121 | |
From-SVN: r183981 | |||||
2012-02-04 | compiler, reflect: Fix hash codes of named types, fix PtrTo hash. | Ian Lance Taylor | 2 | -2/+28 | |
From-SVN: r183889 | |||||
2012-02-03 | mksysinfo: Fix type of last field of Cmsghdr. | Ian Lance Taylor | 1 | -0/+1 | |
From-SVN: r183860 | |||||
2012-02-02 | runtime: Correct ENOSYS functions. | Ian Lance Taylor | 1 | -16/+32 | |
From-SVN: r183852 | |||||
2012-02-02 | syscall: Add syscall.Times. | Ian Lance Taylor | 2 | -6/+15 | |
From-SVN: r183826 | |||||
2012-02-01 | os/exec: Make sure file descriptor is not closed early. | Ian Lance Taylor | 1 | -0/+1 | |
From-SVN: r183815 | |||||
2012-02-01 | libgo: Update to weekly.2012-01-27. | Ian Lance Taylor | 277 | -24843/+15442 | |
From-SVN: r183810 | |||||
2012-01-31 | syscall: Add Gettid on GNU/Linux systems. | Ian Lance Taylor | 1 | -3/+4 | |
From-SVN: r183775 | |||||
2012-01-31 | syscall: Don't use PtraceRegs if it is not defined. | Ian Lance Taylor | 4 | -40/+62 | |
From-SVN: r183758 | |||||
2012-01-30 | syscall: Support socket control messages. | Ian Lance Taylor | 5 | -15/+71 | |
From-SVN: r183745 | |||||
2012-01-27 | syscall: Define IPV6 constants for Irix. | Ian Lance Taylor | 1 | -0/+9 | |
From Rainer Orth. From-SVN: r183652 | |||||
2012-01-27 | libgo: Fix merge errors shown on Solaris. | Ian Lance Taylor | 5 | -9/+14 | |
From Rainer Orth. From-SVN: r183651 | |||||
2012-01-26 | libgo: Build stubs for some syscall functions not on older systems. | Ian Lance Taylor | 6 | -411/+695 | |
From-SVN: r183577 | |||||
2012-01-26 | libgo/mksysinfo: Always define IPV6_TCLASS. | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r183552 | |||||
2012-01-26 | libgo/mksysinfo: Correct typo. | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r183549 | |||||
2012-01-25 | libgo: Update to weekly.2012-01-20. | Ian Lance Taylor | 198 | -1948/+5120 | |
From-SVN: r183540 | |||||
2012-01-25 | libgo: Update to weekly.2012-01-15. | Ian Lance Taylor | 192 | -3901/+7842 | |
From-SVN: r183539 | |||||
2012-01-23 | compiler: Give an error if a variable is defined but not used. | Ian Lance Taylor | 3 | -13/+10 | |
From-SVN: r183458 | |||||
2012-01-21 | runtime: Make builtin print exactly match gc builtin print. | Ian Lance Taylor | 1 | -10/+87 | |
From-SVN: r183378 |