summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* 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
* runtime: remove remaining use of MAKECONTEXT_STACK_TOP macroian2016-09-091-3/+0
* runtime: align ucontext_t argument to 16 byte boundaryian2016-09-092-21/+43
* runtime: make gsignal stack at least SIGSTKSZ bytesian2016-08-311-1/+8
* runtime: use -fgo-c-header to build C header fileian2016-08-3032-999/+1756
* cmd/go: ignore errors from go/build for standard packagesian2016-08-151-0/+7
* libgo: don't unset in shell scriptian2016-08-132-5/+6
* crypto/aes, hash/crc32: ignore s390x specific files for nowian2016-08-133-0/+6
* syscall: remove exec_solaris_test.goian2016-08-131-37/+0
* os: fix build tags for dir_regfile.goian2016-08-111-2/+2
* mksysinfo.sh: always define CLONE_NEWNETian2016-08-091-0/+3
* text/template: reduce maxExecDepth for gccgo furtherian2016-08-081-2/+2
* libgo: don't have .lo depend on .lo.depian2016-08-082-310/+316
* testsuite: fix gotest for absolute srcdirian2016-08-081-24/+42
* PR go/72814ian2016-08-081-0/+11
* internal/syscall/unix: fix syscalls for alpha, ia64, s390ian2016-08-077-6/+58
* libgo: fix getrandom build for 32-bit ppcian2016-08-061-1/+1
* libgo: change build procedure to use build tagsian2016-08-06108-5851/+1164
* runtime: fix incorrectly commented out code in heapdump.cian2016-08-041-2/+4
* text/template: reduce maxExecDepth for gccgoian2016-08-041-1/+3
* gotest: multiple +build lines must all be trueian2016-08-031-45/+49