summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* 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
* libgo/testsuite: don't call kill without argsIan Lance Taylor2015-08-071-1/+4
* runtime: initialize variable to avoid compiler warningIan Lance Taylor2015-08-041-1/+1
* syscall: RawSockaddr fix for ppc64, ppc64leIan Lance Taylor2015-08-035-5/+44
* libgo/testsuite: kill sleep process in gotestIan Lance Taylor2015-08-031-1/+1
* re PR go/67101 (mprof.goc:408:5: error: calling ‘__builtin_frame_address’...Ian Lance Taylor2015-08-031-3/+1
* syscall: Fix to libgo/mksysinfo.shIan Lance Taylor2015-07-291-3/+3
* syscall: Add ioctl consts from if_tun.hIan Lance Taylor2015-07-251-0/+187
* compiler,runtime: Determine if allocations need new pointers in runtime.Ian Lance Taylor2015-07-141-9/+2
* syscall: remove calls to Entersyscall & Exitsyscall in GetdentsIan Lance Taylor2015-07-131-2/+0
* libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test.Ian Lance Taylor2015-05-164-121/+3
* runtime: Fix runtime/pprof test when libgo is not optimized.Ian Lance Taylor2015-05-111-3/+3
* re PR go/66016 (Accessing nil Func's name results in crash)Ian Lance Taylor2015-05-051-0/+2
* runtime: Support -buildmode=c-shared.Ian Lance Taylor2015-04-297-8/+333
* re PR go/65616 (libgobegin.a not compiled with -fPIC)Ian Lance Taylor2015-04-242-13/+36
* re PR go/65798 (runtime.Caller returns ok=true when return data is invalid)Ian Lance Taylor2015-04-171-1/+1
* re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match)Ian Lance Taylor2015-04-171-0/+4
* re PR go/64999 (s390x libgo test failure in TestMemoryProfiler)Ian Lance Taylor2015-04-171-1/+14
* re PR go/65755 (incorrect reflection of struct fields with gccgo)Ian Lance Taylor2015-04-172-18/+1
* mksysinfo.sh: Define Solaris zone_net_addr_t struct.Ian Lance Taylor2015-04-081-0/+5
* re PR go/63731 (Fallback to netgo does not work)Ian Lance Taylor2015-04-072-31/+89
* Remove some files that were accidentally committed in 2014.Ian Lance Taylor2015-03-313-1612/+0
* go/cmd/go: always link external test packages firstIan Lance Taylor2015-03-313-5/+14
* re PR go/65587 (C package incomplete/not working for powerpc-linux-gnu)Ian Lance Taylor2015-03-261-1/+1