| Commit message (Expand) | Author | Age | Files | Lines |
* | syscall: Add definition for NLA_HDRLEN | ian | 2015-12-18 | 1 | -3/+10 |
* | PR go/61303 | ian | 2015-11-26 | 1 | -6/+10 |
* | PR go/68496 | ian | 2015-11-23 | 1 | -0/+6 |
* | PR go/66378 | ian | 2015-11-21 | 2 | -0/+2 |
* | PR go/65785 | ian | 2015-11-21 | 1 | -2/+2 |
* | PR go/66574 | ian | 2015-11-21 | 3 | -5/+62 |
* | PR go/68072 | ian | 2015-11-20 | 1 | -0/+5 |
* | cmd: Use correct install tool dir with gccgo | ian | 2015-11-20 | 2 | -2/+27 |
* | libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fields | ian | 2015-11-10 | 3 | -0/+63 |
* | PR go/68255 | ian | 2015-11-10 | 1 | -10/+2 |
* | PR go/66138 | ian | 2015-11-07 | 7 | -18/+47 |
* | libgo: Solaris portability fixes. | ian | 2015-11-06 | 9 | -37/+63 |
* | gotest: fix handling of --goarch option | ian | 2015-11-04 | 3 | -17/+7 |
* | mksysinfo.sh: Make sure that CLONE_NEWUSER is defined. | ian | 2015-11-03 | 1 | -0/+5 |
* | libgo: Bump version number. | ian | 2015-11-02 | 2 | -2/+2 |
* | mksysinfo.sh: Handle TIOCGPGRP if too complex for -dump-go-spec. | ian | 2015-11-02 | 1 | -0/+8 |
* | syscall: Change raw_ioctl cmd type to uintptr. | ian | 2015-11-02 | 1 | -2/+2 |
* | mksysinfo.sh: Handle TIOCSPGRP if too complex for -fdump-go-spec. | ian | 2015-11-01 | 1 | -0/+8 |
* | runtime: If no split stacks, allocate stacks using mmap on 64-bit systems. | ian | 2015-10-31 | 1 | -2/+15 |
* | libgo: Update from Go 1.5 to Go 1.5.1. | ian | 2015-10-31 | 15 | -16/+89 |
* | runtime: Remove now unnecessary pad field from ParFor. | ian | 2015-10-31 | 1006 | -30196/+86205 |
* | compiler, reflect, runtime: remove zero field from type descriptor | ian | 2015-10-29 | 4 | -23/+3 |
* | compiler, runtime: change type hash/equal to Go funcs | ian | 2015-10-29 | 19 | -37/+111 |
* | Testsuite: add dg-{begin|end}-multiline-output commands | dmalcolm | 2015-10-09 | 1 | -0/+1 |
* | PR go/67874 | ian | 2015-10-07 | 2 | -1/+33 |
* | runtime: Fix recent lfstack change on Solaris. | ian | 2015-09-24 | 1 | -1/+1 |
* | PR go/67695 | ian | 2015-09-23 | 1 | -1/+1 |
* | runtime: rewrite lfstack packing/unpacking to look more like that in Go | ian | 2015-09-23 | 1 | -21/+37 |
* | libgo: If compiler can split-stack and linker can not, use -fno-split-stack. | ian | 2015-09-15 | 5 | -4/+23 |
* | libgo: test linking split-stack and non-split-stack together | ian | 2015-09-15 | 2 | -4/+53 |
* | runtime: Ignore stack sizes when deciding when to GC. | ian | 2015-09-15 | 1 | -1/+1 |
* | libgo: don't provide ustat on arm64 GNU/Linux | ian | 2015-09-15 | 7 | -209/+357 |
* | libgo/runtime: return 0, not NULL, from main | ian | 2015-09-11 | 1 | -1/+1 |
* | libgo: Use stat_atim.go on Solaris 12+ | ian | 2015-09-10 | 4 | -3/+42 |
* | libgo/testsuite: another fix for killing the sleep process | ian | 2015-08-20 | 1 | -3/+6 |
* | libgo/testsuite: don't call kill without args | ian | 2015-08-07 | 1 | -1/+4 |
* | runtime: initialize variable to avoid compiler warning | ian | 2015-08-04 | 1 | -1/+1 |
* | syscall: RawSockaddr fix for ppc64, ppc64le | ian | 2015-08-03 | 5 | -5/+44 |
* | libgo/testsuite: kill sleep process in gotest | ian | 2015-08-03 | 1 | -1/+1 |
* | PR go/67101 | ian | 2015-08-03 | 1 | -3/+1 |
* | syscall: Fix to libgo/mksysinfo.sh | ian | 2015-07-29 | 1 | -3/+3 |
* | syscall: Add ioctl consts from if_tun.h | ian | 2015-07-25 | 1 | -0/+187 |
* | compiler,runtime: Determine if allocations need new pointers in runtime. | ian | 2015-07-14 | 1 | -9/+2 |
* | syscall: remove calls to Entersyscall & Exitsyscall in Getdents | ian | 2015-07-13 | 1 | -2/+0 |
* | libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test. | ian | 2015-05-16 | 4 | -121/+3 |
* | runtime: Fix runtime/pprof test when libgo is not optimized. | ian | 2015-05-11 | 1 | -3/+3 |
* | PR go/66016 | ian | 2015-05-05 | 1 | -0/+2 |
* | runtime: Support -buildmode=c-shared. | ian | 2015-04-29 | 7 | -8/+333 |
* | PR go/65616 | ian | 2015-04-24 | 2 | -13/+36 |
* | PR go/65798 | ian | 2015-04-17 | 1 | -1/+1 |