summaryrefslogtreecommitdiffstats
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* runtime: Fix __go_symbol_value val argument to backtrace_syminfo.ian2012-10-081-1/+1
* runtime: Use argv[0] to get executable name for backtrace.ian2012-10-053-1/+13
* libgo: Update to Go 1.0.3.ian2012-10-03124-481/+2060
* runtime: Better detection of memory allocation request overflow.ian2012-09-284-2/+16
* runtime: runtime.Caller should succeed even without debug info.ian2012-09-281-1/+2
* libgo: Use libbacktrace rather than debug/elf registration.ian2012-09-2813-256/+165
* runtime: Reject surrogate pairs in range over string.ian2012-09-221-0/+8
* compiler, runtime: Reject surrogate pair converting int to string.ian2012-09-221-0/+9
* runtime: Return random number of hash of NaN.ian2012-09-222-6/+22
* libgo: Add no-dist and -Wno-portability to AM_INIT_AUTOMAKE.ian2012-09-203-312/+19
* debug/elf, debug/dwarf: DWARF line number fixes.ian2012-09-062-7/+49
* compiler: Remove old handling of unsafe.Pointer in type assertions.ian2012-08-231-1/+1
* mksysinfo: Fix syscall.F_GETLK and friends for 32-bit x86.ian2012-08-211-0/+10
* runtime: use sched_getaffinity for runtime.NumCPU() on Linuxian2012-08-101-32/+21
* runtime: support NumCPU() on more platformsian2012-08-0710-42/+210
* runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it.ian2012-07-266-10/+15
* runtime: correct a logic error in hashmap growth.ian2012-07-231-2/+2
* mksysinfo.sh: Fix handling of glibc 2.16 bits/resource.h.ian2012-07-091-2/+2
* gotest: Only look in data segment for ppc64, not ppc*.ian2012-06-251-1/+1
* libgo: Update to Go 1.0.2 release.ian2012-06-2559-169/+1088
* compiler, reflect: Quote package path with tabs.ian2012-06-141-1/+1
* libgo: Make the subdirectory in the CHECK target.ian2012-06-142-216/+2
* os/user: Use Entersyscall.ian2012-06-131-1/+6
* os: Use Entersyscall when reading directories.ian2012-06-131-2/+9
* compiler, reflect: Handle package path like gc compiler.ian2012-06-123-4/+24
* runtime: Fix printing of names in stack dumps.ian2012-06-071-2/+2
* runtime: Use dl_iterate_phdr to get TLS size.ian2012-06-074-36/+63
* runtime: Comment out code adding TLS size to stack size.ian2012-06-051-0/+2
* runtime: Fix call to _dl_get_tls_static_info for i386.ian2012-06-054-3/+31
* mksysinfo: Fix for recent change to glibc <sys/resource.h>.ian2012-06-051-0/+2
* runtime: Better SWIG interface for allocating Go memory from C/C++.ian2012-06-043-3/+149
* runtime: More efficient implementation of trampolines.ian2012-05-253-26/+88
* runtime: Fix cast error in print.c on 32-bit systems.ian2012-05-251-1/+1
* runtime: Make runtime.Stack actually work.ian2012-05-244-66/+61
* runtime: Correct definition of __go_file_line to match declaration.ian2012-05-241-1/+1
* runtime: Copy runtime_printf from other Go library.ian2012-05-241-0/+310
* runtime: Copy runtime_printf from other Go library.ian2012-05-2414-185/+106
* runtime: Tweak runtime.Callers for Go 1 compatibility.ian2012-05-221-1/+4
* runtime: Use getcontext, not setjmp, to save regs for GC.ian2012-05-222-7/+4
* runtime: Print stack trace on panic or signal.ian2012-05-178-61/+262
* log/syslog: Fix name of C function syslog_c.ian2012-05-161-1/+1
* debug/dwarf: Fix handling of LineSetFile.ian2012-05-161-1/+1
* runtime: Make all variables used across getcontext volatile.ian2012-05-151-10/+17
* libgo: Use -fgo-pkgpath.ian2012-05-1436-475/+524
* libgo: Update to Go 1.0.1 release.ian2012-05-0446-97/+430
* PR go/52586ian2012-04-302-1/+13
* PR go/52358ian2012-04-274-0/+175
* PR go/52358ian2012-04-271-1/+12
* runtime: Correct syscall.Setenv for systems that don't have setenv.ian2012-04-271-1/+1
* mksysinfo, net: Always define syscall.SO_REUSEPORT.ian2012-04-262-4/+6
OpenPOWER on IntegriCloud