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

Issue 9545044: runtime: support for runtime integrated poller for NetB... (Closed)

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

Description

runtime: support for runtime integrated poller for NetBSD NOTE: this one is built upon CL 8264043. nearly all changes to pkg/runtime/netpoll_* are from that CL. except for the change about kevent_udata_type. NetBSD/amd64 and NetBSD/386 are fully tested. NetBSD/arm's net package has passed -short test.

Patch Set 1 #

Patch Set 2 : diff -r d1d76fc0ab6a https://code.google.com/p/go #

Patch Set 3 : diff -r d1d76fc0ab6a https://code.google.com/p/go #

Patch Set 4 : diff -r d1d76fc0ab6a https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -34 lines) Patch
M src/pkg/runtime/defs_netbsd.go View 1 5 chunks +14 lines, -2 lines 0 comments Download
M src/pkg/runtime/defs_netbsd_386.h View 1 5 chunks +21 lines, -2 lines 0 comments Download
M src/pkg/runtime/defs_netbsd_amd64.h View 1 5 chunks +22 lines, -2 lines 0 comments Download
M src/pkg/runtime/defs_netbsd_arm.h View 1 2 6 chunks +24 lines, -4 lines 0 comments Download
M src/pkg/runtime/mem_windows.c View 1 4 chunks +6 lines, -5 lines 0 comments Download
M src/pkg/runtime/netpoll.goc View 1 4 chunks +8 lines, -6 lines 0 comments Download
M src/pkg/runtime/netpoll_kqueue.c View 1 2 chunks +5 lines, -12 lines 0 comments Download
M src/pkg/runtime/netpoll_stub.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/os_darwin.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/runtime/os_netbsd.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/runtime/sys_netbsd_386.s View 1 1 chunk +29 lines, -0 lines 0 comments Download
M src/pkg/runtime/sys_netbsd_amd64.s View 1 1 chunk +31 lines, -0 lines 0 comments Download
M src/pkg/runtime/sys_netbsd_arm.s View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 3
mikio
ping.
10 years, 8 months ago (2013-08-16 08:53:09 UTC) #1
rsc
LGTM (assuming this has not been superseded by a later CL)
10 years, 7 months ago (2013-09-06 19:22:42 UTC) #2
minux1
10 years, 7 months ago (2013-09-07 01:12:00 UTC) #3
On 2013/09/06 19:22:42, rsc wrote:
> (assuming this has not been superseded by a later CL)
it is superseded by CL 12949045.

I will close this one.
Sign in to reply to this message.

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