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

Issue 4539084: code review 4539084: syscall: add routing messages support for BSD variants (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 8 months ago by mikio
Modified:
13 years, 8 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

syscall: add routing messages support for BSD variants

Patch Set 1 : diff -r 38618180157b https://go.googlecode.com/hg/ #

Total comments: 17

Patch Set 2 : diff -r 22e8eec48b9f https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r b63e70d19f4d https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r a40647bbaff4 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2761 lines, -2036 lines) Patch
M src/pkg/syscall/Makefile View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/syscall/mkerrors.sh View 1 2 3 3 chunks +3 lines, -1 line 0 comments Download
A src/pkg/syscall/route_bsd.go View 1 1 chunk +180 lines, -0 lines 0 comments Download
M src/pkg/syscall/syscall_bsd.go View 1 chunk +0 lines, -21 lines 0 comments Download
M src/pkg/syscall/zerrors_darwin_386.go View 1 2 1 chunk +66 lines, -0 lines 0 comments Download
M src/pkg/syscall/zerrors_darwin_amd64.go View 1 2 1 chunk +66 lines, -0 lines 0 comments Download
M src/pkg/syscall/zerrors_freebsd_386.go View 1 2 1 chunk +1222 lines, -1007 lines 0 comments Download
M src/pkg/syscall/zerrors_freebsd_amd64.go View 1 2 1 chunk +1222 lines, -1007 lines 0 comments Download

Messages

Total messages: 11
mikio
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 8 months ago (2011-05-25 10:24:00 UTC) #1
rsc
http://codereview.appspot.com/4539084/diff/11003/src/pkg/syscall/route_bsd.go File src/pkg/syscall/route_bsd.go (right): http://codereview.appspot.com/4539084/diff/11003/src/pkg/syscall/route_bsd.go#newcode13 src/pkg/syscall/route_bsd.go:13: var darwinAMD64 = OS == "darwin" && ARCH == ...
13 years, 8 months ago (2011-05-25 11:47:31 UTC) #2
mikio
http://codereview.appspot.com/4539084/diff/11003/src/pkg/syscall/route_bsd.go File src/pkg/syscall/route_bsd.go (right): http://codereview.appspot.com/4539084/diff/11003/src/pkg/syscall/route_bsd.go#newcode13 src/pkg/syscall/route_bsd.go:13: var darwinAMD64 = OS == "darwin" && ARCH == ...
13 years, 8 months ago (2011-05-26 09:05:19 UTC) #3
mikio
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 8 months ago (2011-05-26 09:06:21 UTC) #4
mikio
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 8 months ago (2011-05-26 16:28:56 UTC) #5
rsc
http://codereview.appspot.com/4539084/diff/11003/src/pkg/syscall/route_bsd.go File src/pkg/syscall/route_bsd.go (right): http://codereview.appspot.com/4539084/diff/11003/src/pkg/syscall/route_bsd.go#newcode23 src/pkg/syscall/route_bsd.go:23: if salen == 0 { On 2011/05/26 09:05:19, mikioh ...
13 years, 8 months ago (2011-05-26 21:04:07 UTC) #6
mikio
On Fri, May 27, 2011 at 6:04 AM, <rsc@golang.org> wrote: >> > Seems like the ...
13 years, 8 months ago (2011-05-26 22:20:21 UTC) #7
rsc
Never mind, LGTM. I thought the code said if salen == 0 { return salen ...
13 years, 8 months ago (2011-05-26 22:54:04 UTC) #8
mikio
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 8 months ago (2011-05-26 23:59:29 UTC) #9
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=6f3b1a30a344 *** syscall: add routing messages support for BSD variants R=rsc CC=golang-dev ...
13 years, 8 months ago (2011-05-27 00:02:07 UTC) #10
mikio
13 years, 8 months ago (2011-05-27 00:58:05 UTC) #11
On Fri, May 27, 2011 at 7:53 AM, Russ Cox <rsc@golang.org> wrote:

> I thought the code said
>
> if salen == 0 {
>    return salen
> }

Ah, my bad. It's a bit hard to find out a slightly difference btw
salen and salign.

<http://www.mrc-cbu.cam.ac.uk/people/matt.davis/Cmabrigde/>

If someone gives me a nice and appropriate name generator,
I will treat a pint of ale, of course with fish and chips.

-- Mikio
Sign in to reply to this message.

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