| Commit message (Expand) | Author | Age | Files | Lines |
* | syscall: Only call varargs libc functions from C code. | ian | 2013-11-24 | 1 | -1/+1 |
* | syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority. | ian | 2013-10-17 | 1 | -0/+15 |
* | syscall: Always use _C_int for C libcalls. | ian | 2013-02-08 | 1 | -36/+36 |
* | libgo: Update Go library to master revision 15489/921e53d4863c. | ian | 2013-01-29 | 1 | -0/+31 |
* | syscall: Fix splice syscall. | ian | 2012-12-05 | 1 | -0/+2 |
* | libgo: Update to current version of master library. | ian | 2012-11-21 | 1 | -0/+3 |
* | PR go/52586 | ian | 2012-04-30 | 1 | -1/+5 |
* | mksysinfo: More fixes to emulate master Go library. | ian | 2012-04-22 | 1 | -1/+1 |
* | syscall: Additional constants, some type corrections. | ian | 2012-04-21 | 1 | -1/+1 |
* | libgo: Export {enter,exit}syscall and use it for getaddrinfo. | ian | 2012-03-13 | 1 | -2/+2 |
* | libgo: Update to weekly.2012-02-14 release. | ian | 2012-03-02 | 1 | -1/+1 |
* | syscall: Fill out GNU/Linux support. | ian | 2012-02-29 | 1 | -29/+72 |
* | libgo: Add mount flags, fallocate, statfs. | ian | 2012-02-18 | 1 | -9/+6 |
* | syscall: Add Gettid on GNU/Linux systems. | ian | 2012-01-31 | 1 | -3/+4 |
* | syscall: Don't use PtraceRegs if it is not defined. | ian | 2012-01-31 | 1 | -8/+0 |
* | libgo: Only build iopl and ioperm on 386, amd64, alpha GNU/Linux. | ian | 2012-01-13 | 1 | -10/+4 |
* | libgo: Update to weekly.2011-11-18. | ian | 2011-12-12 | 1 | -86/+86 |
* | syscall: Remove Linux system calls not available in older glibcs. | ian | 2011-11-02 | 1 | -6/+9 |
* | Update Go library to last weekly. | ian | 2011-10-26 | 1 | -1/+1 |
* | Solaris/Irix compatibility patches. | ian | 2011-10-25 | 1 | -0/+6 |
* | Some minor fixes to the rewritten syscall library. | ian | 2011-10-24 | 1 | -2/+7 |
* | Implement new syscall package. | ian | 2011-10-23 | 1 | -0/+319 |