Age | Commit message (Expand) | Author | Files | Lines |
2012-04-03 | syscall, net: Fix GNU/Linux netlink code for big-endian systems. | Ian Lance Taylor | 2 | -19/+48 |
2012-03-30 | libgo: Update to weekly.2012-03-27 aka go1 release. | Ian Lance Taylor | 15 | -121/+205 |
2012-03-30 | File removed in weekly.2012-03-22 release. | Ian Lance Taylor | 1 | -0/+0 |
2012-03-30 | libgo: Update to weekly.2012-03-22. | Ian Lance Taylor | 47 | -161/+602 |
2012-03-30 | libgo: Update to weekly.2012-03-13. | Ian Lance Taylor | 131 | -1624/+4816 |
2012-03-30 | syscall: Convert errno to error after Exitsyscall. | Ian Lance Taylor | 1 | -1/+12 |
2012-03-29 | compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr. | Ian Lance Taylor | 2 | -2/+2 |
2012-03-23 | syscall: Fix errno handling in syscall.Syscall and friends. | Ian Lance Taylor | 1 | -0/+4 |
2012-03-13 | libgo: Export {enter,exit}syscall and use it for getaddrinfo. | Ian Lance Taylor | 5 | -11/+16 |
2012-03-09 | debug/dwarf: Support DWARF versions 3 and 4. | Ian Lance Taylor | 7 | -40/+108 |
2012-03-09 | debug/elf: Don't crash if line numbers are not available. | Ian Lance Taylor | 1 | -1/+1 |
2012-03-07 | libgo: Implement and use runtime.Caller, runtime.Func.FileLine. | Ian Lance Taylor | 22 | -27/+725 |
2012-03-06 | libgo: Update to weekly.2012-03-04 release. | Ian Lance Taylor | 133 | -1991/+2939 |
2012-03-02 | libgo: Update to weekly.2012-02-22 release. | Ian Lance Taylor | 196 | -1926/+4891 |
2012-03-02 | libgo: Update to weekly.2012-02-14 release. | Ian Lance Taylor | 236 | -7976/+10498 |
2012-02-29 | syscall: Fill out GNU/Linux support. | Ian Lance Taylor | 3 | -43/+94 |
2012-02-18 | libgo: Add mount flags, fallocate, statfs. | Ian Lance Taylor | 1 | -9/+6 |
2012-02-16 | re PR go/51874 (Many libgo testsuite failures on IRIX) | Ian Lance Taylor | 2 | -8/+2 |
2012-02-14 | syscall: Change Dup2 to only return an error. | Ian Lance Taylor | 4 | -18/+15 |
2012-02-14 | net: Don't run UDP multicast tests on Alpha GNU/Linux. | Ian Lance Taylor | 1 | -1/+1 |
2012-02-12 | sync/atomic: Disable tests which can't run based on pointer size. | Ian Lance Taylor | 1 | -0/+2 |
2012-02-09 | os: Fix Solaris stat functions. | Ian Lance Taylor | 1 | -7/+7 |
2012-02-09 | libgo: Update to weekly.2012-02-07. | Ian Lance Taylor | 280 | -3536/+4223 |
2012-02-08 | os: Fix typo in //extern comment. | Ian Lance Taylor | 1 | -1/+1 |
2012-02-07 | compiler, libgo: Use //extern comments rather than __asm__. | Ian Lance Taylor | 23 | -44/+121 |
2012-02-04 | compiler, reflect: Fix hash codes of named types, fix PtrTo hash. | Ian Lance Taylor | 2 | -2/+28 |
2012-02-02 | syscall: Add syscall.Times. | Ian Lance Taylor | 1 | -6/+5 |
2012-02-01 | os/exec: Make sure file descriptor is not closed early. | Ian Lance Taylor | 1 | -0/+1 |
2012-02-01 | libgo: Update to weekly.2012-01-27. | Ian Lance Taylor | 274 | -23973/+15349 |
2012-01-31 | syscall: Add Gettid on GNU/Linux systems. | Ian Lance Taylor | 1 | -3/+4 |
2012-01-31 | syscall: Don't use PtraceRegs if it is not defined. | Ian Lance Taylor | 4 | -40/+62 |
2012-01-30 | syscall: Support socket control messages. | Ian Lance Taylor | 2 | -15/+19 |
2012-01-27 | syscall: Define IPV6 constants for Irix. | Ian Lance Taylor | 1 | -0/+9 |
2012-01-27 | libgo: Fix merge errors shown on Solaris. | Ian Lance Taylor | 2 | -6/+5 |
2012-01-25 | libgo: Update to weekly.2012-01-20. | Ian Lance Taylor | 195 | -1782/+4876 |
2012-01-25 | libgo: Update to weekly.2012-01-15. | Ian Lance Taylor | 177 | -3781/+7622 |
2012-01-23 | compiler: Give an error if a variable is defined but not used. | Ian Lance Taylor | 3 | -13/+10 |
2012-01-13 | libgo: Only build iopl and ioperm on 386, amd64, alpha GNU/Linux. | Ian Lance Taylor | 4 | -10/+43 |
2012-01-13 | libgo: Update to weekly.2011-12-22. | Ian Lance Taylor | 182 | -1206/+3533 |
2012-01-12 | libgo: Update to weekly.2011-12-14. | Ian Lance Taylor | 160 | -1640/+3413 |
2011-12-20 | syscall: Don't define IPMreq in socket_irix.go. | Ian Lance Taylor | 1 | -40/+32 |
2011-12-20 | libgo: Fix use of -D_GNU_SOURCE and friends when building libgo. | Ian Lance Taylor | 1 | -3/+0 |
2011-12-16 | os: Fix fileInfoFromStat for Solaris. | Ian Lance Taylor | 1 | -0/+56 |
2011-12-15 | syscall: Move Errno into its own file, for RTEMS. | Ian Lance Taylor | 2 | -22/+26 |
2011-12-14 | libgo: Update to weekly.2011-12-06. | Ian Lance Taylor | 136 | -1307/+1417 |
2011-12-14 | runtime: Bump memory limit in gc_test. | Ian Lance Taylor | 1 | -1/+1 |
2011-12-13 | runtime: Change gc_test to test only newly allocated memory. | Ian Lance Taylor | 1 | -4/+12 |
2011-12-13 | syscall: Don't build wait status functions on RTEMS. | Ian Lance Taylor | 1 | -3/+13 |
2011-12-13 | libgo: Solaris compatibility patches. | Ian Lance Taylor | 2 | -3/+4 |
2011-12-13 | libgo: Update to weekly.2011-12-02. | Ian Lance Taylor | 226 | -4471/+6486 |