]> Cypherpunks repositories - gostls13.git/commit
preliminary network - just Dial for now
authorRuss Cox <rsc@golang.org>
Tue, 16 Sep 2008 20:42:47 +0000 (13:42 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 16 Sep 2008 20:42:47 +0000 (13:42 -0700)
commite8a02230f215efb075cccd4146b3d0d1ada4870e
tree9f656df558356b50f93329d1697852b7a3feb2ef
parent6820196b75daf4282ba46a62e84ed44e9a4fd09e
preliminary network - just Dial for now

R=r,presotto
OCL=15393
CL=15399
src/lib/net/Makefile [new file with mode: 0644]
src/lib/net/cvt.s [new file with mode: 0644]
src/lib/net/ip.go [new file with mode: 0644]
src/lib/net/net.go [new file with mode: 0644]
src/lib/net/socket_darwin.go [new file with mode: 0644]
src/lib/net/socket_linux.go [new file with mode: 0644]
src/syscall/syscall.go
src/syscall/syscall_amd64_darwin.s
src/syscall/syscall_amd64_linux.s