summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* 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
* re PR go/68980 (ps -o cmd in gotest isn't portable)Ian Lance Taylor2016-01-111-1/+1
* syscall: Add definition for NLA_HDRLENIan Lance Taylor2015-12-181-3/+10
* re PR go/61303 (gccgo: segfault, regression since 4.8.2)Ian Lance Taylor2015-11-261-6/+10
* re PR go/68496 ([libgo] reflect test fails on Linux x86-64)Ian Lance Taylor2015-11-231-0/+6
* re PR go/66378 (libgo syscall.Sendfile() does not honor/use offset argument)Ian Lance Taylor2015-11-212-0/+2
* re PR go/65785 (libgo TestIPv4MulticastListener test fails on machine with no...Ian Lance Taylor2015-11-211-2/+2
* re PR go/66574 (Time is provided in millisecond precision instead of nanoseco...Ian Lance Taylor2015-11-213-5/+62
* re PR go/68072 (malformed DWARF TagVariable entry)Ian Lance Taylor2015-11-201-0/+5
* cmd: Use correct install tool dir with gccgoIan Lance Taylor2015-11-202-2/+27
* libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fieldsIan Lance Taylor2015-11-103-0/+63
* re PR go/68255 (cgo-generated constructor not being called)Ian Lance Taylor2015-11-101-10/+2
* re PR go/66138 (json decoder Decode function fails for some structure return ...Ian Lance Taylor2015-11-077-18/+47
* libgo: Solaris portability fixes.Ian Lance Taylor2015-11-069-37/+63
* gotest: fix handling of --goarch optionIan Lance Taylor2015-11-043-17/+7
* mksysinfo.sh: Make sure that CLONE_NEWUSER is defined.Ian Lance Taylor2015-11-031-0/+5
* libgo: Bump version number.Ian Lance Taylor2015-11-022-2/+2
* mksysinfo.sh: Handle TIOCGPGRP if too complex for -dump-go-spec.Ian Lance Taylor2015-11-021-0/+8
* syscall: Change raw_ioctl cmd type to uintptr.Ian Lance Taylor2015-11-021-2/+2
* mksysinfo.sh: Handle TIOCSPGRP if too complex for -fdump-go-spec.Ian Lance Taylor2015-11-011-0/+8
* runtime: If no split stacks, allocate stacks using mmap on 64-bit systems.Ian Lance Taylor2015-10-311-2/+15
* libgo: Update from Go 1.5 to Go 1.5.1.Ian Lance Taylor2015-10-3115-16/+89
* runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor2015-10-311006-30196/+86205
* compiler, reflect, runtime: remove zero field from type descriptorIan Lance Taylor2015-10-294-23/+3
* compiler, runtime: change type hash/equal to Go funcsIan Lance Taylor2015-10-2919-37/+111
* Testsuite: add dg-{begin|end}-multiline-output commandsDavid Malcolm2015-10-091-0/+1
* re PR go/67874 (fd_unix.go does not build when there is fcntl64 and no fcntl ...Ian Lance Taylor2015-10-072-1/+33
* runtime: Fix recent lfstack change on Solaris.Ian Lance Taylor2015-09-241-1/+1
* re PR go/67695 (Please improve POSIX shell compatibility of libgo/mksysinfo.sh)Ian Lance Taylor2015-09-231-1/+1
* runtime: rewrite lfstack packing/unpacking to look more like that in GoIan Lance Taylor2015-09-231-21/+37
* libgo: If compiler can split-stack and linker can not, use -fno-split-stack.Ian Lance Taylor2015-09-155-4/+23
* libgo: test linking split-stack and non-split-stack togetherIan Lance Taylor2015-09-152-4/+53
* runtime: Ignore stack sizes when deciding when to GC.Ian Lance Taylor2015-09-151-1/+1
* libgo: don't provide ustat on arm64 GNU/LinuxIan Lance Taylor2015-09-157-209/+357
* libgo/runtime: return 0, not NULL, from mainIan Lance Taylor2015-09-111-1/+1
* libgo: Use stat_atim.go on Solaris 12+Ian Lance Taylor2015-09-104-3/+42
* libgo/testsuite: another fix for killing the sleep processIan Lance Taylor2015-08-201-3/+6