syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.
[gcc.git] / libgo / runtime /
2013-10-17 Ian Lance Taylorsyscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get...
2013-10-16 Ian Lance Taylorruntime: Fix build on systems without split stack.
2013-10-14 Ian Lance Taylorruntime: Don't clobber saved context when catching...
2013-10-11 Ian Lance Taylorruntime: Report len out of range for large len when...
2013-10-09 Ian Lance Taylorcompiler, runtime: Fix complex division of NaN / 0.
2013-10-09 Ian Lance Taylorruntime: Do not report thunks and recover functions...
2013-10-02 Ian Lance Taylorruntime: Fix append of slice with elements of zero...
2013-09-03 Ian Lance Taylorcompiler, runtime: Use runtime functions to pass closur...
2013-07-24 Ian Lance Taylorruntime: Handle allocating memory in cgo/SWIG function.
2013-07-24 Ian Lance Taylorruntime: Check _end rather than end to find end of...
2013-07-24 Ian Lance Taylorruntime: Move new 1.1.1 functions from thread-linux...
2013-07-23 Ian Lance Taylorruntime: Declare epoll_create1 if necessary.
2013-07-23 Ian Lance Taylorruntime: Support cgo callbacks from threads started...
2013-07-23 Ian Lance Taylorruntime: Ignore SIGPROF if not on a Go thread.
2013-07-16 Ian Lance Taylorruntime: Fix build on non-split-stack systems.
2013-07-16 Ian Lance Taylorlibgo: Update to Go 1.1.1.
2013-06-18 Ian Lance Taylorcompiler, runtime: Use function descriptors.
2013-03-01 Ian Lance Taylorruntime, testing/quick: libffi doesn't handle complex...
2013-02-28 Ian Lance Taylorruntime: Don't block SIGTRAP while creating a new thread.
2013-02-20 Ian Lance Taylorre PR go/56320 (Several libgo tests FAIL on 64-bit...
2013-02-15 Ian Lance Taylorruntime: Do not reserve huge amount of swap on 32 bit...
2013-02-07 Ian Lance Taylorruntime: Change main in goc2c to return int.
2013-02-05 Ian Lance Taylorre PR go/56172 (net FAILs on Solaris)
2013-02-02 Ian Lance Taylorruntime: Correct handling of runtime.Callers skip param...
2013-02-01 Ian Lance Taylorruntime: Correct test for morestack.S.
2013-01-31 Ian Lance Taylorruntime: Recognize morestack.S if there is no function...
2013-01-31 Ian Lance Taylorruntime: Remove confusion about split stack functions...
2013-01-31 Ian Lance Taylorruntime: Block signals when creating a new thread.
2013-01-31 Ian Lance Taylorruntime: Don't allocate when doing a backtrace.
2013-01-30 Ian Lance Taylorruntime: In backtraces, get inline functions, skip...
2013-01-30 Ian Lance Taylorlibgo: Update Go library to master revision 15502/22908...
2013-01-29 Ian Lance Taylorlibgo: Update Go library to master revision 15489/921e5...
2013-01-29 Ian Lance Taylorruntime: SPARCv9 fixes for lfstack.
2013-01-25 Ian Lance Taylorre PR other/56076 (Several 64-bit libgo tests FAIL...
2013-01-24 Ian Lance Taylorre PR go/46986 (Go is not supported on Darwin)
2012-12-22 Ian Lance Taylorlibgo: Update to revision 15193:6fdc1974457c of master...
2012-12-12 Ian Lance Taylorruntime: Delete from a nil map is now a no-op.
2012-12-12 Ian Lance Taylorlibgo: Update to current master library sources.
2012-12-04 Ian Lance Taylorruntime: Fix build failures with -D_FORTIFY_SOURCE=2.
2012-11-29 Ian Lance Taylorcompiler, runtime: Track fields with tag go:"track".
2012-11-21 Ian Lance Taylorlibgo: Update to current version of master library.
2012-11-17 Ian Lance Taylorruntime: Fix use of __atomic_compare_exchange_n: not...
2012-11-06 Ian Lance Taylorcompiler, runtime: Size of int is now 64 bits on x86_64.
2012-11-06 Ian Lance Taylorcompiler, libgo: Fixes to prepare for 64-bit int.
2012-11-06 Ian Lance Taylorcompiler, runtime: Memcmp routine returns intgo.
2012-11-05 Ian Lance Taylorruntime: provide initcontext and fixcontext for NetBSD
2012-11-02 Ian Lance Taylorruntime: Fix reflect.Call support for 64-bit ints.
2012-11-01 Ian Lance Taylorcompiler, runtime: More steps toward separating int...
2012-10-31 Ian Lance Taylorruntime/goc2c: Drop gc support, change int to intgo.
2012-10-23 Ian Lance Taylorlibgo: Update to current sources.
2012-10-08 Ian Lance Taylorruntime: Fix __go_symbol_value val argument to backtrac...
2012-10-05 Ian Lance Taylorruntime: Use argv[0] to get executable name for backtrace.
2012-10-03 Ian Lance Taylorlibgo: Update to Go 1.0.3.
2012-09-28 Ian Lance Taylorruntime: Better detection of memory allocation request...
2012-09-28 Ian Lance Taylorruntime: runtime.Caller should succeed even without...
2012-09-28 Ian Lance Taylorlibgo: Use libbacktrace rather than debug/elf registration.
2012-09-22 Ian Lance Taylorruntime: Reject surrogate pairs in range over string.
2012-09-22 Ian Lance Taylorcompiler, runtime: Reject surrogate pair converting...
2012-09-22 Ian Lance Taylorruntime: Return random number of hash of NaN.
2012-08-10 Ian Lance Taylorruntime: use sched_getaffinity for runtime.NumCPU(...
2012-08-07 Ian Lance Taylorruntime: support NumCPU() on more platforms Added suppo...
2012-07-26 Ian Lance Taylorruntime, runtime/pprof: Fix runtime/pprof test to pass...
2012-07-23 Ian Lance Taylorruntime: correct a logic error in hashmap growth.
2012-06-25 Ian Lance Taylorlibgo: Update to Go 1.0.2 release.
2012-06-07 Ian Lance Taylorruntime: Fix printing of names in stack dumps.
2012-06-07 Ian Lance Taylorruntime: Use dl_iterate_phdr to get TLS size.
2012-06-05 Ian Lance Taylorruntime: Comment out code adding TLS size to stack...
2012-06-05 Ian Lance Taylorruntime: Fix call to _dl_get_tls_static_info for i386.
2012-06-04 Ian Lance Taylorruntime: Better SWIG interface for allocating Go memory...
2012-05-25 Ian Lance Taylorruntime: More efficient implementation of trampolines.
2012-05-25 Ian Lance Taylorruntime: Fix cast error in print.c on 32-bit systems.
2012-05-24 Ian Lance Taylorruntime: Make runtime.Stack actually work.
2012-05-24 Ian Lance Taylorruntime: Correct definition of __go_file_line to match...
2012-05-24 Ian Lance Taylorruntime: Copy runtime_printf from other Go library.
2012-05-24 Ian Lance Taylorruntime: Copy runtime_printf from other Go library.
2012-05-22 Ian Lance Taylorruntime: Tweak runtime.Callers for Go 1 compatibility.
2012-05-22 Ian Lance Taylorruntime: Use getcontext, not setjmp, to save regs for GC.
2012-05-17 Ian Lance Taylorruntime: Print stack trace on panic or signal.
2012-05-15 Ian Lance Taylorruntime: Make all variables used across getcontext...
2012-05-14 Ian Lance Taylorlibgo: Use -fgo-pkgpath.
2012-04-27 Ian Lance Taylorre PR go/52358 (math FAILs on Solaris 8 and 9)
2012-04-27 Ian Lance Taylorruntime: Correct syscall.Setenv for systems that don...
2012-04-20 Ian Lance Taylorcompiler, runtime: Add explicit checks for zero and...
2012-04-20 Ian Lance Taylorruntime: Ignore stack sizes when deciding when to GC.
2012-03-30 Ian Lance Taylorlibgo: Update to weekly.2012-03-27 aka go1 release.
2012-03-30 Ian Lance Taylorlibgo: Update to weekly.2012-03-22.
2012-03-30 Ian Lance Taylorlibgo: Update to weekly.2012-03-13.
2012-03-13 Ian Lance Taylorlibgo: Export {enter,exit}syscall and use it for getadd...
2012-03-07 Ian Lance Taylorlibgo: Implement and use runtime.Caller, runtime.Func...
2012-03-06 Ian Lance Taylorlibgo: Update to weekly.2012-03-04 release.
2012-03-05 Ian Lance Taylorruntime: Implement runtime.Callers.
2012-03-05 Ian Lance Taylorre PR go/52342 (64-bit go.test/test/chan/doubleselect...
2012-03-02 Ian Lance Taylorruntime: Add type casts to fix Solaris build.
2012-03-02 Ian Lance Taylorlibgo: Update to weekly.2012-02-22 release.
2012-03-02 Ian Lance Taylorlibgo: Update to weekly.2012-02-14 release.
2012-02-29 Ian Lance Taylorsyscall: Fill out GNU/Linux support.
2012-02-28 Ian Lance Taylorruntime: Call exit rather than _exit.
2012-02-25 Ian Lance Taylorruntime: Fix typo in go-nosys.c.
2012-02-18 Ian Lance Taylorlibgo: Add mount flags, fallocate, statfs.
2012-02-15 Ian Lance Taylorruntime: Support broken makecontext on Solaris 8/9.
next