| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: Fix GC bug caused by Entersyscall modifying reg. | ian | 2014-03-07 | 1 | -4/+20 |
* | libgo: Update to Go 1.2.1 release. | ian | 2014-03-03 | 1 | -1/+4 |
* | runtime: Use a better heap location on arm64 systems. | ian | 2014-02-21 | 1 | -3/+27 |
* | PR go/59866 | ian | 2014-01-17 | 1 | -1/+1 |
* | runtime: fix 32-bit malloc for pointers >= 0x80000000 | ian | 2014-01-09 | 3 | -24/+12 |
* | PR go/59433 | ian | 2014-01-08 | 1 | -16/+45 |
* | runtime: Remove unused runtime_cpuid variables. | ian | 2014-01-06 | 1 | -5/+0 |
* | runtime: Fix defer of unlock thread at program startup. | ian | 2013-12-12 | 6 | -5/+19 |
* | compiler, reflect, runtime: Implement method values in reflect. | ian | 2013-12-12 | 1 | -0/+5 |
* | reflect, runtime: Let reflect.MakeFunc functions call recover. | ian | 2013-12-11 | 4 | -2/+78 |
* | PR go/59408 | ian | 2013-12-06 | 1 | -0/+4 |
* | runtime: Use pthread_sigmask instead of sigprocmask. | ian | 2013-12-04 | 3 | -4/+4 |
* | runtime: Fix prototype and one use of runtime_traceback. | ian | 2013-12-03 | 2 | -2/+2 |
* | libgo: Avoid some cases of getting callers recursively. | ian | 2013-12-01 | 3 | -0/+19 |
* | runtime: Fix handling of surrogate pairs in string([]rune). | ian | 2013-11-26 | 1 | -0/+4 |
* | syscall: Only call varargs libc functions from C code. | ian | 2013-11-24 | 1 | -0/+47 |
* | runtime: Update for change to libbacktrace library. | ian | 2013-11-19 | 1 | -1/+1 |
* | reflect: Handle calls to functions that take or return empty structs | ian | 2013-11-19 | 1 | -1/+4 |
* | runtime: Use runtime_m to get m value after call to runtime_mcall. | ian | 2013-11-15 | 1 | -1/+4 |
* | runtime: Don't use filename without '/' for backtrace library. | ian | 2013-11-14 | 1 | -0/+7 |
* | runtime: Add netpoll code that uses select. | ian | 2013-11-14 | 6 | -2/+247 |
* | runtime: Fix GC flag in when allocating memory from cgo. | ian | 2013-11-14 | 1 | -1/+1 |
* | runtime: Correct flag (FlagNoGC => FlagNoInvokeGC). | ian | 2013-11-09 | 1 | -1/+1 |
* | runtime: Fixes for Alpha. | ian | 2013-11-07 | 2 | -1/+4 |
* | libgo: Update to October 24 version of master library. | ian | 2013-11-06 | 46 | -1318/+2062 |
* | runtime: Fix typo in dup3 fallback implementation. | ian | 2013-10-18 | 1 | -1/+1 |
* | syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority. | ian | 2013-10-17 | 1 | -0/+57 |
* | runtime: Fix build on systems without split stack. | ian | 2013-10-16 | 1 | -0/+2 |
* | runtime: Don't clobber saved context when catching signal. | ian | 2013-10-14 | 1 | -2/+3 |
* | runtime: Report len out of range for large len when making slice. | ian | 2013-10-11 | 1 | -1/+4 |
* | compiler, runtime: Fix complex division of NaN / 0. | ian | 2013-10-09 | 1 | -0/+46 |
* | runtime: Do not report thunks and recover functions in backtrace. | ian | 2013-10-09 | 1 | -0/+15 |
* | runtime: Fix append of slice with elements of zero size. | ian | 2013-10-02 | 1 | -6/+6 |
* | compiler, runtime: Use runtime functions to pass closure value. | ian | 2013-09-03 | 5 | -20/+36 |
* | runtime: Handle allocating memory in cgo/SWIG function. | ian | 2013-07-24 | 1 | -2/+19 |
* | runtime: Check _end rather than end to find end of program. | ian | 2013-07-24 | 1 | -2/+2 |
* | runtime: Move new 1.1.1 functions from thread-linux.c to runtime.c. | ian | 2013-07-24 | 2 | -46/+47 |
* | runtime: Declare epoll_create1 if necessary. | ian | 2013-07-23 | 1 | -0/+4 |
* | runtime: Support cgo callbacks from threads started by C. | ian | 2013-07-23 | 5 | -20/+131 |
* | runtime: Ignore SIGPROF if not on a Go thread. | ian | 2013-07-23 | 1 | -6/+7 |
* | runtime: Fix build on non-split-stack systems. | ian | 2013-07-16 | 1 | -2/+6 |
* | libgo: Update to Go 1.1.1. | ian | 2013-07-16 | 39 | -1354/+4078 |
* | compiler, runtime: Use function descriptors. | ian | 2013-06-18 | 7 | -26/+55 |
* | runtime, testing/quick: libffi doesn't handle complex on Alpha. | ian | 2013-03-01 | 1 | -1/+11 |
* | runtime: Don't block SIGTRAP while creating a new thread. | ian | 2013-02-28 | 1 | -0/+6 |
* | PR go/56320 | ian | 2013-02-20 | 1 | -3/+4 |
* | runtime: Do not reserve huge amount of swap on 32 bit architectures. | ian | 2013-02-15 | 1 | -1/+9 |
* | runtime: Change main in goc2c to return int. | ian | 2013-02-07 | 1 | -1/+1 |
* | PR go/56172 | ian | 2013-02-05 | 1 | -1/+1 |
* | runtime: Correct handling of runtime.Callers skip parameter. | ian | 2013-02-02 | 1 | -2/+3 |