summaryrefslogtreecommitdiffstats
path: root/libgo/go/syscall
Commit message (Expand)AuthorAgeFilesLines
* runtime: Use the clone system call on GNU/Linux.ian2014-09-051-2/+2
* syscall: Set SizeofSockaddrAny to the value the go distribution usesian2013-11-251-1/+1
* syscall: Only call varargs libc functions from C code.ian2013-11-245-5/+5
* libgo: Update to October 24 version of master library.ian2013-11-0618-34/+277
* syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.ian2013-10-172-0/+21
* syscall: Change AWK split call to use []+ rather than []*.ian2013-08-021-2/+2
* net: Only use GNU/Linux unix socket abstract paths on GNU/Linux.ian2013-07-245-47/+49
* libgo: Update to Go 1.1.1.ian2013-07-1614-143/+188
* PR go/56171ian2013-02-204-25/+72
* syscall: Always use _C_int for C libcalls.ian2013-02-089-48/+48
* libgo: Update Go library to master revision 15489/921e53d4863c.ian2013-01-297-168/+174
* PR go/46986ian2013-01-243-13/+16
* libgo: Update to revision 15193:6fdc1974457c of master library.ian2012-12-224-17/+85
* libgo: Update to current master library sources.ian2012-12-121-0/+205
* syscall: Fix splice syscall.ian2012-12-051-0/+2
* syscall: Fix handling of Unix domain @ addresses.ian2012-11-242-2/+6
* libgo: Update to current version of master library.ian2012-11-212-3/+7
* syscall: Force first letter of error message to lower case.ian2012-11-123-6/+24
* compiler, libgo: Fixes to prepare for 64-bit int.ian2012-11-061-3/+3
* syscall, mksysinfo: Prepare syscall package for 64-bit int.ian2012-11-0213-136/+141
* compiler, runtime: More steps toward separating int and intgo.ian2012-11-011-4/+3
* syscall: fix creds_test to reliably close os.Fileian2012-10-261-2/+6
* libgo: Solaris portability patches.ian2012-10-251-0/+13
* libgo: Update to current sources.ian2012-10-2311-43/+363
* libgo: Update to Go 1.0.3.ian2012-10-036-36/+143
* runtime: Better SWIG interface for allocating Go memory from C/C++.ian2012-06-041-0/+6
* libgo: Use -fgo-pkgpath.ian2012-05-143-12/+12
* PR go/52586ian2012-04-301-1/+5
* mksysinfo: More fixes to emulate master Go library.ian2012-04-222-2/+2
* * godump.c (go_output_typedef): Dump size of structs.ian2012-04-221-2/+2
* syscall: Additional constants, some type corrections.ian2012-04-212-2/+2
* net, syscall: Use native endianness for GNU/Linux netlink code.ian2012-04-201-37/+6
* syscall, net: Fix GNU/Linux netlink code for big-endian systems.ian2012-04-031-17/+37
* 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
OpenPOWER on IntegriCloud