summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* 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
* libgo: bump library version number for 1.7Ian Lance Taylor2016-07-262-2/+2
* os/user: fix Solaris declaration.Ian Lance Taylor2016-07-261-1/+1
* libgo: update to go1.7rc3Ian Lance Taylor2016-07-221154-16623/+51784
* cmd/go: bring in final version of gccgo pkg-config supportIan Lance Taylor2016-04-231-2/+11
* libgo: update to Go 1.6.1 releaseIan Lance Taylor2016-04-1312-15/+61
* reflect: change Value.Call results to not be addressableIan Lance Taylor2016-04-122-3/+11
* runtime: Use atomic load for in entersyscall.Ian Lance Taylor2016-04-021-1/+1
* re PR go/69966 (libgo: Port syscall.SetsockoptUcred from golang)Ian Lance Taylor2016-02-264-1/+37
* runtime: lock M during cgo callIan Lance Taylor2016-02-241-0/+4
* libgo: Update to final Go 1.6 release.Ian Lance Taylor2016-02-1843-152/+1340
* runtime: For c-archive/c-shared, install signal handlers synchronously.Ian Lance Taylor2016-02-124-5/+15
* re PR go/66904 (cmd/go: "#cgo pkg-config:" comments do not work with gccgo)Ian Lance Taylor2016-02-101-3/+79
* re PR go/69511 (G.gcstack_size uses uintptr instead of size_t)Ian Lance Taylor2016-02-102-2/+2
* re PR go/69357 (libgo refers to _end in a non-weak way)Ian Lance Taylor2016-02-093-2/+15
* libgo: bump version number for upgrade to 1.6rc1Ian Lance Taylor2016-02-042-2/+2
* libgo: Update to go1.6rc1.Ian Lance Taylor2016-02-03725-11813/+43703
* compiler, runtime: mark stub methods, ignore them in runtime.Caller.Ian Lance Taylor2016-02-031-0/+2