| Commit message (Expand) | Author | Age | Files | Lines |
* | mksysinfo: More fixes to emulate master Go library. | ian | 2012-04-22 | 8 | -13/+30 |
* | mksysinfo: Define more structs. | ian | 2012-04-22 | 1 | -0/+50 |
* | * godump.c (go_output_typedef): Dump size of structs. | ian | 2012-04-22 | 2 | -46/+33 |
* | syscall: Additional constants, some type corrections. | ian | 2012-04-21 | 6 | -7/+95 |
* | net, syscall: Use native endianness for GNU/Linux netlink code. | ian | 2012-04-20 | 7 | -67/+14 |
* | compiler, runtime: Add explicit checks for zero and overflow division. | ian | 2012-04-20 | 1 | -1/+7 |
* | net/http: Ignore sigaltstack when running strace in test. | ian | 2012-04-20 | 1 | -1/+1 |
* | debug/dwarf: Fix address lookups for different types of lines. | ian | 2012-04-20 | 1 | -0/+4 |
* | runtime: Disable memory profiling in gc_test. | ian | 2012-04-20 | 1 | -0/+2 |
* | runtime: Ignore stack sizes when deciding when to GC. | ian | 2012-04-20 | 4 | -3/+19 |
* | gotest: Don't get confused by data tables named Test on PPC. | ian | 2012-04-20 | 1 | -3/+3 |
* | syscall: Add more constants. | ian | 2012-04-04 | 4 | -10/+21 |
* | syscall, net: Fix GNU/Linux netlink code for big-endian systems. | ian | 2012-04-03 | 7 | -21/+67 |
* | mksysinfo.sh: Add some more networking constants. | ian | 2012-04-03 | 4 | -3/+17 |
* | gotest: Fix finding functions on PPC. | ian | 2012-04-03 | 3 | -5/+20 |
* | libgo: Update to weekly.2012-03-27 aka go1 release. | ian | 2012-03-30 | 17 | -122/+225 |
* | File removed in weekly.2012-03-22 release. | ian | 2012-03-30 | 1 | -0/+0 |
* | libgo: Update to weekly.2012-03-22. | ian | 2012-03-30 | 51 | -168/+612 |
* | libgo: Update to weekly.2012-03-13. | ian | 2012-03-30 | 137 | -1633/+4853 |
* | syscall: Convert errno to error after Exitsyscall. | ian | 2012-03-30 | 1 | -1/+12 |
* | compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr. | ian | 2012-03-29 | 2 | -2/+2 |
* | mksysinfo: Fix use of _in6_addr in _zone_net_addr_t. | ian | 2012-03-28 | 1 | -0/+5 |
* | syscall: Fix errno handling in syscall.Syscall and friends. | ian | 2012-03-23 | 1 | -0/+4 |
* | libgo: Export {enter,exit}syscall and use it for getaddrinfo. | ian | 2012-03-13 | 6 | -13/+18 |
* | PR go/52557 | ian | 2012-03-13 | 1 | -1/+10 |
* | debug/dwarf: Support DWARF versions 3 and 4. | ian | 2012-03-09 | 7 | -40/+108 |
* | debug/elf: Don't crash if line numbers are not available. | ian | 2012-03-09 | 1 | -1/+1 |
* | libgo: Implement and use runtime.Caller, runtime.Func.FileLine. | ian | 2012-03-07 | 29 | -68/+861 |
* | libgo: Update to weekly.2012-03-04 release. | ian | 2012-03-06 | 147 | -2021/+3079 |
* | runtime: Implement runtime.Callers. | ian | 2012-03-05 | 1 | -0/+9 |
* | PR go/52342 | ian | 2012-03-05 | 1 | -1/+6 |
* | libgo: Fix Solaris ustat.h test. | ian | 2012-03-05 | 2 | -2/+8 |
* | libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux. | ian | 2012-03-02 | 4 | -3/+53 |
* | runtime: Add type casts to fix Solaris build. | ian | 2012-03-02 | 1 | -2/+2 |
* | libgo: Update to weekly.2012-02-22 release. | ian | 2012-03-02 | 208 | -1993/+5192 |
* | libgo: Update to weekly.2012-02-14 release. | ian | 2012-03-02 | 262 | -8661/+11079 |
* | mksysinfo: Define MADV_ constants for madvise. | ian | 2012-03-01 | 1 | -0/+2 |
* | syscall: Fill out GNU/Linux support. | ian | 2012-02-29 | 10 | -47/+269 |
* | runtime: Call exit rather than _exit. | ian | 2012-02-28 | 1 | -1/+1 |
* | runtime: Fix typo in go-nosys.c. | ian | 2012-02-25 | 1 | -1/+1 |
* | libgo: Add mount flags, fallocate, statfs. | ian | 2012-02-18 | 6 | -13/+89 |
* | PR go/52266 | ian | 2012-02-17 | 2 | -410/+406 |
* | PR go/51874 | ian | 2012-02-16 | 2 | -8/+2 |
* | runtime: Support broken makecontext on Solaris 8/9. | ian | 2012-02-15 | 4 | -0/+41 |
* | PR go/48407 | ian | 2012-02-14 | 1 | -1/+22 |
* | PR go/48410 | ian | 2012-02-14 | 5 | -35/+38 |
* | syscall: Change Dup2 to only return an error. | ian | 2012-02-14 | 4 | -18/+15 |
* | PR go/48501 | ian | 2012-02-14 | 1 | -1/+4 |
* | PR go/50654 | ian | 2012-02-14 | 1 | -12/+31 |
* | net: Don't run UDP multicast tests on Alpha GNU/Linux. | ian | 2012-02-14 | 1 | -1/+1 |