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

Issue 5348052: code review 5348052: runtime, syscall: convert from godefs to cgo (Closed)

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

Description

runtime, syscall: convert from godefs to cgo

Patch Set 1 #

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

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

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

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

Patch Set 6 : diff -r daa8c6dc4c42 https://go.googlecode.com/hg/ #

Total comments: 5

Patch Set 7 : diff -r 700ff7ef684f https://go.googlecode.com/hg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3577 lines, -3118 lines) Patch
M src/pkg/runtime/darwin/386/defs.h View 1 1 chunk +338 lines, -265 lines 0 comments Download
M src/pkg/runtime/darwin/386/signal.c View 1 3 chunks +5 lines, -5 lines 0 comments Download
M src/pkg/runtime/darwin/amd64/defs.h View 1 1 chunk +341 lines, -281 lines 0 comments Download
M src/pkg/runtime/darwin/amd64/signal.c View 1 3 chunks +5 lines, -5 lines 0 comments Download
M src/pkg/runtime/darwin/defs.go View 1 2 3 4 1 chunk +131 lines, -131 lines 0 comments Download
M src/pkg/runtime/freebsd/defs.go View 1 2 3 4 2 chunks +89 lines, -84 lines 0 comments Download
M src/pkg/runtime/linux/386/defs.h View 1 1 chunk +177 lines, -179 lines 0 comments Download
M src/pkg/runtime/linux/amd64/defs.h View 1 1 chunk +216 lines, -220 lines 0 comments Download
M src/pkg/runtime/linux/defs.go View 1 2 3 4 1 chunk +79 lines, -74 lines 0 comments Download
M src/pkg/runtime/linux/defs1.go View 1 2 3 4 1 chunk +27 lines, -16 lines 0 comments Download
M src/pkg/runtime/linux/defs2.go View 1 2 3 4 2 chunks +96 lines, -95 lines 0 comments Download
M src/pkg/runtime/linux/defs_arm.go View 1 2 3 4 4 chunks +89 lines, -90 lines 0 comments Download
M src/pkg/runtime/openbsd/defs.go View 1 2 3 4 2 chunks +86 lines, -81 lines 0 comments Download
M src/pkg/runtime/windows/defs.go View 1 2 3 4 1 chunk +48 lines, -33 lines 0 comments Download
M src/pkg/syscall/mkall.sh View 1 2 chunks +21 lines, -21 lines 0 comments Download
M src/pkg/syscall/mkerrors.sh View 1 4 chunks +14 lines, -19 lines 0 comments Download
M src/pkg/syscall/types_darwin.go View 1 2 3 4 4 chunks +161 lines, -109 lines 0 comments Download
M src/pkg/syscall/types_freebsd.go View 1 2 3 4 5 6 3 chunks +173 lines, -125 lines 0 comments Download
M src/pkg/syscall/types_linux.go View 1 2 3 4 5 6 4 chunks +357 lines, -302 lines 0 comments Download
M src/pkg/syscall/types_openbsd.go View 1 2 3 4 5 6 3 chunks +161 lines, -114 lines 0 comments Download
M src/pkg/syscall/zerrors_darwin_386.go View 1 18 chunks +28 lines, -32 lines 0 comments Download
M src/pkg/syscall/zerrors_darwin_amd64.go View 1 18 chunks +28 lines, -32 lines 0 comments Download
M src/pkg/syscall/zerrors_linux_386.go View 1 42 chunks +92 lines, -65 lines 0 comments Download
M src/pkg/syscall/zerrors_linux_amd64.go View 1 42 chunks +93 lines, -66 lines 0 comments Download
M src/pkg/syscall/zsysnum_linux_386.go View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/pkg/syscall/zsysnum_linux_amd64.go View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/pkg/syscall/ztypes_darwin_386.go View 1 8 chunks +62 lines, -46 lines 0 comments Download
M src/pkg/syscall/ztypes_darwin_amd64.go View 1 7 chunks +60 lines, -46 lines 0 comments Download
M src/pkg/syscall/ztypes_linux_386.go View 1 2 3 4 5 6 10 chunks +288 lines, -283 lines 0 comments Download
M src/pkg/syscall/ztypes_linux_amd64.go View 1 2 3 4 5 6 11 chunks +304 lines, -299 lines 0 comments Download

Messages

Total messages: 10
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 4 months ago (2011-11-09 05:25:29 UTC) #1
rsc
(Note that this is not making runtime and syscall depend on cgo in the same ...
13 years, 4 months ago (2011-11-09 05:26:46 UTC) #2
mikio
http://codereview.appspot.com/5348052/diff/5031/src/pkg/syscall/types_freebsd.go File src/pkg/syscall/types_freebsd.go (right): http://codereview.appspot.com/5348052/diff/5031/src/pkg/syscall/types_freebsd.go#newcode13 src/pkg/syscall/types_freebsd.go:13: one more. // +godefs map struct_fsid [8]byte /* __fsid_t ...
13 years, 4 months ago (2011-11-09 07:14:54 UTC) #3
rsc
On Nov 9, 2011 at 02:14, mikioh.mikioh@gmail.com wrote: > http://codereview.appspot.com/5348052/diff/5031/src/pkg/syscall/types_freebsd.go#newcode13 > src/pkg/syscall/types_freebsd.go:13: > one more. ...
13 years, 4 months ago (2011-11-09 20:39:32 UTC) #4
r
LGTM once enough systems are happy
13 years, 4 months ago (2011-11-09 22:25:56 UTC) #5
mikio
On 2011/11/09 20:39:32, rsc wrote: > For both types_freebsd.go and types_openbsd.go, > does it work ...
13 years, 4 months ago (2011-11-10 02:23:55 UTC) #6
mikio
LGTM http://codereview.appspot.com/5348052/diff/5031/src/pkg/syscall/types_freebsd.go File src/pkg/syscall/types_freebsd.go (right): http://codereview.appspot.com/5348052/diff/5031/src/pkg/syscall/types_freebsd.go#newcode125 src/pkg/syscall/types_freebsd.go:125: type Fsid C.struct_fsid http://codereview.appspot.com/5348052/diff/5031/src/pkg/syscall/types_openbsd.go File src/pkg/syscall/types_openbsd.go (right): http://codereview.appspot.com/5348052/diff/5031/src/pkg/syscall/types_openbsd.go#newcode122 ...
13 years, 4 months ago (2011-11-10 02:27:22 UTC) #7
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=b5b8898c7002 *** runtime, syscall: convert from godefs to cgo R=golang-dev, mikioh.mikioh, r ...
13 years, 4 months ago (2011-11-11 00:08:32 UTC) #8
rsc
I submitted this. Mikioh, would you be willing to rerun mkall.sh for FreeBSD and OpenBSD ...
13 years, 4 months ago (2011-11-11 00:13:29 UTC) #9
mikio
13 years, 4 months ago (2011-11-11 10:22:31 UTC) #10
On Fri, Nov 11, 2011 at 9:13 AM, Russ Cox <rsc@golang.org> wrote:

> Mikioh, would you be willing to rerun mkall.sh for
> FreeBSD and OpenBSD and send a CL updating
> the ztypes files?

Sure, will do.
Sign in to reply to this message.

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