Age | Commit message (Expand) | Author | Files | Lines |
2012-06-04 | runtime: Better SWIG interface for allocating Go memory from C/C++. | Ian Lance Taylor | 1 | -0/+6 |
2012-05-14 | libgo: Use -fgo-pkgpath. | Ian Lance Taylor | 3 | -12/+12 |
2012-04-30 | re PR go/52586 (libgo fails to build for mips*64-linux-gnu (reference to unde... | Ian Lance Taylor | 1 | -1/+5 |
2012-04-22 | mksysinfo: More fixes to emulate master Go library. | Ian Lance Taylor | 2 | -2/+2 |
2012-04-22 | godump.c (go_output_typedef): Dump size of structs. | Ian Lance Taylor | 1 | -2/+2 |
2012-04-21 | syscall: Additional constants, some type corrections. | Ian Lance Taylor | 2 | -2/+2 |
2012-04-20 | net, syscall: Use native endianness for GNU/Linux netlink code. | Ian Lance Taylor | 1 | -37/+6 |
2012-04-03 | syscall, net: Fix GNU/Linux netlink code for big-endian systems. | Ian Lance Taylor | 1 | -17/+37 |
2012-03-30 | syscall: Convert errno to error after Exitsyscall. | Ian Lance Taylor | 1 | -1/+12 |
2012-03-29 | compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr. | Ian Lance Taylor | 1 | -1/+1 |
2012-03-23 | syscall: Fix errno handling in syscall.Syscall and friends. | Ian Lance Taylor | 1 | -0/+4 |
2012-03-13 | libgo: Export {enter,exit}syscall and use it for getaddrinfo. | Ian Lance Taylor | 4 | -10/+10 |
2012-03-06 | libgo: Update to weekly.2012-03-04 release. | Ian Lance Taylor | 1 | -0/+12 |
2012-03-02 | libgo: Update to weekly.2012-02-14 release. | Ian Lance Taylor | 8 | -13/+70 |
2012-02-29 | syscall: Fill out GNU/Linux support. | Ian Lance Taylor | 3 | -43/+94 |
2012-02-18 | libgo: Add mount flags, fallocate, statfs. | Ian Lance Taylor | 1 | -9/+6 |
2012-02-14 | syscall: Change Dup2 to only return an error. | Ian Lance Taylor | 4 | -18/+15 |
2012-02-09 | libgo: Update to weekly.2012-02-07. | Ian Lance Taylor | 5 | -44/+466 |
2012-02-07 | compiler, libgo: Use //extern comments rather than __asm__. | Ian Lance Taylor | 2 | -6/+9 |
2012-02-02 | syscall: Add syscall.Times. | Ian Lance Taylor | 1 | -6/+5 |
2012-01-31 | syscall: Add Gettid on GNU/Linux systems. | Ian Lance Taylor | 1 | -3/+4 |
2012-01-31 | syscall: Don't use PtraceRegs if it is not defined. | Ian Lance Taylor | 4 | -40/+62 |
2012-01-30 | syscall: Support socket control messages. | Ian Lance Taylor | 2 | -15/+19 |
2012-01-27 | syscall: Define IPV6 constants for Irix. | Ian Lance Taylor | 1 | -0/+9 |
2012-01-27 | libgo: Fix merge errors shown on Solaris. | Ian Lance Taylor | 1 | -5/+4 |
2012-01-25 | libgo: Update to weekly.2012-01-20. | Ian Lance Taylor | 1 | -0/+8 |
2012-01-25 | libgo: Update to weekly.2012-01-15. | Ian Lance Taylor | 6 | -248/+527 |
2012-01-13 | libgo: Only build iopl and ioperm on 386, amd64, alpha GNU/Linux. | Ian Lance Taylor | 4 | -10/+43 |
2012-01-13 | libgo: Update to weekly.2011-12-22. | Ian Lance Taylor | 8 | -12/+61 |
2011-12-20 | syscall: Don't define IPMreq in socket_irix.go. | Ian Lance Taylor | 1 | -40/+32 |
2011-12-20 | libgo: Fix use of -D_GNU_SOURCE and friends when building libgo. | Ian Lance Taylor | 1 | -3/+0 |
2011-12-15 | syscall: Move Errno into its own file, for RTEMS. | Ian Lance Taylor | 2 | -22/+26 |
2011-12-13 | syscall: Don't build wait status functions on RTEMS. | Ian Lance Taylor | 1 | -3/+13 |
2011-12-12 | libgo: Update to weekly.2011-11-18. | Ian Lance Taylor | 39 | -583/+854 |
2011-11-28 | runtime: Multiplex goroutines onto OS threads. | Ian Lance Taylor | 1 | -5/+6 |
2011-11-02 | syscall: Remove Linux system calls not available in older glibcs. | Ian Lance Taylor | 1 | -6/+9 |
2011-11-02 | exp/terminal: Use tcgetattr/tcsetattr rather than ioctl. | Ian Lance Taylor | 1 | -0/+6 |
2011-11-01 | syscall: Portability code for epoll_event on GNU/Linux. | Ian Lance Taylor | 1 | -9/+0 |
2011-10-31 | syscall: Fix Errstr on systems without strerror_r. | Ian Lance Taylor | 1 | -2/+2 |
2011-10-31 | syscall: Remove a couple more 3-parameter match's in mksyscall.awk. | Ian Lance Taylor | 1 | -2/+2 |
2011-10-27 | syscalls: Rewrite awk script to work with nawk. | Ian Lance Taylor | 1 | -15/+45 |
2011-10-26 | Update Go library to last weekly. | Ian Lance Taylor | 8 | -17/+11 |
2011-10-25 | Solaris/Irix compatibility patches. | Ian Lance Taylor | 9 | -6/+49 |
2011-10-25 | Fix Solaris build. | Ian Lance Taylor | 1 | -1/+1 |
2011-10-24 | Some minor fixes to the rewritten syscall library. | Ian Lance Taylor | 2 | -6/+8 |
2011-10-23 | Implement new syscall package. | Ian Lance Taylor | 41 | -0/+4350 |