summaryrefslogtreecommitdiff
path: root/libgo/go
Commit message (Expand)AuthorAgeFilesLines
* syscall: Fill out GNU/Linux support.ian2012-02-293-43/+94
* libgo: Add mount flags, fallocate, statfs.ian2012-02-181-9/+6
* PR go/51874ian2012-02-162-8/+2
* syscall: Change Dup2 to only return an error.ian2012-02-144-18/+15
* net: Don't run UDP multicast tests on Alpha GNU/Linux.ian2012-02-141-1/+1
* sync/atomic: Disable tests which can't run based on pointer size.ian2012-02-121-0/+2
* os: Fix Solaris stat functions.ian2012-02-091-7/+7
* libgo: Update to weekly.2012-02-07.ian2012-02-09280-3536/+4223
* os: Fix typo in //extern comment.ian2012-02-081-1/+1
* 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
* syscall: Add syscall.Times.ian2012-02-021-6/+5
* os/exec: Make sure file descriptor is not closed early.ian2012-02-011-0/+1
* libgo: Update to weekly.2012-01-27.ian2012-02-01274-23973/+15349
* 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-302-15/+19
* syscall: Define IPV6 constants for Irix.ian2012-01-271-0/+9
* libgo: Fix merge errors shown on Solaris.ian2012-01-272-6/+5
* libgo: Update to weekly.2012-01-20.ian2012-01-25195-1782/+4876
* libgo: Update to weekly.2012-01-15.ian2012-01-25177-3781/+7622
* compiler: Give an error if a variable is defined but not used.ian2012-01-233-13/+10
* libgo: Only build iopl and ioperm on 386, amd64, alpha GNU/Linux.ian2012-01-134-10/+43
* libgo: Update to weekly.2011-12-22.ian2012-01-13182-1206/+3533
* libgo: Update to weekly.2011-12-14.ian2012-01-12160-1640/+3413
* syscall: Don't define IPMreq in socket_irix.go.ian2011-12-201-40/+32
* libgo: Fix use of -D_GNU_SOURCE and friends when building libgo.ian2011-12-201-3/+0
* os: Fix fileInfoFromStat for Solaris.ian2011-12-161-0/+56
* syscall: Move Errno into its own file, for RTEMS.ian2011-12-152-22/+26
* libgo: Update to weekly.2011-12-06.ian2011-12-14136-1307/+1417
* runtime: Bump memory limit in gc_test.ian2011-12-141-1/+1
* runtime: Change gc_test to test only newly allocated memory.ian2011-12-131-4/+12
* syscall: Don't build wait status functions on RTEMS.ian2011-12-131-3/+13
* libgo: Solaris compatibility patches.ian2011-12-132-3/+4
* libgo: Update to weekly.2011-12-02.ian2011-12-13226-4471/+6486
* libgo: Update to weekly.2011-11-18.ian2011-12-12211-3929/+6000
* net/http: delete temporary files.ian2011-12-121-0/+3
* syslog: Fix name of C syslog function.ian2011-12-091-1/+1
* libgo: Add back tests of syscall time.ian2011-12-072-9/+2
* libgo: Remove debug/proc, os.Error.ian2011-12-077-395/+3
* libgo: Update to weekly 2011-11-09.ian2011-12-07373-1065/+3417
* libgo: Remove more os.Error cases.ian2011-12-063-16/+15
* libgo: Update to weekly.2011-11-02.ian2011-12-03482-4124/+3926
* libgo: Update to weekly.2011-11-01.ian2011-12-02162-1558/+2180
* libgo: update to weekly.2011-10-25ian2011-11-2936-3321/+4579
* runtime: Multiplex goroutines onto OS threads.ian2011-11-281-5/+6
* syscall: Remove Linux system calls not available in older glibcs.ian2011-11-021-6/+9
* exp/terminal: Use tcgetattr/tcsetattr rather than ioctl.ian2011-11-022-8/+13
* syscall: Portability code for epoll_event on GNU/Linux.ian2011-11-011-9/+0
* syscall: Fix Errstr on systems without strerror_r.ian2011-10-311-2/+2