aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2014-01-22libgo/configure: Test for gold with gccgo -Wl,--help, not ld --help.Ian Lance Taylor2-4/+4
2014-01-17re PR go/59866 (gccgo gc work buffer is misaligned)Ian Lance Taylor1-1/+1
2014-01-09runtime: fix 32-bit malloc for pointers >= 0x80000000Ian Lance Taylor3-24/+12
2014-01-08re PR go/59430 (os/user FAILs on Solaris)Ian Lance Taylor5-10/+50
2014-01-08re PR go/59433 (Many 64-bit Go tests SEGV on Solaris)Ian Lance Taylor1-16/+45
2014-01-06go/build: Set GOARCH on arm64 systems.Ian Lance Taylor6-5/+32
2014-01-06runtime: Remove unused runtime_cpuid variables.Ian Lance Taylor1-5/+0
2013-12-28net: work around Solaris connect issue when server closes socketIan Lance Taylor1-0/+10
2013-12-27re PR go/59506 (net FAILs (timeout) on alpha)Ian Lance Taylor1-1/+1
2013-12-25Revert unwanted commit.Uros Bizjak1-1/+1
2013-12-25re PR target/59422 (Support more targets for function multi versioning)Allan Sandfeld Jensen1-1/+1
2013-12-12runtime: Fix defer of unlock thread at program startup.Ian Lance Taylor6-5/+19
2013-12-12reflect: Fix MakeFunc returning float32 or float64 on 386.Ian Lance Taylor2-15/+26
2013-12-12compiler, reflect, runtime: Implement method values in reflect.Ian Lance Taylor7-44/+120
2013-12-11reflect, runtime: Let reflect.MakeFunc functions call recover.Ian Lance Taylor6-2/+109
2013-12-06re PR go/59408 (Many Go tests FAIL with notesleep not on g0)Ian Lance Taylor1-0/+4
2013-12-04runtime: Use pthread_sigmask instead of sigprocmask.Ian Lance Taylor3-4/+4
2013-12-03runtime: Fix prototype and one use of runtime_traceback.Ian Lance Taylor2-2/+2
2013-12-01libgo: Avoid some cases of getting callers recursively.Ian Lance Taylor3-0/+19
2013-11-30reflect: Rename struct field to be consistent in assembler and Go.Ian Lance Taylor1-2/+2
2013-11-30reflect: Fix MakeFunc for 386 when returning a struct.Ian Lance Taylor2-1/+14
2013-11-27libgo: Update to current Go library.Ian Lance Taylor30-60/+241
2013-11-26runtime: Fix handling of surrogate pairs in string([]rune).Ian Lance Taylor1-0/+4
2013-11-25syscall: Set SizeofSockaddrAny to the value the go distribution usesIan Lance Taylor1-1/+1
2013-11-24syscall: Only call varargs libc functions from C code.Ian Lance Taylor11-11/+71
2013-11-22libgo: Update libtool support for powerpc64le-linux-gnu.Ian Lance Taylor2-8/+8
2013-11-19runtime: Update for change to libbacktrace library.Ian Lance Taylor1-1/+1
2013-11-19reflect: Handle calls to functions that take or return empty structsIan Lance Taylor2-1/+44
2013-11-19gotest: Recognize PPC ELF v2 function pointers in text section.Ian Lance Taylor1-1/+1
2013-11-19libgo: Fix typo for is_dragonfly in configure script.Ian Lance Taylor2-2/+2
2013-11-15runtime: Use runtime_m to get m value after call to runtime_mcall.Ian Lance Taylor1-1/+4
2013-11-14runtime: Don't use filename without '/' for backtrace library.Ian Lance Taylor1-0/+7
2013-11-14net: On Solaris use Darwin keepalive code.Ian Lance Taylor3-27/+2
2013-11-14runtime: Add netpoll code that uses select.Ian Lance Taylor8-59/+270
2013-11-14runtime: Fix GC flag in when allocating memory from cgo.Ian Lance Taylor1-1/+1
2013-11-14go/build: Add all known gccgo architectures to list.Ian Lance Taylor1-1/+1
2013-11-14libgo/go/go/build: use syslist.go from the gc stdlib.Ian Lance Taylor3-20/+10
2013-11-11net: Fix TCP keepalive handling for Solaris.Ian Lance Taylor3-1/+31
2013-11-11mksysinfo, net: Always define F_DUPFD_CLOEXEC.Ian Lance Taylor2-1/+6
2013-11-11os: Do not try to run go command in test.Ian Lance Taylor1-0/+1
2013-11-09runtime: Correct flag (FlagNoGC => FlagNoInvokeGC).Ian Lance Taylor1-1/+1
2013-11-07runtime: Fixes for Alpha.Ian Lance Taylor2-1/+4
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor596-7420/+31983
2013-10-18runtime: Fix typo in dup3 fallback implementation.Ian Lance Taylor1-1/+1
2013-10-17syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.Ian Lance Taylor7-2/+99
2013-10-16runtime: Fix build on systems without split stack.Ian Lance Taylor1-0/+2
2013-10-14runtime: Don't clobber saved context when catching signal.Ian Lance Taylor1-2/+3
2013-10-11runtime: Report len out of range for large len when making slice.Ian Lance Taylor1-1/+4
2013-10-09compiler, runtime: Fix complex division of NaN / 0.Ian Lance Taylor3-1/+57
2013-10-09runtime: Do not report thunks and recover functions in backtrace.Ian Lance Taylor1-0/+15