| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | runtime: Correct test for morestack.S. | ian | 2013-02-01 | 1 | -1/+1 |
* | runtime: Recognize morestack.S if there is no function name. | ian | 2013-01-31 | 1 | -1/+12 |
* | runtime: Remove confusion about split stack functions in backtrace. | ian | 2013-01-31 | 1 | -2/+10 |
* | runtime: Block signals when creating a new thread. | ian | 2013-01-31 | 1 | -1/+13 |
* | runtime: Don't allocate when doing a backtrace. | ian | 2013-01-31 | 1 | -2/+8 |
* | runtime: In backtraces, get inline functions, skip split-stack fns. | ian | 2013-01-30 | 7 | -53/+143 |
* | libgo: Update Go library to master revision 15502/229081515358. | ian | 2013-01-30 | 6 | -12/+29 |
* | libgo: Update Go library to master revision 15489/921e53d4863c. | ian | 2013-01-29 | 13 | -161/+475 |
* | runtime: SPARCv9 fixes for lfstack. | ian | 2013-01-29 | 1 | -1/+4 |
* | PR other/56076 | ian | 2013-01-25 | 1 | -2/+11 |
* | PR go/46986 | ian | 2013-01-24 | 28 | -76/+84 |
* | libgo: Update to revision 15193:6fdc1974457c of master library. | ian | 2012-12-22 | 12 | -223/+517 |
* | runtime: Delete from a nil map is now a no-op. | ian | 2012-12-12 | 1 | -1/+1 |
* | libgo: Update to current master library sources. | ian | 2012-12-12 | 3 | -13/+41 |
* | runtime: Fix build failures with -D_FORTIFY_SOURCE=2. | ian | 2012-12-04 | 2 | -2/+8 |
* | compiler, runtime: Track fields with tag go:"track". | ian | 2012-11-29 | 1 | -0/+101 |
* | libgo: Update to current version of master library. | ian | 2012-11-21 | 14 | -88/+224 |
* | runtime: Fix use of __atomic_compare_exchange_n: not weak, consistent. | ian | 2012-11-17 | 1 | -1/+1 |
* | compiler, runtime: Size of int is now 64 bits on x86_64. | ian | 2012-11-06 | 1 | -2/+2 |
* | compiler, libgo: Fixes to prepare for 64-bit int. | ian | 2012-11-06 | 8 | -12/+13 |
* | compiler, runtime: Memcmp routine returns intgo. | ian | 2012-11-06 | 1 | -0/+13 |
* | runtime: provide initcontext and fixcontext for NetBSD | ian | 2012-11-05 | 1 | -1/+23 |