summaryrefslogtreecommitdiffstats
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* debug/dwarf: Support DWARF versions 3 and 4.ian2012-03-097-40/+108
* debug/elf: Don't crash if line numbers are not available.ian2012-03-091-1/+1
* libgo: Implement and use runtime.Caller, runtime.Func.FileLine.ian2012-03-0729-68/+861
* libgo: Update to weekly.2012-03-04 release.ian2012-03-06147-2021/+3079
* runtime: Implement runtime.Callers.ian2012-03-051-0/+9
* PR go/52342ian2012-03-051-1/+6
* libgo: Fix Solaris ustat.h test.ian2012-03-052-2/+8
* libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux.ian2012-03-024-3/+53
* runtime: Add type casts to fix Solaris build.ian2012-03-021-2/+2
* libgo: Update to weekly.2012-02-22 release.ian2012-03-02208-1993/+5192
* libgo: Update to weekly.2012-02-14 release.ian2012-03-02262-8661/+11079
* mksysinfo: Define MADV_ constants for madvise.ian2012-03-011-0/+2
* syscall: Fill out GNU/Linux support.ian2012-02-2910-47/+269
* 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-186-13/+89
* PR go/52266ian2012-02-172-410/+406
* PR go/51874ian2012-02-162-8/+2
* runtime: Support broken makecontext on Solaris 8/9.ian2012-02-154-0/+41
* PR go/48407ian2012-02-141-1/+22
* PR go/48410ian2012-02-145-35/+38
* syscall: Change Dup2 to only return an error.ian2012-02-144-18/+15
* PR go/48501ian2012-02-141-1/+4
* PR go/50654ian2012-02-141-12/+31
* net: Don't run UDP multicast tests on Alpha GNU/Linux.ian2012-02-141-1/+1
* PR go/52084ian2012-02-124-1/+152
* sync/atomic: Disable tests which can't run based on pointer size.ian2012-02-121-0/+2
* 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
* libgo/configure: Fixes for Solaris 8 and cross-compilation.ian2012-02-103-8/+58
* runtime: Use __builtin_{inf,nan} rather than INFINITY/NAN.ian2012-02-101-6/+6
* os: Fix Solaris stat functions.ian2012-02-091-7/+7
* libgo: Update to weekly.2012-02-07.ian2012-02-09288-3680/+4303
* runtime: Add matherr function when appropriate.ian2012-02-086-22/+172
* os: Fix typo in //extern comment.ian2012-02-081-1/+1
* math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.ian2012-02-085-4/+55
* 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-084-0/+237
* compiler, libgo: Use //extern comments rather than __asm__.ian2012-02-0723-44/+121
* compiler, reflect: Fix hash codes of named types, fix PtrTo hash.ian2012-02-042-2/+28
* mksysinfo: Fix type of last field of Cmsghdr.ian2012-02-031-0/+1
* runtime: Correct ENOSYS functions.ian2012-02-021-16/+32
* syscall: Add syscall.Times.ian2012-02-022-6/+15
* os/exec: Make sure file descriptor is not closed early.ian2012-02-011-0/+1
* libgo: Update to weekly.2012-01-27.ian2012-02-01277-24843/+15442
* syscall: Add Gettid on GNU/Linux systems.ian2012-01-311-3/+4
* syscall: Don't use PtraceRegs if it is not defined.ian2012-01-314-40/+62
OpenPOWER on IntegriCloud