Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(342)

Issue 1319042: Added socketpair syscall and net.Socketpair. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 11 months ago by Ivan Krasin
Modified:
12 years, 3 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

Added socketpair syscall.

Patch Set 1 #

Total comments: 1

Patch Set 2 : code review 1319042: Added socketpair syscall and net.Socketpair. #

Patch Set 3 : code review 1319042: Added socketpair syscall. #

Patch Set 4 : code review 1319042: Added socketpair syscall. #

Patch Set 5 : code review 1319042: Added socketpair syscall. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -0 lines) Patch
M src/pkg/syscall/syscall_bsd.go View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/pkg/syscall/syscall_linux.go View 1 4 1 chunk +5 lines, -0 lines 0 comments Download
M src/pkg/syscall/syscall_linux_386.go View 1 chunk +7 lines, -0 lines 0 comments Download
M src/pkg/syscall/zsyscall_darwin_386.go View 1 chunk +9 lines, -0 lines 0 comments Download
src/pkg/syscall/zsyscall_darwin_amd64.go View 1 chunk +8 lines, -0 lines 0 comments Download
M src/pkg/syscall/zsyscall_freebsd_386.go View 1 chunk +8 lines, -0 lines 0 comments Download
M src/pkg/syscall/zsyscall_freebsd_amd64.go View 1 chunk +9 lines, -0 lines 0 comments Download
M src/pkg/syscall/zsyscall_linux_amd64.go View 4 1 chunk +8 lines, -0 lines 0 comments Download
M src/pkg/syscall/zsyscall_linux_arm.go View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 11
Ivan Krasin
http://codereview.appspot.com/1319042/diff/1/2 File src/pkg/net/sock.go (right): http://codereview.appspot.com/1319042/diff/1/2#newcode15 src/pkg/net/sock.go:15: func Socketpair(domain int, typ int, protocol int) (fd []int, ...
13 years, 11 months ago (2010-05-27 16:36:10 UTC) #1
rsc
let's do two different CLs - one for the syscall and one for net. On ...
13 years, 11 months ago (2010-05-27 16:37:55 UTC) #2
Ivan Krasin
Done On 2010/05/27 16:37:55, rsc wrote: > let's do two different CLs - one for ...
13 years, 11 months ago (2010-05-27 16:40:36 UTC) #3
Ivan Krasin
Ping On 2010/05/27 16:40:36, Ivan Krasin wrote: > Done > > On 2010/05/27 16:37:55, rsc ...
13 years, 11 months ago (2010-06-01 09:05:24 UTC) #4
rsc1
This looks pretty good. There should be a stub in syscall_nacl.go too, right? The PF ...
13 years, 10 months ago (2010-06-01 21:30:06 UTC) #5
Ivan Krasin
On 2010/06/01 21:30:06, rsc1 wrote: > This looks pretty good. > There should be a ...
13 years, 10 months ago (2010-06-18 11:03:47 UTC) #6
Ivan Krasin
On 2010/06/18 11:03:47, Ivan Krasin wrote: > On 2010/06/01 21:30:06, rsc1 wrote: > > This ...
13 years, 10 months ago (2010-06-18 12:06:35 UTC) #7
imkrasin
Russ, take a look again, please. Ivan On Wed, Jun 2, 2010 at 1:30 AM, ...
13 years, 10 months ago (2010-06-18 17:27:05 UTC) #8
imkrasin
Ping On Fri, Jun 18, 2010 at 9:27 PM, Ivan Krasin <imkrasin@gmail.com> wrote: > Russ, ...
13 years, 10 months ago (2010-06-21 10:13:56 UTC) #9
rsc1
LGTM Thanks.
13 years, 10 months ago (2010-06-30 21:55:54 UTC) #10
rsc
13 years, 10 months ago (2010-06-30 21:58:23 UTC) #11
*** Submitted as http://code.google.com/p/go/source/detail?r=982df2b2cb4b ***

syscall: add socketpair

R=rsc
CC=golang-dev
http://codereview.appspot.com/1319042

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b