aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2015-09-24runtime: Fix recent lfstack change on Solaris.Ian Lance Taylor1-1/+1
2015-09-23re PR go/67695 (Please improve POSIX shell compatibility of libgo/mksysinfo.sh)Ian Lance Taylor1-1/+1
2015-09-23runtime: rewrite lfstack packing/unpacking to look more like that in GoIan Lance Taylor1-21/+37
2015-09-15libgo: If compiler can split-stack and linker can not, use -fno-split-stack.Ian Lance Taylor5-4/+23
2015-09-15libgo: test linking split-stack and non-split-stack togetherIan Lance Taylor2-4/+53
2015-09-15runtime: Ignore stack sizes when deciding when to GC.Ian Lance Taylor1-1/+1
2015-09-15libgo: don't provide ustat on arm64 GNU/LinuxIan Lance Taylor7-209/+357
2015-09-11libgo/runtime: return 0, not NULL, from mainIan Lance Taylor1-1/+1
2015-09-10libgo: Use stat_atim.go on Solaris 12+Ian Lance Taylor4-3/+42
2015-08-20libgo/testsuite: another fix for killing the sleep processIan Lance Taylor1-3/+6
2015-08-07libgo/testsuite: don't call kill without argsIan Lance Taylor1-1/+4
2015-08-04runtime: initialize variable to avoid compiler warningIan Lance Taylor1-1/+1
2015-08-03syscall: RawSockaddr fix for ppc64, ppc64leIan Lance Taylor5-5/+44
2015-08-03libgo/testsuite: kill sleep process in gotestIan Lance Taylor1-1/+1
2015-08-03re PR go/67101 (mprof.goc:408:5: error: calling ‘__builtin_frame_address’...Ian Lance Taylor1-3/+1
2015-07-29syscall: Fix to libgo/mksysinfo.shIan Lance Taylor1-3/+3
2015-07-25syscall: Add ioctl consts from if_tun.hIan Lance Taylor1-0/+187
2015-07-14compiler,runtime: Determine if allocations need new pointers in runtime.Ian Lance Taylor1-9/+2
2015-07-13syscall: remove calls to Entersyscall & Exitsyscall in GetdentsIan Lance Taylor1-2/+0
2015-05-16libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test.Ian Lance Taylor4-121/+3
2015-05-11runtime: Fix runtime/pprof test when libgo is not optimized.Ian Lance Taylor1-3/+3
2015-05-05re PR go/66016 (Accessing nil Func's name results in crash)Ian Lance Taylor1-0/+2
2015-04-29runtime: Support -buildmode=c-shared.Ian Lance Taylor7-8/+333
2015-04-24re PR go/65616 (libgobegin.a not compiled with -fPIC)Ian Lance Taylor2-13/+36
2015-04-17re PR go/65798 (runtime.Caller returns ok=true when return data is invalid)Ian Lance Taylor1-1/+1
2015-04-17re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match)Ian Lance Taylor1-0/+4
2015-04-17re PR go/64999 (s390x libgo test failure in TestMemoryProfiler)Ian Lance Taylor1-1/+14
2015-04-17re PR go/65755 (incorrect reflection of struct fields with gccgo)Ian Lance Taylor2-18/+1
2015-04-08mksysinfo.sh: Define Solaris zone_net_addr_t struct.Ian Lance Taylor1-0/+5
2015-04-07re PR go/63731 (Fallback to netgo does not work)Ian Lance Taylor2-31/+89
2015-03-31Remove some files that were accidentally committed in 2014.Ian Lance Taylor3-1612/+0
2015-03-31go/cmd/go: always link external test packages firstIan Lance Taylor3-5/+14
2015-03-26re PR go/65587 (C package incomplete/not working for powerpc-linux-gnu)Ian Lance Taylor1-1/+1
2015-03-26libgo: Fix go/runtime test failure on S390.Ian Lance Taylor2-1/+11
2015-03-25re PR go/65570 (cannot find package "runtime/cgo")Ian Lance Taylor2-2/+2
2015-03-24re PR go/65417 (debug/elf: lacks support for PPC relocations)Ian Lance Taylor3-0/+49
2015-03-24re PR go/65462 (Use of 'go get' with gccgo is not finding dependencies correc...Ian Lance Taylor5-31/+65
2015-03-13libgo/README: Minor updates.Ian Lance Taylor1-9/+8
2015-03-12go/build: cgo works on linux/arm64.Ian Lance Taylor1-0/+1
2015-03-12re PR go/65404 (cgo tool on powerpc-linux-gnu maybe incomplete)Ian Lance Taylor1-0/+1
2015-03-10re PR go/65353 (unknown ptrSize for $GOARCH "arm64" on aarch64-linux-gnu)Ian Lance Taylor1-10/+32
2015-03-09re PR go/65349 (go tool crashes, can't compile go code on 32bit linux systems)Ian Lance Taylor1-1/+3
2015-03-09re PR go/65349 (go tool crashes, can't compile go code on 32bit linux systems)Ian Lance Taylor1-30/+6
2015-03-06libgo: Upgrade to Go 1.4.2 release.Ian Lance Taylor18-66/+170
2015-02-06mksysinfo.sh: Remove _zone_net_addr_t handling.Ian Lance Taylor1-5/+0
2015-02-06runtime: Add memprofilerate to GODEBUGIan Lance Taylor2-1/+19
2015-02-03go/types: Remove unused testdata files.Ian Lance Taylor13-1992/+0
2015-01-23re PR go/64573 (Cmd.Start swallows error from fork()/clone())Ian Lance Taylor1-0/+1
2015-01-23re PR go/64725 (FAIL: libgo/runtime TestFinalizerType testing.go:278: #2: fin...Ian Lance Taylor1-0/+9
2015-01-23re PR go/64595 (go programs abort when debug info is stripped)Ian Lance Taylor1-0/+5