aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2016-01-11re PR go/68980 (ps -o cmd in gotest isn't portable)Ian Lance Taylor1-1/+1
2015-12-18syscall: Add definition for NLA_HDRLENIan Lance Taylor1-3/+10
2015-11-26re PR go/61303 (gccgo: segfault, regression since 4.8.2)Ian Lance Taylor1-6/+10
2015-11-23re PR go/68496 ([libgo] reflect test fails on Linux x86-64)Ian Lance Taylor1-0/+6
2015-11-21re PR go/66378 (libgo syscall.Sendfile() does not honor/use offset argument)Ian Lance Taylor2-0/+2
2015-11-21re PR go/65785 (libgo TestIPv4MulticastListener test fails on machine with no...Ian Lance Taylor1-2/+2
2015-11-21re PR go/66574 (Time is provided in millisecond precision instead of nanoseco...Ian Lance Taylor3-5/+62
2015-11-20re PR go/68072 (malformed DWARF TagVariable entry)Ian Lance Taylor1-0/+5
2015-11-20cmd: Use correct install tool dir with gccgoIan Lance Taylor2-2/+27
2015-11-10libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fieldsIan Lance Taylor3-0/+63
2015-11-10re PR go/68255 (cgo-generated constructor not being called)Ian Lance Taylor1-10/+2
2015-11-07re PR go/66138 (json decoder Decode function fails for some structure return ...Ian Lance Taylor7-18/+47
2015-11-06libgo: Solaris portability fixes.Ian Lance Taylor9-37/+63
2015-11-04gotest: fix handling of --goarch optionIan Lance Taylor3-17/+7
2015-11-03mksysinfo.sh: Make sure that CLONE_NEWUSER is defined.Ian Lance Taylor1-0/+5
2015-11-02libgo: Bump version number.Ian Lance Taylor2-2/+2
2015-11-02mksysinfo.sh: Handle TIOCGPGRP if too complex for -dump-go-spec.Ian Lance Taylor1-0/+8
2015-11-02syscall: Change raw_ioctl cmd type to uintptr.Ian Lance Taylor1-2/+2
2015-11-01mksysinfo.sh: Handle TIOCSPGRP if too complex for -fdump-go-spec.Ian Lance Taylor1-0/+8
2015-10-31runtime: If no split stacks, allocate stacks using mmap on 64-bit systems.Ian Lance Taylor1-2/+15
2015-10-31libgo: Update from Go 1.5 to Go 1.5.1.Ian Lance Taylor15-16/+89
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor1006-30196/+86205
2015-10-29compiler, reflect, runtime: remove zero field from type descriptorIan Lance Taylor4-23/+3
2015-10-29compiler, runtime: change type hash/equal to Go funcsIan Lance Taylor19-37/+111
2015-10-09Testsuite: add dg-{begin|end}-multiline-output commandsDavid Malcolm1-0/+1
2015-10-07re PR go/67874 (fd_unix.go does not build when there is fcntl64 and no fcntl ...Ian Lance Taylor2-1/+33
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