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

Issue 4826056: code review 4826056: syscall: update routing message support for BSD variants (Closed)

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

Description

syscall: update routing message support for BSD variants

Patch Set 1 : diff -r 5e1786622fa6 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+244 lines, -69 lines) Patch
M src/pkg/syscall/Makefile View 2 chunks +2 lines, -0 lines 0 comments Download
M src/pkg/syscall/route_bsd.go View 3 chunks +32 lines, -29 lines 0 comments Download
A src/pkg/syscall/route_darwin.go View 1 chunk +48 lines, -0 lines 0 comments Download
A src/pkg/syscall/route_freebsd.go View 1 chunk +48 lines, -0 lines 0 comments Download
M src/pkg/syscall/types_darwin.c View 2 chunks +4 lines, -0 lines 0 comments Download
M src/pkg/syscall/types_freebsd.c View 2 chunks +2 lines, -0 lines 0 comments Download
M src/pkg/syscall/zsyscall_darwin_386.go View 2 chunks +10 lines, -10 lines 0 comments Download
M src/pkg/syscall/zsyscall_darwin_amd64.go View 2 chunks +10 lines, -10 lines 0 comments Download
M src/pkg/syscall/zsyscall_freebsd_386.go View 2 chunks +10 lines, -10 lines 0 comments Download
M src/pkg/syscall/zsyscall_freebsd_amd64.go View 2 chunks +10 lines, -10 lines 0 comments Download
M src/pkg/syscall/ztypes_darwin_386.go View 2 chunks +23 lines, -0 lines 0 comments Download
M src/pkg/syscall/ztypes_darwin_amd64.go View 2 chunks +23 lines, -0 lines 0 comments Download
M src/pkg/syscall/ztypes_freebsd_386.go View 2 chunks +11 lines, -0 lines 0 comments Download
M src/pkg/syscall/ztypes_freebsd_amd64.go View 2 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 3
mikio
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 7 months ago (2011-07-30 23:59:42 UTC) #1
rsc
LGTM
13 years, 7 months ago (2011-08-03 19:54:32 UTC) #2
rsc
13 years, 7 months ago (2011-08-04 04:22:51 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=8bc54aa43c4c ***

syscall: update routing message support for BSD variants

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

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