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

Issue 6211071: code review 6211071: syscall: implement nametomib() on netbsd (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 10 months ago by jsing
Modified:
12 years, 9 months ago
Reviewers:
CC:
golang-dev, rsc
Visibility:
Public.

Description

syscall: implement nametomib() on netbsd Implement nametomib() on NetBSD using the CTL_QUERY node discovery mechanism.

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -4 lines) Patch
M src/pkg/syscall/mkerrors.sh View 2 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/syscall/syscall_netbsd.go View 1 2 1 chunk +59 lines, -1 line 0 comments Download
M src/pkg/syscall/types_netbsd.go View 2 chunks +5 lines, -0 lines 0 comments Download
M src/pkg/syscall/zerrors_netbsd_386.go View 3 chunks +6 lines, -0 lines 0 comments Download
M src/pkg/syscall/zerrors_netbsd_amd64.go View 3 chunks +6 lines, -0 lines 0 comments Download
M src/pkg/syscall/ztypes_netbsd_386.go View 1 chunk +13 lines, -0 lines 0 comments Download
M src/pkg/syscall/ztypes_netbsd_amd64.go View 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 4
jsing
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 10 months ago (2012-05-20 15:46:21 UTC) #1
rsc
LGTM Looks good except that Rietveld won't show me side-by-side diffs, and also this: + ...
12 years, 9 months ago (2012-05-22 03:21:10 UTC) #2
jsing
On 2012/05/22 03:21:10, rsc wrote: > LGTM > > Looks good except that Rietveld won't ...
12 years, 9 months ago (2012-05-22 15:30:15 UTC) #3
jsing
12 years, 9 months ago (2012-05-22 15:34:00 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=ff109fe72249 ***

syscall: implement nametomib() on netbsd

Implement nametomib() on NetBSD using the CTL_QUERY node discovery
mechanism.

R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/6211071
Sign in to reply to this message.

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