aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2016-10-21libgo: keep c0 and c1 out of runtime.incIan Lance Taylor2-2/+2
2016-10-21libgo: leave Int64Align as 8 on 32-bit SPARCIan Lance Taylor2-2/+0
2016-10-21runtime: copy lfstack code from Go 1.7 runtimeIan Lance Taylor8-118/+87
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor36-1085/+651
2016-10-19runtime, syscall: force EPOLLET to be positiveIan Lance Taylor3-1/+15
2016-10-18runtime: copy netpoll code from Go 1.7 runtimeIan Lance Taylor23-1145/+1158
2016-10-18runtime: scan caller-saved registers for non-split-stackIan Lance Taylor1-1/+6
2016-10-17runtime: copy rdebug code from Go 1.7 runtimeIan Lance Taylor19-83/+138
2016-10-15runtime: copy runtime package time code from Go 1.7Ian Lance Taylor10-422/+337
2016-10-14runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor14-887/+951
2016-10-14runtime: just do file/line lookup in C, move Func to GoIan Lance Taylor3-123/+42
2016-10-14debug/elf: add sparc64 relocationsIan Lance Taylor3-0/+66
2016-10-14runtime: copy cpuprof code from Go 1.7 runtimeIan Lance Taylor10-480/+509
2016-10-13runtime: copy mstats code from Go 1.7 runtimeIan Lance Taylor16-349/+652
2016-10-13syscall: don't use pt_regs in clone_linux.cIan Lance Taylor1-3/+2
2016-10-12compiler, runtime: copy string code from Go 1.7Ian Lance Taylor18-707/+705
2016-10-12syscall: mark rawClone as no_split_stackIan Lance Taylor1-1/+4
2016-10-12runtime: copy Go 1.7 runtime semaphore codeIan Lance Taylor6-477/+367
2016-10-12syscall, internal/syscall/unix: Fix getrandom, clone on sparc64Ian Lance Taylor6-28/+146
2016-10-11configure: redirect -fsplit-stack compilation to dev/nullIan Lance Taylor2-6/+6
2016-10-11Accidentally failed to commit these earlier, as part of:Ian Lance Taylor3-36/+173
2016-10-10runtime: copy print/println support from Go 1.7Ian Lance Taylor10-308/+113
2016-10-10runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor16-1241/+2558
2016-10-03re PR go/77809 ("_LITTLE_ENDIAN" redefined)Ian Lance Taylor2-4/+14
2016-09-30runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor28-818/+1520
2016-09-29runtime: copy runtime.go and runtime1.go from Go 1.7Ian Lance Taylor15-395/+926
2016-09-28libgo: fix for runtime/check failure with "-O0 -g"Ian Lance Taylor2-0/+2
2016-09-27libgo: separate mksysinfo inputs into separate Makefile targetsIan Lance Taylor4-272/+305
2016-09-23internal/syscall/unix: add getrandom syscall for MIPS and SPARCIan Lance Taylor4-1/+34
2016-09-21compiler, runtime: replace hashmap code with Go 1.7 hashmapIan Lance Taylor47-1115/+2171
2016-09-20syscall: build export_unix_test.go on solarisIan Lance Taylor1-1/+1
2016-09-20re PR go/77642 (GO Bootstrap fail starting with r239872 splitstack signature ...Ian Lance Taylor1-6/+14
2016-09-14libgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM)Ian Lance Taylor2-2/+2
2016-09-11runtime/internal/sys: new package, API copied from Go 1.7Ian Lance Taylor10-416/+565
2016-09-10libgo: update to Go 1.7.1 releaseIan Lance Taylor28-255/+1112
2016-09-10runtime/internal/atomic: new package, API copied from Go 1.7Ian Lance Taylor6-0/+431
2016-09-09runtime: use alignof to check alignment of ucontext_tIan Lance Taylor1-1/+7
2016-09-09runtime: remove remaining use of MAKECONTEXT_STACK_TOP macroIan Lance Taylor1-3/+0
2016-09-09runtime: align ucontext_t argument to 16 byte boundaryIan Lance Taylor2-21/+43
2016-08-31runtime: make gsignal stack at least SIGSTKSZ bytesIan Lance Taylor1-1/+8
2016-08-30runtime: use -fgo-c-header to build C header fileIan Lance Taylor32-999/+1756
2016-08-15cmd/go: ignore errors from go/build for standard packagesIan Lance Taylor1-0/+7
2016-08-13libgo: don't unset in shell scriptIan Lance Taylor2-5/+6
2016-08-13crypto/aes, hash/crc32: ignore s390x specific files for nowIan Lance Taylor3-0/+6
2016-08-13syscall: remove exec_solaris_test.goIan Lance Taylor1-37/+0
2016-08-11os: fix build tags for dir_regfile.goIan Lance Taylor1-2/+2
2016-08-09mksysinfo.sh: always define CLONE_NEWNETIan Lance Taylor1-0/+3
2016-08-08text/template: reduce maxExecDepth for gccgo furtherIan Lance Taylor1-2/+2
2016-08-08libgo: don't have .lo depend on .lo.depIan Lance Taylor2-310/+316
2016-08-08testsuite: fix gotest for absolute srcdirIan Lance Taylor1-24/+42