]> Cypherpunks repositories - gostls13.git/commit
net: dragonfly support
authorJoel Sing <jsing@google.com>
Fri, 23 Aug 2013 16:18:22 +0000 (02:18 +1000)
committerJoel Sing <jsing@google.com>
Fri, 23 Aug 2013 16:18:22 +0000 (02:18 +1000)
commitfce060856112dc1929b77b55aba5c5b8347a8d30
tree413d1c7729cd859b996c31bb5c4358ba7a6334a1
parent6939061d47f807fbdb9c43859a61c30c6b015da8
net: dragonfly support

Make the net package build and work on dragonfly.

R=bradfitz
CC=golang-dev
https://golang.org/cl/13173044
34 files changed:
src/pkg/net/cgo_bsd.go
src/pkg/net/cgo_unix.go
src/pkg/net/dial_test.go
src/pkg/net/dnsclient_unix.go
src/pkg/net/dnsclient_unix_test.go
src/pkg/net/dnsconfig_unix.go
src/pkg/net/fd_poll_runtime.go
src/pkg/net/fd_posix_test.go
src/pkg/net/fd_unix.go
src/pkg/net/fd_unix_test.go
src/pkg/net/file_unix.go
src/pkg/net/interface_bsd.go
src/pkg/net/interface_bsd_test.go
src/pkg/net/interface_dragonfly.go [new file with mode: 0644]
src/pkg/net/interface_unix_test.go
src/pkg/net/iprawsock_posix.go
src/pkg/net/ipsock_posix.go
src/pkg/net/lookup_unix.go
src/pkg/net/multicast_test.go
src/pkg/net/port_unix.go
src/pkg/net/sendfile_dragonfly.go [new file with mode: 0644]
src/pkg/net/sock_bsd.go
src/pkg/net/sock_posix.go
src/pkg/net/sockopt_bsd.go
src/pkg/net/sockopt_posix.go
src/pkg/net/sockoptip_bsd.go
src/pkg/net/sockoptip_posix.go
src/pkg/net/sys_cloexec.go
src/pkg/net/tcpsock_posix.go
src/pkg/net/tcpsockopt_posix.go
src/pkg/net/tcpsockopt_unix.go
src/pkg/net/udp_test.go
src/pkg/net/udpsock_posix.go
src/pkg/net/unixsock_posix.go