summaryrefslogtreecommitdiff
path: root/libgo/go/syscall
Commit message (Expand)AuthorAgeFilesLines
* syscall: Convert errno to error after Exitsyscall.ian2012-03-301-1/+12
* compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr.ian2012-03-291-1/+1
* syscall: Fix errno handling in syscall.Syscall and friends.ian2012-03-231-0/+4
* libgo: Export {enter,exit}syscall and use it for getaddrinfo.ian2012-03-134-10/+10
* libgo: Update to weekly.2012-03-04 release.ian2012-03-061-0/+12
* libgo: Update to weekly.2012-02-14 release.ian2012-03-028-13/+70
* syscall: Fill out GNU/Linux support.ian2012-02-293-43/+94
* libgo: Add mount flags, fallocate, statfs.ian2012-02-181-9/+6
* syscall: Change Dup2 to only return an error.ian2012-02-144-18/+15
* libgo: Update to weekly.2012-02-07.ian2012-02-095-44/+466
* compiler, libgo: Use //extern comments rather than __asm__.ian2012-02-072-6/+9
* syscall: Add syscall.Times.ian2012-02-021-6/+5
* 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-271-5/+4
* libgo: Update to weekly.2012-01-20.ian2012-01-251-0/+8
* libgo: Update to weekly.2012-01-15.ian2012-01-256-248/+527
* 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-138-12/+61
* 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
* syscall: Move Errno into its own file, for RTEMS.ian2011-12-152-22/+26
* syscall: Don't build wait status functions on RTEMS.ian2011-12-131-3/+13
* libgo: Update to weekly.2011-11-18.ian2011-12-1239-583/+854
* 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-021-0/+6
* 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
* syscall: Remove a couple more 3-parameter match's in mksyscall.awk.ian2011-10-311-2/+2
* syscalls: Rewrite awk script to work with nawk.ian2011-10-271-15/+45
* Update Go library to last weekly.ian2011-10-268-17/+11
* Solaris/Irix compatibility patches.ian2011-10-259-6/+49
* Fix Solaris build.ian2011-10-251-1/+1
* Some minor fixes to the rewritten syscall library.ian2011-10-242-6/+8
* Implement new syscall package.ian2011-10-2341-0/+4350