| Commit message (Expand) | Author | Age | Files | Lines |
* | syscall: don't use pt_regs in clone_linux.c | Ian Lance Taylor | 2016-10-13 | 1 | -3/+2 |
* | syscall: mark rawClone as no_split_stack | Ian Lance Taylor | 2016-10-12 | 1 | -1/+4 |
* | syscall, internal/syscall/unix: Fix getrandom, clone on sparc64 | Ian Lance Taylor | 2016-10-12 | 2 | -10/+109 |
* | syscall: build export_unix_test.go on solaris | Ian Lance Taylor | 2016-09-20 | 1 | -1/+1 |
* | libgo: update to Go 1.7.1 release | Ian Lance Taylor | 2016-09-10 | 1 | -0/+23 |
* | syscall: remove exec_solaris_test.go | Ian Lance Taylor | 2016-08-13 | 1 | -37/+0 |
* | libgo: change build procedure to use build tags | Ian Lance Taylor | 2016-08-06 | 23 | -88/+49 |
* | libgo: update to go1.7rc3 | Ian Lance Taylor | 2016-07-22 | 32 | -461/+286 |
* | re PR go/69966 (libgo: Port syscall.SetsockoptUcred from golang) | Ian Lance Taylor | 2016-02-26 | 3 | -0/+28 |
* | libgo: Update to go1.6rc1. | Ian Lance Taylor | 2016-02-03 | 17 | -82/+191 |
* | re PR go/66378 (libgo syscall.Sendfile() does not honor/use offset argument) | Ian Lance Taylor | 2015-11-21 | 2 | -0/+2 |
* | libgo: Solaris portability fixes. | Ian Lance Taylor | 2015-11-06 | 5 | -16/+36 |
* | syscall: Change raw_ioctl cmd type to uintptr. | Ian Lance Taylor | 2015-11-02 | 1 | -2/+2 |
* | runtime: Remove now unnecessary pad field from ParFor. | Ian Lance Taylor | 2015-10-31 | 30 | -332/+1716 |
* | libgo: don't provide ustat on arm64 GNU/Linux | Ian Lance Taylor | 2015-09-15 | 2 | -3/+11 |
* | syscall: RawSockaddr fix for ppc64, ppc64le | Ian Lance Taylor | 2015-08-03 | 3 | -5/+28 |
* | syscall: remove calls to Entersyscall & Exitsyscall in Getdents | Ian Lance Taylor | 2015-07-13 | 1 | -2/+0 |
* | libgo: Upgrade to Go 1.4.2 release. | Ian Lance Taylor | 2015-03-06 | 1 | -3/+3 |
* | re PR go/64573 (Cmd.Start swallows error from fork()/clone()) | Ian Lance Taylor | 2015-01-23 | 1 | -0/+1 |
* | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | Ian Lance Taylor | 2015-01-15 | 13 | -99/+244 |
* | libgo: add s390 support | Ian Lance Taylor | 2014-11-04 | 5 | -1/+62 |
* | runtime: Use the clone system call on GNU/Linux. | Ian Lance Taylor | 2014-09-05 | 1 | -2/+2 |
* | libgo: Update to Go 1.3 release. | Ian Lance Taylor | 2014-07-19 | 22 | -128/+229 |
* | libgo: Merge to master revision 19184. | Ian Lance Taylor | 2014-06-06 | 9 | -23/+48 |
* | libgo: Merge from revision 18783:00cce3a34d7e of master library. | Ian Lance Taylor | 2014-06-04 | 2 | -1/+15 |
* | gofrontend: deduplicate C syscall function declarations | Ian Lance Taylor | 2014-04-17 | 1 | -2/+5 |
* | runtime: remove use of obsolete map deletion syntax | Ian Lance Taylor | 2014-04-17 | 1 | -1/+1 |
* | gofrontend: avoid use of unsafe.Sizeof extension | Ian Lance Taylor | 2014-04-17 | 1 | -1/+1 |
* | syscall: Set SizeofSockaddrAny to the value the go distribution uses | Ian Lance Taylor | 2013-11-25 | 1 | -1/+1 |
* | syscall: Only call varargs libc functions from C code. | Ian Lance Taylor | 2013-11-24 | 5 | -5/+5 |
* | libgo: Update to October 24 version of master library. | Ian Lance Taylor | 2013-11-06 | 18 | -34/+277 |
* | syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority. | Ian Lance Taylor | 2013-10-17 | 2 | -0/+21 |
* | syscall: Change AWK split call to use []+ rather than []*. | Ian Lance Taylor | 2013-08-02 | 1 | -2/+2 |
* | net: Only use GNU/Linux unix socket abstract paths on GNU/Linux. | Ian Lance Taylor | 2013-07-24 | 5 | -47/+49 |
* | libgo: Update to Go 1.1.1. | Ian Lance Taylor | 2013-07-16 | 14 | -143/+188 |
* | re PR go/56171 (syscall FAILs on Solaris) | Ian Lance Taylor | 2013-02-20 | 4 | -25/+72 |
* | syscall: Always use _C_int for C libcalls. | Ian Lance Taylor | 2013-02-08 | 9 | -48/+48 |
* | libgo: Update Go library to master revision 15489/921e53d4863c. | Ian Lance Taylor | 2013-01-29 | 7 | -168/+174 |
* | re PR go/46986 (Go is not supported on Darwin) | Ian Lance Taylor | 2013-01-24 | 3 | -13/+16 |
* | libgo: Update to revision 15193:6fdc1974457c of master library. | Ian Lance Taylor | 2012-12-22 | 4 | -17/+85 |
* | libgo: Update to current master library sources. | Ian Lance Taylor | 2012-12-12 | 1 | -0/+205 |
* | syscall: Fix splice syscall. | Ian Lance Taylor | 2012-12-05 | 1 | -0/+2 |
* | syscall: Fix handling of Unix domain @ addresses. | Ian Lance Taylor | 2012-11-24 | 2 | -2/+6 |
* | libgo: Update to current version of master library. | Ian Lance Taylor | 2012-11-21 | 2 | -3/+7 |
* | syscall: Force first letter of error message to lower case. | Ian Lance Taylor | 2012-11-12 | 3 | -6/+24 |
* | compiler, libgo: Fixes to prepare for 64-bit int. | Ian Lance Taylor | 2012-11-06 | 1 | -3/+3 |
* | syscall, mksysinfo: Prepare syscall package for 64-bit int. | Ian Lance Taylor | 2012-11-02 | 13 | -136/+141 |
* | compiler, runtime: More steps toward separating int and intgo. | Ian Lance Taylor | 2012-11-01 | 1 | -4/+3 |
* | syscall: fix creds_test to reliably close os.File | Ian Lance Taylor | 2012-10-26 | 1 | -2/+6 |
* | libgo: Solaris portability patches. | Ian Lance Taylor | 2012-10-25 | 1 | -0/+13 |