summaryrefslogtreecommitdiff
path: root/libgo/go/syscall
Commit message (Expand)AuthorAgeFilesLines
* libgo: Upgrade to Go 1.4.2 release.ian2015-03-061-3/+3
* PR go/64573ian2015-01-231-0/+1
* libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.ian2015-01-1513-99/+244
* libgo: add s390 supportian2014-11-045-1/+62
* runtime: Use the clone system call on GNU/Linux.ian2014-09-051-2/+2
* libgo: Update to Go 1.3 release.ian2014-07-1922-128/+229
* libgo: Merge to master revision 19184.ian2014-06-069-23/+48
* libgo: Merge from revision 18783:00cce3a34d7e of master library.ian2014-06-042-1/+15
* gofrontend: deduplicate C syscall function declarationsian2014-04-171-2/+5
* runtime: remove use of obsolete map deletion syntaxian2014-04-171-1/+1
* gofrontend: avoid use of unsafe.Sizeof extensionian2014-04-171-1/+1
* 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