summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* PR 68980ian2016-01-111-1/+1
* syscall: Add definition for NLA_HDRLENian2015-12-181-3/+10
* PR go/61303ian2015-11-261-6/+10
* PR go/68496ian2015-11-231-0/+6
* PR go/66378ian2015-11-212-0/+2
* PR go/65785ian2015-11-211-2/+2
* PR go/66574ian2015-11-213-5/+62
* PR go/68072ian2015-11-201-0/+5
* cmd: Use correct install tool dir with gccgoian2015-11-202-2/+27
* libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fieldsian2015-11-103-0/+63
* PR go/68255ian2015-11-101-10/+2
* PR go/66138ian2015-11-077-18/+47
* libgo: Solaris portability fixes.ian2015-11-069-37/+63
* gotest: fix handling of --goarch optionian2015-11-043-17/+7
* mksysinfo.sh: Make sure that CLONE_NEWUSER is defined.ian2015-11-031-0/+5
* libgo: Bump version number.ian2015-11-022-2/+2
* mksysinfo.sh: Handle TIOCGPGRP if too complex for -dump-go-spec.ian2015-11-021-0/+8
* syscall: Change raw_ioctl cmd type to uintptr.ian2015-11-021-2/+2
* mksysinfo.sh: Handle TIOCSPGRP if too complex for -fdump-go-spec.ian2015-11-011-0/+8
* runtime: If no split stacks, allocate stacks using mmap on 64-bit systems.ian2015-10-311-2/+15
* libgo: Update from Go 1.5 to Go 1.5.1.ian2015-10-3115-16/+89
* runtime: Remove now unnecessary pad field from ParFor.ian2015-10-311006-30196/+86205
* compiler, reflect, runtime: remove zero field from type descriptorian2015-10-294-23/+3
* compiler, runtime: change type hash/equal to Go funcsian2015-10-2919-37/+111
* Testsuite: add dg-{begin|end}-multiline-output commandsdmalcolm2015-10-091-0/+1
* PR go/67874ian2015-10-072-1/+33
* runtime: Fix recent lfstack change on Solaris.ian2015-09-241-1/+1
* PR go/67695ian2015-09-231-1/+1
* runtime: rewrite lfstack packing/unpacking to look more like that in Goian2015-09-231-21/+37
* libgo: If compiler can split-stack and linker can not, use -fno-split-stack.ian2015-09-155-4/+23
* libgo: test linking split-stack and non-split-stack togetherian2015-09-152-4/+53
* runtime: Ignore stack sizes when deciding when to GC.ian2015-09-151-1/+1
* libgo: don't provide ustat on arm64 GNU/Linuxian2015-09-157-209/+357
* libgo/runtime: return 0, not NULL, from mainian2015-09-111-1/+1
* libgo: Use stat_atim.go on Solaris 12+ian2015-09-104-3/+42
* libgo/testsuite: another fix for killing the sleep processian2015-08-201-3/+6
* libgo/testsuite: don't call kill without argsian2015-08-071-1/+4
* runtime: initialize variable to avoid compiler warningian2015-08-041-1/+1
* syscall: RawSockaddr fix for ppc64, ppc64leian2015-08-035-5/+44
* libgo/testsuite: kill sleep process in gotestian2015-08-031-1/+1
* PR go/67101ian2015-08-031-3/+1
* syscall: Fix to libgo/mksysinfo.shian2015-07-291-3/+3
* syscall: Add ioctl consts from if_tun.hian2015-07-251-0/+187
* compiler,runtime: Determine if allocations need new pointers in runtime.ian2015-07-141-9/+2
* syscall: remove calls to Entersyscall & Exitsyscall in Getdentsian2015-07-131-2/+0
* libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test.ian2015-05-164-121/+3
* runtime: Fix runtime/pprof test when libgo is not optimized.ian2015-05-111-3/+3
* PR go/66016ian2015-05-051-0/+2
* runtime: Support -buildmode=c-shared.ian2015-04-297-8/+333
* PR go/65616ian2015-04-242-13/+36