| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: don't crash if signal handler info argument is nil | ian | 2016-11-14 | 3 | -3/+15 |
* | libgo: fix GOARCH_INT64ALIGN for several targets | ian | 2016-11-11 | 2 | -10/+2 |
* | runtime: copy signal code from Go 1.7 runtime | ian | 2016-11-10 | 24 | -934/+1359 |
* | PR go/78172. | ian | 2016-11-05 | 1 | -2/+2 |
* | libgo: fix GOARCH_PHYSPAGESIZE for ia64 | ian | 2016-11-01 | 2 | -2/+2 |
* | runtime: recreate function called by cgo -gccgo | ian | 2016-11-01 | 1 | -0/+17 |
* | libgo: only rebuild package if dependent .gox has changed | ian | 2016-11-01 | 2 | -4/+10 |
* | libgo: minor Makefile improvements | ian | 2016-11-01 | 2 | -6/+6 |
* | libgo: eliminate a lot of duplication in Makefile.am | ian | 2016-10-30 | 3 | -4070/+577 |
* | compiler, runtime: copy slice code from Go 1.7 runtime | ian | 2016-10-28 | 9 | -252/+254 |
* | PR go/78144 | ian | 2016-10-28 | 1 | -2/+5 |
* | PR go/78143 | ian | 2016-10-28 | 1 | -1/+1 |
* | libgo: redirect grep output in mkrsysinfo.sh to /dev/null | ian | 2016-10-28 | 1 | -1/+1 |
* | libgo: keep c0 and c1 out of runtime.inc | ian | 2016-10-21 | 2 | -2/+2 |
* | libgo: leave Int64Align as 8 on 32-bit SPARC | ian | 2016-10-21 | 2 | -2/+0 |
* | runtime: copy lfstack code from Go 1.7 runtime | ian | 2016-10-21 | 8 | -118/+87 |
* | runtime: rewrite interface code into Go | ian | 2016-10-20 | 36 | -1085/+651 |
* | runtime, syscall: force EPOLLET to be positive | ian | 2016-10-19 | 3 | -1/+15 |
* | runtime: copy netpoll code from Go 1.7 runtime | ian | 2016-10-18 | 23 | -1145/+1158 |
* | runtime: scan caller-saved registers for non-split-stack | ian | 2016-10-18 | 1 | -1/+6 |
* | runtime: copy rdebug code from Go 1.7 runtime | ian | 2016-10-17 | 19 | -83/+138 |
* | runtime: copy runtime package time code from Go 1.7 | ian | 2016-10-15 | 10 | -422/+337 |
* | runtime: copy mprof code from Go 1.7 runtime | ian | 2016-10-14 | 14 | -887/+951 |
* | runtime: just do file/line lookup in C, move Func to Go | ian | 2016-10-14 | 3 | -123/+42 |
* | debug/elf: add sparc64 relocations | ian | 2016-10-14 | 3 | -0/+66 |
* | runtime: copy cpuprof code from Go 1.7 runtime | ian | 2016-10-14 | 10 | -480/+509 |
* | runtime: copy mstats code from Go 1.7 runtime | ian | 2016-10-13 | 16 | -349/+652 |
* | syscall: don't use pt_regs in clone_linux.c | ian | 2016-10-13 | 1 | -3/+2 |
* | compiler, runtime: copy string code from Go 1.7 | ian | 2016-10-12 | 18 | -707/+705 |
* | syscall: mark rawClone as no_split_stack | ian | 2016-10-12 | 1 | -1/+4 |
* | runtime: copy Go 1.7 runtime semaphore code | ian | 2016-10-12 | 6 | -477/+367 |
* | syscall, internal/syscall/unix: Fix getrandom, clone on sparc64 | ian | 2016-10-12 | 6 | -28/+146 |
* | configure: redirect -fsplit-stack compilation to dev/null | ian | 2016-10-11 | 2 | -6/+6 |
* | Accidentally failed to commit these earlier, as part of: | ian | 2016-10-11 | 3 | -36/+173 |
* | runtime: copy print/println support from Go 1.7 | ian | 2016-10-10 | 10 | -308/+113 |
* | runtime: copy channel code from Go 1.7 runtime | ian | 2016-10-10 | 16 | -1241/+2558 |
* | PR go/77809 | ian | 2016-10-03 | 2 | -4/+14 |
* | runtime: copy internal locking code from Go 1.7 runtime | ian | 2016-09-30 | 28 | -818/+1520 |
* | runtime: copy runtime.go and runtime1.go from Go 1.7 | ian | 2016-09-29 | 15 | -395/+926 |
* | libgo: fix for runtime/check failure with "-O0 -g" | ian | 2016-09-28 | 2 | -0/+2 |
* | libgo: separate mksysinfo inputs into separate Makefile targets | ian | 2016-09-27 | 4 | -272/+305 |
* | internal/syscall/unix: add getrandom syscall for MIPS and SPARC | ian | 2016-09-23 | 4 | -1/+34 |
* | compiler, runtime: replace hashmap code with Go 1.7 hashmap | ian | 2016-09-21 | 47 | -1115/+2171 |
* | syscall: build export_unix_test.go on solaris | ian | 2016-09-20 | 1 | -1/+1 |
* | PR go/77642 | ian | 2016-09-20 | 1 | -6/+14 |
* | libgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM) | ian | 2016-09-14 | 2 | -2/+2 |
* | runtime/internal/sys: new package, API copied from Go 1.7 | ian | 2016-09-11 | 10 | -416/+565 |
* | libgo: update to Go 1.7.1 release | ian | 2016-09-10 | 28 | -255/+1112 |
* | runtime/internal/atomic: new package, API copied from Go 1.7 | ian | 2016-09-10 | 6 | -0/+431 |
* | runtime: use alignof to check alignment of ucontext_t | ian | 2016-09-09 | 1 | -1/+7 |