summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* runtime: don't crash if signal handler info argument is nilian2016-11-143-3/+15
* libgo: fix GOARCH_INT64ALIGN for several targetsian2016-11-112-10/+2
* runtime: copy signal code from Go 1.7 runtimeian2016-11-1024-934/+1359
* PR go/78172.ian2016-11-051-2/+2
* libgo: fix GOARCH_PHYSPAGESIZE for ia64ian2016-11-012-2/+2
* runtime: recreate function called by cgo -gccgoian2016-11-011-0/+17
* libgo: only rebuild package if dependent .gox has changedian2016-11-012-4/+10
* libgo: minor Makefile improvementsian2016-11-012-6/+6
* libgo: eliminate a lot of duplication in Makefile.amian2016-10-303-4070/+577
* compiler, runtime: copy slice code from Go 1.7 runtimeian2016-10-289-252/+254
* PR go/78144ian2016-10-281-2/+5
* PR go/78143ian2016-10-281-1/+1
* libgo: redirect grep output in mkrsysinfo.sh to /dev/nullian2016-10-281-1/+1
* libgo: keep c0 and c1 out of runtime.incian2016-10-212-2/+2
* libgo: leave Int64Align as 8 on 32-bit SPARCian2016-10-212-2/+0
* runtime: copy lfstack code from Go 1.7 runtimeian2016-10-218-118/+87
* runtime: rewrite interface code into Goian2016-10-2036-1085/+651
* runtime, syscall: force EPOLLET to be positiveian2016-10-193-1/+15
* runtime: copy netpoll code from Go 1.7 runtimeian2016-10-1823-1145/+1158
* runtime: scan caller-saved registers for non-split-stackian2016-10-181-1/+6
* runtime: copy rdebug code from Go 1.7 runtimeian2016-10-1719-83/+138
* runtime: copy runtime package time code from Go 1.7ian2016-10-1510-422/+337
* runtime: copy mprof code from Go 1.7 runtimeian2016-10-1414-887/+951
* runtime: just do file/line lookup in C, move Func to Goian2016-10-143-123/+42
* debug/elf: add sparc64 relocationsian2016-10-143-0/+66
* runtime: copy cpuprof code from Go 1.7 runtimeian2016-10-1410-480/+509
* runtime: copy mstats code from Go 1.7 runtimeian2016-10-1316-349/+652
* syscall: don't use pt_regs in clone_linux.cian2016-10-131-3/+2
* compiler, runtime: copy string code from Go 1.7ian2016-10-1218-707/+705
* syscall: mark rawClone as no_split_stackian2016-10-121-1/+4
* runtime: copy Go 1.7 runtime semaphore codeian2016-10-126-477/+367
* syscall, internal/syscall/unix: Fix getrandom, clone on sparc64ian2016-10-126-28/+146
* configure: redirect -fsplit-stack compilation to dev/nullian2016-10-112-6/+6
* Accidentally failed to commit these earlier, as part of:ian2016-10-113-36/+173
* runtime: copy print/println support from Go 1.7ian2016-10-1010-308/+113
* runtime: copy channel code from Go 1.7 runtimeian2016-10-1016-1241/+2558
* PR go/77809ian2016-10-032-4/+14
* runtime: copy internal locking code from Go 1.7 runtimeian2016-09-3028-818/+1520
* runtime: copy runtime.go and runtime1.go from Go 1.7ian2016-09-2915-395/+926
* libgo: fix for runtime/check failure with "-O0 -g"ian2016-09-282-0/+2
* libgo: separate mksysinfo inputs into separate Makefile targetsian2016-09-274-272/+305
* internal/syscall/unix: add getrandom syscall for MIPS and SPARCian2016-09-234-1/+34
* compiler, runtime: replace hashmap code with Go 1.7 hashmapian2016-09-2147-1115/+2171
* syscall: build export_unix_test.go on solarisian2016-09-201-1/+1
* PR go/77642ian2016-09-201-6/+14
* libgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM)ian2016-09-142-2/+2
* runtime/internal/sys: new package, API copied from Go 1.7ian2016-09-1110-416/+565
* libgo: update to Go 1.7.1 releaseian2016-09-1028-255/+1112
* runtime/internal/atomic: new package, API copied from Go 1.7ian2016-09-106-0/+431
* runtime: use alignof to check alignment of ucontext_tian2016-09-091-1/+7