aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-08re PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC: SIGILL)Ian Lance Taylor1-0/+11
2016-08-07internal/syscall/unix: fix syscalls for alpha, ia64, s390Ian Lance Taylor7-6/+58
2016-08-06libgo: fix getrandom build for 32-bit ppcIan Lance Taylor1-1/+1
2016-08-06libgo: change build procedure to use build tagsIan Lance Taylor108-5851/+1164
2016-08-04runtime: fix incorrectly commented out code in heapdump.cIan Lance Taylor1-2/+4
2016-08-04text/template: reduce maxExecDepth for gccgoIan Lance Taylor1-1/+3
2016-08-03gotest: multiple +build lines must all be trueIan Lance Taylor1-45/+49
2016-07-26libgo: bump library version number for 1.7Ian Lance Taylor2-2/+2
2016-07-26os/user: fix Solaris declaration.Ian Lance Taylor1-1/+1
2016-07-22libgo: update to go1.7rc3Ian Lance Taylor1154-16623/+51784
2016-04-23cmd/go: bring in final version of gccgo pkg-config supportIan Lance Taylor1-2/+11
2016-04-13libgo: update to Go 1.6.1 releaseIan Lance Taylor12-15/+61
2016-04-12reflect: change Value.Call results to not be addressableIan Lance Taylor2-3/+11
2016-04-02runtime: Use atomic load for in entersyscall.Ian Lance Taylor1-1/+1
2016-02-26re PR go/69966 (libgo: Port syscall.SetsockoptUcred from golang)Ian Lance Taylor4-1/+37
2016-02-24runtime: lock M during cgo callIan Lance Taylor1-0/+4
2016-02-18libgo: Update to final Go 1.6 release.Ian Lance Taylor43-152/+1340
2016-02-12runtime: For c-archive/c-shared, install signal handlers synchronously.Ian Lance Taylor4-5/+15
2016-02-10re PR go/66904 (cmd/go: "#cgo pkg-config:" comments do not work with gccgo)Ian Lance Taylor1-3/+79
2016-02-10re PR go/69511 (G.gcstack_size uses uintptr instead of size_t)Ian Lance Taylor2-2/+2
2016-02-09re PR go/69357 (libgo refers to _end in a non-weak way)Ian Lance Taylor3-2/+15
2016-02-04libgo: bump version number for upgrade to 1.6rc1Ian Lance Taylor2-2/+2
2016-02-03libgo: Update to go1.6rc1.Ian Lance Taylor725-11813/+43703
2016-02-03compiler, runtime: mark stub methods, ignore them in runtime.Caller.Ian Lance Taylor1-0/+2
2016-01-11re PR go/68980 (ps -o cmd in gotest isn't portable)Ian Lance Taylor1-1/+1
2015-12-18syscall: Add definition for NLA_HDRLENIan Lance Taylor1-3/+10
2015-11-26re PR go/61303 (gccgo: segfault, regression since 4.8.2)Ian Lance Taylor1-6/+10
2015-11-23re PR go/68496 ([libgo] reflect test fails on Linux x86-64)Ian Lance Taylor1-0/+6
2015-11-21re PR go/66378 (libgo syscall.Sendfile() does not honor/use offset argument)Ian Lance Taylor2-0/+2
2015-11-21re PR go/65785 (libgo TestIPv4MulticastListener test fails on machine with no...Ian Lance Taylor1-2/+2
2015-11-21re PR go/66574 (Time is provided in millisecond precision instead of nanoseco...Ian Lance Taylor3-5/+62
2015-11-20re PR go/68072 (malformed DWARF TagVariable entry)Ian Lance Taylor1-0/+5
2015-11-20cmd: Use correct install tool dir with gccgoIan Lance Taylor2-2/+27
2015-11-10libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fieldsIan Lance Taylor3-0/+63
2015-11-10re PR go/68255 (cgo-generated constructor not being called)Ian Lance Taylor1-10/+2
2015-11-07re PR go/66138 (json decoder Decode function fails for some structure return ...Ian Lance Taylor7-18/+47
2015-11-06libgo: Solaris portability fixes.Ian Lance Taylor9-37/+63
2015-11-04gotest: fix handling of --goarch optionIan Lance Taylor3-17/+7
2015-11-03mksysinfo.sh: Make sure that CLONE_NEWUSER is defined.Ian Lance Taylor1-0/+5
2015-11-02libgo: Bump version number.Ian Lance Taylor2-2/+2
2015-11-02mksysinfo.sh: Handle TIOCGPGRP if too complex for -dump-go-spec.Ian Lance Taylor1-0/+8