summaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)Author
2012-02-18libgo: Add mount flags, fallocate, statfs.ian
2012-02-17 PR go/52266ian
2012-02-16 PR go/51874ian
2012-02-15runtime: Support broken makecontext on Solaris 8/9.ian
2012-02-14 PR go/48407ian
2012-02-14 PR go/48410ian
2012-02-14syscall: Change Dup2 to only return an error.ian
2012-02-14 PR go/48501ian
2012-02-14 PR go/50654ian
2012-02-14net: Don't run UDP multicast tests on Alpha GNU/Linux.ian
2012-02-12 PR go/52084ian
2012-02-12sync/atomic: Disable tests which can't run based on pointer size.ian
2012-02-11runtime: Handle FFI promoting result types.ian
2012-02-11runtime: Tweak __go_can_recover for SPARC.ian
2012-02-11runtime: Fix chan code for big-endian strict-alignment systemsian
2012-02-10runtime: For g0 set stack_size to 0 when not -fsplit-stack.ian
2012-02-10runtime: Save all registers on stack for GC scan.ian
2012-02-10libgo/configure: Fixes for Solaris 8 and cross-compilation.ian
2012-02-10runtime: Use __builtin_{inf,nan} rather than INFINITY/NAN.ian
2012-02-09os: Fix Solaris stat functions.ian
2012-02-09libgo: Update to weekly.2012-02-07.ian
2012-02-08runtime: Add matherr function when appropriate.ian
2012-02-08os: Fix typo in //extern comment.ian
2012-02-08math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.ian
2012-02-08compiler, runtime: Check make int64 args for overflow.ian
2012-02-08runtime: System-specific hack fix for x86_64 Solaris 10.ian
2012-02-07compiler, libgo: Use //extern comments rather than __asm__.ian
2012-02-04compiler, reflect: Fix hash codes of named types, fix PtrTo hash.ian
2012-02-03mksysinfo: Fix type of last field of Cmsghdr.ian
2012-02-02runtime: Correct ENOSYS functions.ian
2012-02-02syscall: Add syscall.Times.ian
2012-02-01os/exec: Make sure file descriptor is not closed early.ian
2012-02-01libgo: Update to weekly.2012-01-27.ian
2012-01-31syscall: Add Gettid on GNU/Linux systems.ian
2012-01-31syscall: Don't use PtraceRegs if it is not defined.ian
2012-01-30syscall: Support socket control messages.ian
2012-01-27syscall: Define IPV6 constants for Irix.ian
2012-01-27libgo: Fix merge errors shown on Solaris.ian
2012-01-26libgo: Build stubs for some syscall functions not on older systems.ian
2012-01-26libgo/mksysinfo: Always define IPV6_TCLASS.ian
2012-01-26libgo/mksysinfo: Correct typo.ian
2012-01-25libgo: Update to weekly.2012-01-20.ian
2012-01-25libgo: Update to weekly.2012-01-15.ian
2012-01-23compiler: Give an error if a variable is defined but not used.ian
2012-01-21runtime: Make builtin print exactly match gc builtin print.ian
2012-01-17libgo: Solaris and Irix compatibility patches.ian
2012-01-17mksysinfo: Fix Alpha GNU/Linux compatibility patch.ian
2012-01-13libgo: Only build iopl and ioperm on 386, amd64, alpha GNU/Linux.ian
2012-01-13mksysinfo: Pick up TIOCGWINSZ even if expression is too complex.ian
2012-01-13mksysinfo: Make sure EPOLL_CLOEXEC is defined.ian