summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
...
* runtime: copy rdebug code from Go 1.7 runtimeIan Lance Taylor2016-10-1719-83/+138
* runtime: copy runtime package time code from Go 1.7Ian Lance Taylor2016-10-1510-422/+337
* runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor2016-10-1414-887/+951
* runtime: just do file/line lookup in C, move Func to GoIan Lance Taylor2016-10-143-123/+42
* debug/elf: add sparc64 relocationsIan Lance Taylor2016-10-143-0/+66
* runtime: copy cpuprof code from Go 1.7 runtimeIan Lance Taylor2016-10-1410-480/+509
* runtime: copy mstats code from Go 1.7 runtimeIan Lance Taylor2016-10-1316-349/+652
* syscall: don't use pt_regs in clone_linux.cIan Lance Taylor2016-10-131-3/+2
* compiler, runtime: copy string code from Go 1.7Ian Lance Taylor2016-10-1218-707/+705
* syscall: mark rawClone as no_split_stackIan Lance Taylor2016-10-121-1/+4
* runtime: copy Go 1.7 runtime semaphore codeIan Lance Taylor2016-10-126-477/+367
* syscall, internal/syscall/unix: Fix getrandom, clone on sparc64Ian Lance Taylor2016-10-126-28/+146
* configure: redirect -fsplit-stack compilation to dev/nullIan Lance Taylor2016-10-112-6/+6
* Accidentally failed to commit these earlier, as part of:Ian Lance Taylor2016-10-113-36/+173
* runtime: copy print/println support from Go 1.7Ian Lance Taylor2016-10-1010-308/+113
* runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor2016-10-1016-1241/+2558
* re PR go/77809 ("_LITTLE_ENDIAN" redefined)Ian Lance Taylor2016-10-032-4/+14
* runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor2016-09-3028-818/+1520
* runtime: copy runtime.go and runtime1.go from Go 1.7Ian Lance Taylor2016-09-2915-395/+926
* libgo: fix for runtime/check failure with "-O0 -g"Ian Lance Taylor2016-09-282-0/+2
* libgo: separate mksysinfo inputs into separate Makefile targetsIan Lance Taylor2016-09-274-272/+305
* internal/syscall/unix: add getrandom syscall for MIPS and SPARCIan Lance Taylor2016-09-234-1/+34
* compiler, runtime: replace hashmap code with Go 1.7 hashmapIan Lance Taylor2016-09-2147-1115/+2171
* syscall: build export_unix_test.go on solarisIan Lance Taylor2016-09-201-1/+1
* re PR go/77642 (GO Bootstrap fail starting with r239872 splitstack signature ...Ian Lance Taylor2016-09-201-6/+14
* libgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM)Ian Lance Taylor2016-09-142-2/+2
* runtime/internal/sys: new package, API copied from Go 1.7Ian Lance Taylor2016-09-1110-416/+565
* libgo: update to Go 1.7.1 releaseIan Lance Taylor2016-09-1028-255/+1112
* runtime/internal/atomic: new package, API copied from Go 1.7Ian Lance Taylor2016-09-106-0/+431
* runtime: use alignof to check alignment of ucontext_tIan Lance Taylor2016-09-091-1/+7
* runtime: remove remaining use of MAKECONTEXT_STACK_TOP macroIan Lance Taylor2016-09-091-3/+0
* runtime: align ucontext_t argument to 16 byte boundaryIan Lance Taylor2016-09-092-21/+43
* runtime: make gsignal stack at least SIGSTKSZ bytesIan Lance Taylor2016-08-311-1/+8
* runtime: use -fgo-c-header to build C header fileIan Lance Taylor2016-08-3032-999/+1756
* cmd/go: ignore errors from go/build for standard packagesIan Lance Taylor2016-08-151-0/+7
* libgo: don't unset in shell scriptIan Lance Taylor2016-08-132-5/+6
* crypto/aes, hash/crc32: ignore s390x specific files for nowIan Lance Taylor2016-08-133-0/+6
* syscall: remove exec_solaris_test.goIan Lance Taylor2016-08-131-37/+0
* os: fix build tags for dir_regfile.goIan Lance Taylor2016-08-111-2/+2
* mksysinfo.sh: always define CLONE_NEWNETIan Lance Taylor2016-08-091-0/+3
* text/template: reduce maxExecDepth for gccgo furtherIan Lance Taylor2016-08-081-2/+2
* libgo: don't have .lo depend on .lo.depIan Lance Taylor2016-08-082-310/+316
* testsuite: fix gotest for absolute srcdirIan Lance Taylor2016-08-081-24/+42
* re PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC: SIGILL)Ian Lance Taylor2016-08-081-0/+11
* internal/syscall/unix: fix syscalls for alpha, ia64, s390Ian Lance Taylor2016-08-077-6/+58
* libgo: fix getrandom build for 32-bit ppcIan Lance Taylor2016-08-061-1/+1
* libgo: change build procedure to use build tagsIan Lance Taylor2016-08-06108-5851/+1164
* runtime: fix incorrectly commented out code in heapdump.cIan Lance Taylor2016-08-041-2/+4
* text/template: reduce maxExecDepth for gccgoIan Lance Taylor2016-08-041-1/+3
* gotest: multiple +build lines must all be trueIan Lance Taylor2016-08-031-45/+49