summaryrefslogtreecommitdiff
path: root/libgo/runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime: use sched_getaffinity for runtime.NumCPU() on Linuxian2012-08-101-32/+21
* runtime: support NumCPU() on more platformsian2012-08-078-36/+118
* runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it.ian2012-07-263-7/+3
* runtime: correct a logic error in hashmap growth.ian2012-07-231-2/+2
* libgo: Update to Go 1.0.2 release.ian2012-06-254-5/+10
* runtime: Fix printing of names in stack dumps.ian2012-06-071-2/+2
* runtime: Use dl_iterate_phdr to get TLS size.ian2012-06-071-31/+58
* 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-051-1/+26
* runtime: Better SWIG interface for allocating Go memory from C/C++.ian2012-06-042-3/+143
* 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-2411-180/+91
* 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-176-35/+225
* runtime: Make all variables used across getcontext volatile.ian2012-05-151-10/+17
* libgo: Use -fgo-pkgpath.ian2012-05-1421-55/+66
* PR go/52358ian2012-04-271-0/+114
* runtime: Correct syscall.Setenv for systems that don't have setenv.ian2012-04-271-1/+1
* compiler, runtime: Add explicit checks for zero and overflow division.ian2012-04-201-1/+7
* runtime: Ignore stack sizes when deciding when to GC.ian2012-04-204-3/+19
* libgo: Update to weekly.2012-03-27 aka go1 release.ian2012-03-301-0/+19
* libgo: Update to weekly.2012-03-22.ian2012-03-302-5/+8
* libgo: Update to weekly.2012-03-13.ian2012-03-303-4/+24
* libgo: Export {enter,exit}syscall and use it for getaddrinfo.ian2012-03-131-2/+2
* libgo: Implement and use runtime.Caller, runtime.Func.FileLine.ian2012-03-075-39/+130
* libgo: Update to weekly.2012-03-04 release.ian2012-03-0611-20/+119
* runtime: Implement runtime.Callers.ian2012-03-051-0/+9
* PR go/52342ian2012-03-051-1/+6
* runtime: Add type casts to fix Solaris build.ian2012-03-021-2/+2
* libgo: Update to weekly.2012-02-22 release.ian2012-03-029-60/+288
* libgo: Update to weekly.2012-02-14 release.ian2012-03-0221-518/+449
* syscall: Fill out GNU/Linux support.ian2012-02-291-0/+21
* runtime: Call exit rather than _exit.ian2012-02-281-1/+1
* runtime: Fix typo in go-nosys.c.ian2012-02-251-1/+1
* libgo: Add mount flags, fallocate, statfs.ian2012-02-181-0/+12
* runtime: Support broken makecontext on Solaris 8/9.ian2012-02-151-0/+3
* PR go/48407ian2012-02-141-1/+22
* PR go/48501ian2012-02-141-1/+4
* PR go/50654ian2012-02-141-12/+31
* PR go/52084ian2012-02-121-1/+58
* runtime: Handle FFI promoting result types.ian2012-02-111-1/+99
* runtime: Tweak __go_can_recover for SPARC.ian2012-02-111-0/+8
* runtime: Fix chan code for big-endian strict-alignment systemsian2012-02-111-8/+23
* runtime: For g0 set stack_size to 0 when not -fsplit-stack.ian2012-02-101-1/+5
* runtime: Save all registers on stack for GC scan.ian2012-02-101-0/+4