summaryrefslogtreecommitdiff
path: root/libgo/runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime: Fix GC bug caused by Entersyscall modifying reg.ian2014-03-071-4/+20
* libgo: Update to Go 1.2.1 release.ian2014-03-031-1/+4
* runtime: Use a better heap location on arm64 systems.ian2014-02-211-3/+27
* PR go/59866ian2014-01-171-1/+1
* runtime: fix 32-bit malloc for pointers >= 0x80000000ian2014-01-093-24/+12
* PR go/59433ian2014-01-081-16/+45
* runtime: Remove unused runtime_cpuid variables.ian2014-01-061-5/+0
* runtime: Fix defer of unlock thread at program startup.ian2013-12-126-5/+19
* compiler, reflect, runtime: Implement method values in reflect.ian2013-12-121-0/+5
* reflect, runtime: Let reflect.MakeFunc functions call recover.ian2013-12-114-2/+78
* 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
* runtime: Fix handling of surrogate pairs in string([]rune).ian2013-11-261-0/+4
* syscall: Only call varargs libc functions from C code.ian2013-11-241-0/+47
* runtime: Update for change to libbacktrace library.ian2013-11-191-1/+1
* reflect: Handle calls to functions that take or return empty structsian2013-11-191-1/+4
* 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
* runtime: Add netpoll code that uses select.ian2013-11-146-2/+247
* runtime: Fix GC flag in when allocating memory from cgo.ian2013-11-141-1/+1
* runtime: Correct flag (FlagNoGC => FlagNoInvokeGC).ian2013-11-091-1/+1
* runtime: Fixes for Alpha.ian2013-11-072-1/+4
* libgo: Update to October 24 version of master library.ian2013-11-0646-1318/+2062
* runtime: Fix typo in dup3 fallback implementation.ian2013-10-181-1/+1
* syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.ian2013-10-171-0/+57
* runtime: Fix build on systems without split stack.ian2013-10-161-0/+2
* runtime: Don't clobber saved context when catching signal.ian2013-10-141-2/+3
* runtime: Report len out of range for large len when making slice.ian2013-10-111-1/+4
* compiler, runtime: Fix complex division of NaN / 0.ian2013-10-091-0/+46
* runtime: Do not report thunks and recover functions in backtrace.ian2013-10-091-0/+15
* runtime: Fix append of slice with elements of zero size.ian2013-10-021-6/+6
* compiler, runtime: Use runtime functions to pass closure value.ian2013-09-035-20/+36
* runtime: Handle allocating memory in cgo/SWIG function.ian2013-07-241-2/+19
* runtime: Check _end rather than end to find end of program.ian2013-07-241-2/+2
* runtime: Move new 1.1.1 functions from thread-linux.c to runtime.c.ian2013-07-242-46/+47
* runtime: Declare epoll_create1 if necessary.ian2013-07-231-0/+4
* runtime: Support cgo callbacks from threads started by C.ian2013-07-235-20/+131
* runtime: Ignore SIGPROF if not on a Go thread.ian2013-07-231-6/+7
* runtime: Fix build on non-split-stack systems.ian2013-07-161-2/+6
* libgo: Update to Go 1.1.1.ian2013-07-1639-1354/+4078
* compiler, runtime: Use function descriptors.ian2013-06-187-26/+55
* runtime, testing/quick: libffi doesn't handle complex on Alpha.ian2013-03-011-1/+11
* runtime: Don't block SIGTRAP while creating a new thread.ian2013-02-281-0/+6
* PR go/56320ian2013-02-201-3/+4
* runtime: Do not reserve huge amount of swap on 32 bit architectures.ian2013-02-151-1/+9
* runtime: Change main in goc2c to return int.ian2013-02-071-1/+1
* PR go/56172ian2013-02-051-1/+1
* runtime: Correct handling of runtime.Callers skip parameter.ian2013-02-021-2/+3