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

Issue 6842081: code review 6842081: runtime: implement SysUnused for netbsd (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 8 months ago by jsing
Modified:
12 years, 8 months ago
Reviewers:
CC:
golang-dev, bradfitz, minux1, dave_cheney.net
Visibility:
Public.

Description

runtime: implement SysUnused for netbsd

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

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

Total comments: 1

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

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

Patch Set 5 : diff -r 91bb0096603f https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -5 lines) Patch
M src/pkg/runtime/defs_netbsd.go View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/runtime/defs_netbsd_386.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/runtime/defs_netbsd_amd64.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/runtime/mem_netbsd.c View 1 chunk +1 line, -3 lines 0 comments Download
M src/pkg/runtime/sys_netbsd_386.s View 1 2 chunks +8 lines, -1 line 0 comments Download
M src/pkg/runtime/sys_netbsd_amd64.s View 1 2 3 2 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 7
jsing
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 8 months ago (2012-11-24 16:58:22 UTC) #1
bradfitz
LGTM On Nov 24, 2012 8:58 AM, <jsing@google.com> wrote: > Reviewers: golang-dev_googlegroups.com, > > Message: ...
12 years, 8 months ago (2012-11-24 17:27:38 UTC) #2
minux1
https://codereview.appspot.com/6842081/diff/7001/src/pkg/runtime/sys_netbsd_amd64.s File src/pkg/runtime/sys_netbsd_amd64.s (right): https://codereview.appspot.com/6842081/diff/7001/src/pkg/runtime/sys_netbsd_amd64.s#newcode257 src/pkg/runtime/sys_netbsd_amd64.s:257: CMPQ AX, $0xfffffffffffff001 this is wrong. you should use ...
12 years, 8 months ago (2012-11-24 17:59:12 UTC) #3
jsing
On 2012/11/24 17:59:12, minux wrote: > https://codereview.appspot.com/6842081/diff/7001/src/pkg/runtime/sys_netbsd_amd64.s > File src/pkg/runtime/sys_netbsd_amd64.s (right): > > https://codereview.appspot.com/6842081/diff/7001/src/pkg/runtime/sys_netbsd_amd64.s#newcode257 > ...
12 years, 8 months ago (2012-11-25 11:55:52 UTC) #4
dave_cheney.net
Thanks for fixing this, the asm for madvise should closely follow munmap.
12 years, 8 months ago (2012-11-25 12:01:40 UTC) #5
minux1
LGTM.
12 years, 8 months ago (2012-11-25 12:22:40 UTC) #6
jsing
12 years, 8 months ago (2012-11-26 11:34:08 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=d202aa686554 ***

runtime: implement SysUnused for netbsd

R=golang-dev, bradfitz, minux.ma, dave
CC=golang-dev
http://codereview.appspot.com/6842081
Sign in to reply to this message.

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