aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)Author
2018-06-26syscall: remove UstatIan Lance Taylor
2017-11-21Adapt Solaris 12 referencesRainer Orth
2017-07-20re PR go/81393 (Bootstrap failure on s390x-linux while building libgo against...Ian Lance Taylor
2017-02-01re PR go/79037 (gccgo: Binaries crash with parforsetup: pos is not aligned on...Ian Lance Taylor
2017-02-01re PR go/79281 (gccgo: Binaries using goroutines crash on m68k)Ian Lance Taylor
2016-10-28re PR go/78144 (FAIL: time on systems with tzdata2016g installed)Ian Lance Taylor
2016-08-13backport: cmd/go: deduplicate gccgo afiles by package path, not *PackageIan Lance Taylor
2016-04-13libgo: update to Go 1.6.1 releaseIan Lance Taylor
2016-04-12reflect: change Value.Call results to not be addressableIan Lance Taylor
2016-04-02runtime: Use atomic load for in entersyscall.Ian Lance Taylor
2016-02-26re PR go/69966 (libgo: Port syscall.SetsockoptUcred from golang)Ian Lance Taylor
2016-02-24runtime: lock M during cgo callIan Lance Taylor
2016-02-18libgo: Update to final Go 1.6 release.Ian Lance Taylor
2016-02-12runtime: For c-archive/c-shared, install signal handlers synchronously.Ian Lance Taylor
2016-02-10re PR go/66904 (cmd/go: "#cgo pkg-config:" comments do not work with gccgo)Ian Lance Taylor
2016-02-10re PR go/69511 (G.gcstack_size uses uintptr instead of size_t)Ian Lance Taylor
2016-02-09re PR go/69357 (libgo refers to _end in a non-weak way)Ian Lance Taylor
2016-02-04libgo: bump version number for upgrade to 1.6rc1Ian Lance Taylor
2016-02-03libgo: Update to go1.6rc1.Ian Lance Taylor
2016-02-03compiler, runtime: mark stub methods, ignore them in runtime.Caller.Ian Lance Taylor
2016-01-11re PR go/68980 (ps -o cmd in gotest isn't portable)Ian Lance Taylor
2015-12-18syscall: Add definition for NLA_HDRLENIan Lance Taylor
2015-11-26re PR go/61303 (gccgo: segfault, regression since 4.8.2)Ian Lance Taylor
2015-11-23re PR go/68496 ([libgo] reflect test fails on Linux x86-64)Ian Lance Taylor
2015-11-21re PR go/66378 (libgo syscall.Sendfile() does not honor/use offset argument)Ian Lance Taylor
2015-11-21re PR go/65785 (libgo TestIPv4MulticastListener test fails on machine with no...Ian Lance Taylor
2015-11-21re PR go/66574 (Time is provided in millisecond precision instead of nanoseco...Ian Lance Taylor
2015-11-20re PR go/68072 (malformed DWARF TagVariable entry)Ian Lance Taylor
2015-11-20cmd: Use correct install tool dir with gccgoIan Lance Taylor
2015-11-10libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fieldsIan Lance Taylor
2015-11-10re PR go/68255 (cgo-generated constructor not being called)Ian Lance Taylor
2015-11-07re PR go/66138 (json decoder Decode function fails for some structure return ...Ian Lance Taylor
2015-11-06libgo: Solaris portability fixes.Ian Lance Taylor
2015-11-04gotest: fix handling of --goarch optionIan Lance Taylor
2015-11-03mksysinfo.sh: Make sure that CLONE_NEWUSER is defined.Ian Lance Taylor
2015-11-02libgo: Bump version number.Ian Lance Taylor
2015-11-02mksysinfo.sh: Handle TIOCGPGRP if too complex for -dump-go-spec.Ian Lance Taylor
2015-11-02syscall: Change raw_ioctl cmd type to uintptr.Ian Lance Taylor
2015-11-01mksysinfo.sh: Handle TIOCSPGRP if too complex for -fdump-go-spec.Ian Lance Taylor
2015-10-31runtime: If no split stacks, allocate stacks using mmap on 64-bit systems.Ian Lance Taylor
2015-10-31libgo: Update from Go 1.5 to Go 1.5.1.Ian Lance Taylor
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor
2015-10-29compiler, reflect, runtime: remove zero field from type descriptorIan Lance Taylor
2015-10-29compiler, runtime: change type hash/equal to Go funcsIan Lance Taylor
2015-10-09Testsuite: add dg-{begin|end}-multiline-output commandsDavid Malcolm
2015-10-07re PR go/67874 (fd_unix.go does not build when there is fcntl64 and no fcntl ...Ian Lance Taylor
2015-09-24runtime: Fix recent lfstack change on Solaris.Ian Lance Taylor
2015-09-23re PR go/67695 (Please improve POSIX shell compatibility of libgo/mksysinfo.sh)Ian Lance Taylor
2015-09-23runtime: rewrite lfstack packing/unpacking to look more like that in GoIan Lance Taylor
2015-09-15libgo: If compiler can split-stack and linker can not, use -fno-split-stack.Ian Lance Taylor