gcc/libgo/go/syscall
Ian Lance Taylor 1b3dc031eb syscall: Change AWK split call to use []+ rather than []*.
Using []* fails with the awk that is part of busybox:
https://groups.google.com/d/msg/gofrontend-dev/NbQsG_AMDpY/sXCc03kkwn4J

From-SVN: r201455
2013-08-02 22:30:30 +00:00
..
bpf_bsd.go libgo: Update to weekly.2011-12-22. 2012-01-13 05:11:45 +00:00
creds_test.go syscall: fix creds_test to reliably close os.File 2012-10-26 17:50:10 +00:00
dir_plan9.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
env_plan9.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
env_unix.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
env_windows.go libgo: Update to current sources. 2012-10-23 04:31:11 +00:00
errno.c re PR go/46986 (Go is not supported on Darwin) 2013-01-24 19:44:23 +00:00
errstr.go syscall: Force first letter of error message to lower case. 2012-11-12 19:34:52 +00:00
errstr_linux.go syscall: Force first letter of error message to lower case. 2012-11-12 19:34:52 +00:00
errstr_nor.go syscall: Force first letter of error message to lower case. 2012-11-12 19:34:52 +00:00
exec_bsd.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
exec_linux.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
exec_stubs.go syscall: Don't build wait status functions on RTEMS. 2011-12-13 22:07:25 +00:00
exec_unix.go libgo: Update Go library to master revision 15489/921e53d4863c. 2013-01-29 20:52:43 +00:00
exec_windows.go libgo: Update to current sources. 2012-10-23 04:31:11 +00:00
libcall_irix.go syscall: Always use _C_int for C libcalls. 2013-02-08 19:24:26 +00:00
libcall_linux.go syscall: Always use _C_int for C libcalls. 2013-02-08 19:24:26 +00:00
libcall_linux_386.go syscall: Always use _C_int for C libcalls. 2013-02-08 19:24:26 +00:00
libcall_linux_alpha.go syscall: Always use _C_int for C libcalls. 2013-02-08 19:24:26 +00:00
libcall_linux_amd64.go syscall: Always use _C_int for C libcalls. 2013-02-08 19:24:26 +00:00
libcall_linux_utimesnano.go syscall: Always use _C_int for C libcalls. 2013-02-08 19:24:26 +00:00
libcall_posix.go syscall: Always use _C_int for C libcalls. 2013-02-08 19:24:26 +00:00
libcall_posix_largefile.go syscall, mksysinfo: Prepare syscall package for 64-bit int. 2012-11-02 23:39:36 +00:00
libcall_posix_regfile.go syscall, mksysinfo: Prepare syscall package for 64-bit int. 2012-11-02 23:39:36 +00:00
libcall_posix_utimesnano.go libgo: Update to revision 15193:6fdc1974457c of master library. 2012-12-22 01:15:33 +00:00
libcall_solaris_386.go syscall: Always use _C_int for C libcalls. 2013-02-08 19:24:26 +00:00
libcall_solaris_amd64.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
libcall_solaris_sparc.go syscall: Always use _C_int for C libcalls. 2013-02-08 19:24:26 +00:00
libcall_solaris_sparc64.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
libcall_support.go runtime: Better SWIG interface for allocating Go memory from C/C++. 2012-06-04 05:34:59 +00:00
libcall_uname.go syscall, mksysinfo: Prepare syscall package for 64-bit int. 2012-11-02 23:39:36 +00:00
libcall_wait4.go syscall, mksysinfo: Prepare syscall package for 64-bit int. 2012-11-02 23:39:36 +00:00
libcall_waitpid.go syscall, mksysinfo: Prepare syscall package for 64-bit int. 2012-11-02 23:39:36 +00:00
lsf_linux.go syscall: Fill out GNU/Linux support. 2012-02-29 20:02:31 +00:00
mksyscall.awk syscall: Change AWK split call to use []+ rather than []*. 2013-08-02 22:30:30 +00:00
netlink_linux.go libgo: Update Go library to master revision 15489/921e53d4863c. 2013-01-29 20:52:43 +00:00
passfd_test.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
race0.go libgo: Update to current sources. 2012-10-23 04:31:11 +00:00
route_bsd.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
route_darwin.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
route_freebsd.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
route_netbsd.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
route_openbsd.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
security_windows.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
signame.c re PR go/46986 (Go is not supported on Darwin) 2013-01-24 19:44:23 +00:00
sleep_rtems.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
sleep_select.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
sockcmsg_linux.go libgo: Update Go library to master revision 15489/921e53d4863c. 2013-01-29 20:52:43 +00:00
sockcmsg_unix.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
socket.go net: Only use GNU/Linux unix socket abstract paths on GNU/Linux. 2013-07-24 16:53:17 +00:00
socket_bsd.go net: Only use GNU/Linux unix socket abstract paths on GNU/Linux. 2013-07-24 16:53:17 +00:00
socket_irix.go net: Only use GNU/Linux unix socket abstract paths on GNU/Linux. 2013-07-24 16:53:17 +00:00
socket_linux.go net: Only use GNU/Linux unix socket abstract paths on GNU/Linux. 2013-07-24 16:53:17 +00:00
socket_posix.go re PR go/56171 (syscall FAILs on Solaris) 2013-02-20 20:04:36 +00:00
socket_solaris.go net: Only use GNU/Linux unix socket abstract paths on GNU/Linux. 2013-07-24 16:53:17 +00:00
socket_xnet.go re PR go/56171 (syscall FAILs on Solaris) 2013-02-20 20:04:36 +00:00
str.go Implement new syscall package. 2011-10-23 19:04:37 +00:00
syscall.go libgo: Update to revision 15193:6fdc1974457c of master library. 2012-12-22 01:15:33 +00:00
syscall_errno.go syscall: Move Errno into its own file, for RTEMS. 2011-12-15 07:12:03 +00:00
syscall_linux_386.go libgo: Update to Go 1.0.3. 2012-10-03 05:27:36 +00:00
syscall_linux_alpha.go syscall: Don't use PtraceRegs if it is not defined. 2012-01-31 14:23:07 +00:00
syscall_linux_amd64.go syscall: Don't use PtraceRegs if it is not defined. 2012-01-31 14:23:07 +00:00
syscall_solaris.go libgo: Solaris portability patches. 2012-10-25 18:26:34 +00:00
syscall_stubs.go Implement new syscall package. 2011-10-23 19:04:37 +00:00
syscall_unix.go libgo: Update to current sources. 2012-10-23 04:31:11 +00:00
wait.c re PR go/46986 (Go is not supported on Darwin) 2013-01-24 19:44:23 +00:00