summaryrefslogtreecommitdiff
path: root/libgo/go/syscall/libcall_linux.go
Commit message (Expand)AuthorAgeFilesLines
* syscall: Only call varargs libc functions from C code.ian2013-11-241-1/+1
* syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.ian2013-10-171-0/+15
* syscall: Always use _C_int for C libcalls.ian2013-02-081-36/+36
* libgo: Update Go library to master revision 15489/921e53d4863c.ian2013-01-291-0/+31
* syscall: Fix splice syscall.ian2012-12-051-0/+2
* libgo: Update to current version of master library.ian2012-11-211-0/+3
* PR go/52586ian2012-04-301-1/+5
* mksysinfo: More fixes to emulate master Go library.ian2012-04-221-1/+1
* syscall: Additional constants, some type corrections.ian2012-04-211-1/+1
* libgo: Export {enter,exit}syscall and use it for getaddrinfo.ian2012-03-131-2/+2
* libgo: Update to weekly.2012-02-14 release.ian2012-03-021-1/+1
* syscall: Fill out GNU/Linux support.ian2012-02-291-29/+72
* libgo: Add mount flags, fallocate, statfs.ian2012-02-181-9/+6
* syscall: Add Gettid on GNU/Linux systems.ian2012-01-311-3/+4
* syscall: Don't use PtraceRegs if it is not defined.ian2012-01-311-8/+0
* libgo: Only build iopl and ioperm on 386, amd64, alpha GNU/Linux.ian2012-01-131-10/+4
* libgo: Update to weekly.2011-11-18.ian2011-12-121-86/+86
* syscall: Remove Linux system calls not available in older glibcs.ian2011-11-021-6/+9
* Update Go library to last weekly.ian2011-10-261-1/+1
* Solaris/Irix compatibility patches.ian2011-10-251-0/+6
* Some minor fixes to the rewritten syscall library.ian2011-10-241-2/+7
* Implement new syscall package.ian2011-10-231-0/+319