summaryrefslogtreecommitdiffstats
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* runtime: Check for CPU_COUNT itself, don't check glibc version.ian2014-10-031-1/+1
* debug/elf: support arm64 relocationsian2014-09-232-44/+344
* runtime: Use the clone system call on GNU/Linux.ian2014-09-051-2/+2
* runtime: Don't get confused if m changes during runtime_gc.ian2014-08-151-0/+1
* compiler, runtime: Fix unexpected GC interfering with closure passing.ian2014-08-131-0/+7
* PR other/61895ian2014-08-021-0/+12
* libgo/runtime: fix unused-result warningian2014-05-271-1/+2
* mksysinfo: Define some more non-trivial TIOC constants.ian2014-05-071-0/+32
* mksysinfo: Define CLONE flags.ian2014-05-074-2/+12
* PR go/60931ian2014-04-251-2/+12
* libgo: Build math package with -ffp-contract=off on non-x86.ian2014-03-122-0/+4
* runtime: Fix GC bug caused by Entersyscall modifying reg.ian2014-03-071-4/+20
* libgo: Update to Go 1.2.1 release.ian2014-03-035-12/+70
* runtime: Use a better heap location on arm64 systems.ian2014-02-211-3/+27
* ltmain.sh: Patch for Solaris.ian2014-02-031-1/+1
* libgo/configure: Test for gold with gccgo -Wl,--help, not ld --help.ian2014-01-222-4/+4
* PR go/59866ian2014-01-171-1/+1
* runtime: fix 32-bit malloc for pointers >= 0x80000000ian2014-01-093-24/+12
* PR go/59430ian2014-01-085-10/+50
* PR go/59433ian2014-01-081-16/+45
* go/build: Set GOARCH on arm64 systems.ian2014-01-066-5/+32
* runtime: Remove unused runtime_cpuid variables.ian2014-01-061-5/+0
* net: work around Solaris connect issue when server closes socketian2013-12-281-0/+10
* PR go/59506ian2013-12-271-1/+1
* Revert unwanted commit.uros2013-12-251-1/+1
* gcc/uros2013-12-251-1/+1
* runtime: Fix defer of unlock thread at program startup.ian2013-12-126-5/+19
* reflect: Fix MakeFunc returning float32 or float64 on 386.ian2013-12-122-15/+26
* compiler, reflect, runtime: Implement method values in reflect.ian2013-12-127-44/+120
* reflect, runtime: Let reflect.MakeFunc functions call recover.ian2013-12-116-2/+109
* PR go/59408ian2013-12-061-0/+4
* runtime: Use pthread_sigmask instead of sigprocmask.ian2013-12-043-4/+4
* runtime: Fix prototype and one use of runtime_traceback.ian2013-12-032-2/+2
* libgo: Avoid some cases of getting callers recursively.ian2013-12-013-0/+19
* reflect: Rename struct field to be consistent in assembler and Go.ian2013-11-301-2/+2
* reflect: Fix MakeFunc for 386 when returning a struct.ian2013-11-302-1/+14
* libgo: Update to current Go library.ian2013-11-2730-60/+241
* runtime: Fix handling of surrogate pairs in string([]rune).ian2013-11-261-0/+4
* syscall: Set SizeofSockaddrAny to the value the go distribution usesian2013-11-251-1/+1
* syscall: Only call varargs libc functions from C code.ian2013-11-2411-11/+71
* libgo: Update libtool support for powerpc64le-linux-gnu.ian2013-11-222-8/+8
* runtime: Update for change to libbacktrace library.ian2013-11-191-1/+1
* reflect: Handle calls to functions that take or return empty structsian2013-11-192-1/+44
* gotest: Recognize PPC ELF v2 function pointers in text section.ian2013-11-191-1/+1
* libgo: Fix typo for is_dragonfly in configure script.ian2013-11-192-2/+2
* runtime: Use runtime_m to get m value after call to runtime_mcall.ian2013-11-151-1/+4
* runtime: Don't use filename without '/' for backtrace library.ian2013-11-141-0/+7
* net: On Solaris use Darwin keepalive code.ian2013-11-143-27/+2
* runtime: Add netpoll code that uses select.ian2013-11-148-59/+270
* runtime: Fix GC flag in when allocating memory from cgo.ian2013-11-141-1/+1
OpenPOWER on IntegriCloud