aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)Author
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
2015-09-15libgo: test linking split-stack and non-split-stack togetherIan Lance Taylor
2015-09-15runtime: Ignore stack sizes when deciding when to GC.Ian Lance Taylor
2015-09-15libgo: don't provide ustat on arm64 GNU/LinuxIan Lance Taylor
2015-09-11libgo/runtime: return 0, not NULL, from mainIan Lance Taylor
2015-09-10libgo: Use stat_atim.go on Solaris 12+Ian Lance Taylor
2015-08-20libgo/testsuite: another fix for killing the sleep processIan Lance Taylor
2015-08-07libgo/testsuite: don't call kill without argsIan Lance Taylor
2015-08-04runtime: initialize variable to avoid compiler warningIan Lance Taylor
2015-08-03syscall: RawSockaddr fix for ppc64, ppc64leIan Lance Taylor
2015-08-03libgo/testsuite: kill sleep process in gotestIan Lance Taylor
2015-08-03re PR go/67101 (mprof.goc:408:5: error: calling ‘__builtin_frame_address’...Ian Lance Taylor
2015-07-29syscall: Fix to libgo/mksysinfo.shIan Lance Taylor
2015-07-25syscall: Add ioctl consts from if_tun.hIan Lance Taylor
2015-07-14compiler,runtime: Determine if allocations need new pointers in runtime.Ian Lance Taylor
2015-07-13syscall: remove calls to Entersyscall & Exitsyscall in GetdentsIan Lance Taylor
2015-05-16libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test.Ian Lance Taylor
2015-05-11runtime: Fix runtime/pprof test when libgo is not optimized.Ian Lance Taylor
2015-05-05re PR go/66016 (Accessing nil Func's name results in crash)Ian Lance Taylor
2015-04-29runtime: Support -buildmode=c-shared.Ian Lance Taylor
2015-04-24re PR go/65616 (libgobegin.a not compiled with -fPIC)Ian Lance Taylor
2015-04-17re PR go/65798 (runtime.Caller returns ok=true when return data is invalid)Ian Lance Taylor
2015-04-17re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match)Ian Lance Taylor
2015-04-17re PR go/64999 (s390x libgo test failure in TestMemoryProfiler)Ian Lance Taylor
2015-04-17re PR go/65755 (incorrect reflection of struct fields with gccgo)Ian Lance Taylor
2015-04-08mksysinfo.sh: Define Solaris zone_net_addr_t struct.Ian Lance Taylor
2015-04-07re PR go/63731 (Fallback to netgo does not work)Ian Lance Taylor
2015-03-31Remove some files that were accidentally committed in 2014.Ian Lance Taylor
2015-03-31go/cmd/go: always link external test packages firstIan Lance Taylor
2015-03-26re PR go/65587 (C package incomplete/not working for powerpc-linux-gnu)Ian Lance Taylor