summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* syscall: Support socket control messages.ian2012-01-305-15/+71
* syscall: Define IPV6 constants for Irix.ian2012-01-271-0/+9
* libgo: Fix merge errors shown on Solaris.ian2012-01-275-9/+14
* libgo: Build stubs for some syscall functions not on older systems.ian2012-01-266-411/+695
* libgo/mksysinfo: Always define IPV6_TCLASS.ian2012-01-261-1/+1
* libgo/mksysinfo: Correct typo.ian2012-01-261-1/+1
* libgo: Update to weekly.2012-01-20.ian2012-01-25198-1948/+5120
* libgo: Update to weekly.2012-01-15.ian2012-01-25192-3901/+7842
* compiler: Give an error if a variable is defined but not used.ian2012-01-233-13/+10
* runtime: Make builtin print exactly match gc builtin print.ian2012-01-211-10/+87
* libgo: Solaris and Irix compatibility patches.ian2012-01-175-4/+10
* mksysinfo: Fix Alpha GNU/Linux compatibility patch.ian2012-01-171-1/+1
* libgo: Only build iopl and ioperm on 386, amd64, alpha GNU/Linux.ian2012-01-134-10/+43
* mksysinfo: Pick up TIOCGWINSZ even if expression is too complex.ian2012-01-131-0/+16