gcc/libgo/go/syscall
2012-04-03 23:44:53 +00:00
..
bpf_bsd.go libgo: Update to weekly.2011-12-22. 2012-01-13 05:11:45 +00:00
env_plan9.go libgo: Update to weekly.2012-02-07. 2012-02-09 08:19:58 +00:00
env_unix.go libgo: Update to weekly.2012-01-15. 2012-01-25 20:56:26 +00:00
env_windows.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
errno.c libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
errstr_linux.go
errstr_nor.go syscall: Fix Errstr on systems without strerror_r. 2011-10-31 21:55:22 +00:00
errstr.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
exec_bsd.go libgo: Update to weekly.2012-02-14 release. 2012-03-02 16:38:43 +00:00
exec_linux.go libgo: Update to weekly.2012-02-14 release. 2012-03-02 16:38:43 +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 to weekly.2012-02-14 release. 2012-03-02 16:38:43 +00:00
exec_windows.go libgo: Update to weekly.2012-02-14 release. 2012-03-02 16:38:43 +00:00
libcall_irix.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
libcall_linux_386.go libgo: Only build iopl and ioperm on 386, amd64, alpha GNU/Linux. 2012-01-13 23:35:44 +00:00
libcall_linux_alpha.go libgo: Only build iopl and ioperm on 386, amd64, alpha GNU/Linux. 2012-01-13 23:35:44 +00:00
libcall_linux_amd64.go libgo: Only build iopl and ioperm on 386, amd64, alpha GNU/Linux. 2012-01-13 23:35:44 +00:00
libcall_linux.go libgo: Export {enter,exit}syscall and use it for getaddrinfo. 2012-03-13 23:01:30 +00:00
libcall_posix_largefile.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
libcall_posix_regfile.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
libcall_posix.go compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr. 2012-03-29 03:53:13 +00:00
libcall_solaris_386.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
libcall_solaris_amd64.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
libcall_solaris_sparc64.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
libcall_solaris_sparc.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
libcall_support.go libgo: Export {enter,exit}syscall and use it for getaddrinfo. 2012-03-13 23:01:30 +00:00
libcall_uname.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
libcall_wait4.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
libcall_waitpid.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
lsf_linux.go syscall: Fill out GNU/Linux support. 2012-02-29 20:02:31 +00:00
mksyscall.awk syscall: Convert errno to error after Exitsyscall. 2012-03-30 21:10:32 +00:00
netlink_linux.go syscall, net: Fix GNU/Linux netlink code for big-endian systems. 2012-04-03 23:44:53 +00:00
route_bsd.go libgo: Update to weekly.2011-12-22. 2012-01-13 05:11:45 +00:00
route_darwin.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
route_freebsd.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
route_netbsd.go libgo: Update to weekly.2011-12-22. 2012-01-13 05:11:45 +00:00
route_openbsd.go
security_windows.go libgo: Update to weekly.2012-02-07. 2012-02-09 08:19:58 +00:00
signame.c libgo: Update to weekly.2012-02-14 release. 2012-03-02 16:38:43 +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 to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
sockcmsg_unix.go syscall: Support socket control messages. 2012-01-30 23:57:42 +00:00
socket_bsd.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
socket_irix.go syscall: Define IPV6 constants for Irix. 2012-01-27 22:37:14 +00:00
socket_linux.go libgo: Update to weekly.2011-12-22. 2012-01-13 05:11:45 +00:00
socket_solaris.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
socket.go libgo: Update to weekly.2012-03-04 release. 2012-03-06 17:57:23 +00:00
str.go
syscall_errno.go syscall: Move Errno into its own file, for RTEMS. 2011-12-15 07:12:03 +00:00
syscall_linux_386.go syscall: Don't use PtraceRegs if it is not defined. 2012-01-31 14:23:07 +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_stubs.go
syscall_unix.go syscall: Fix errno handling in syscall.Syscall and friends. 2012-03-23 18:41:07 +00:00
syscall.go libgo: Update to weekly.2012-02-07. 2012-02-09 08:19:58 +00:00
wait.c libgo: Fix use of -D_GNU_SOURCE and friends when building libgo. 2011-12-20 18:14:30 +00:00