summaryrefslogtreecommitdiff
path: root/libgo/runtime
Commit message (Expand)AuthorAgeFilesLines
* 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
* runtime: Use __builtin_{inf,nan} rather than INFINITY/NAN.ian2012-02-101-6/+6
* libgo: Update to weekly.2012-02-07.ian2012-02-095-5/+20
* runtime: Add matherr function when appropriate.ian2012-02-081-0/+88
* compiler, runtime: Check make int64 args for overflow.ian2012-02-083-0/+44
* runtime: System-specific hack fix for x86_64 Solaris 10.ian2012-02-081-0/+55
* runtime: Correct ENOSYS functions.ian2012-02-021-16/+32
* libgo: Fix merge errors shown on Solaris.ian2012-01-272-2/+8
* libgo: Build stubs for some syscall functions not on older systems.ian2012-01-261-0/+192
* libgo: Update to weekly.2012-01-15.ian2012-01-257-61/+40
* runtime: Make builtin print exactly match gc builtin print.ian2012-01-211-10/+87
* libgo: Solaris and Irix compatibility patches.ian2012-01-173-4/+8
* libgo: Update to weekly.2011-12-22.ian2012-01-136-12/+24
* libgo: Update to weekly.2011-12-14.ian2012-01-122-4/+5
* compiler, runtime: Implement struct and array comparisons.ian2012-01-068-48/+272
* runtime: Fix missing USING_SPLIT_STACK ifdef.ian2011-12-221-1/+5
* runtime: Catch signals on altstack, disable splitstack signal blocking.ian2011-12-216-133/+340
* libgo/runtime: Don't define _GNU_SOURCE in source code.ian2011-12-202-3/+0
* runtime: RTEMS build fixes.ian2011-12-132-0/+7
* libgo: Update to weekly.2011-12-02.ian2011-12-133-9/+36
* libgo: Update to weekly.2011-11-18.ian2011-12-127-18/+312
* runtime: make print() built-in write to stderr.ian2011-12-091-12/+12
* libgo: Add back tests of syscall time.ian2011-12-071-0/+31
* libgo: Update to weekly 2011-11-09.ian2011-12-071-0/+13
* libgo: Update to weekly.2011-11-01.ian2011-12-023-39/+57
* runtime: Remove temporary runtime_cond_wait function.ian2011-12-012-27/+0