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

Issue 36010043: code review 36010043: syscall: generate zfiles for GOOS=solaris

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 4 months ago by aram
Modified:
10 years, 1 month ago
Reviewers:
minux1, gobot, mikio
CC:
golang-codereviews, minux1, jsing, mikio, dfc
Visibility:
Public.

Description

syscall: generate zfiles for GOOS=solaris

Patch Set 1 #

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

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

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

Patch Set 5 : diff -r 6835745cc243 https://code.google.com/p/go #

Patch Set 6 : diff -r 6835745cc243 https://code.google.com/p/go #

Patch Set 7 : diff -r 6835745cc243 https://code.google.com/p/go #

Patch Set 8 : diff -r 17615253b9e8 https://code.google.com/p/go #

Patch Set 9 : diff -r 17615253b9e8 https://code.google.com/p/go #

Patch Set 10 : diff -r 17615253b9e8 https://code.google.com/p/go #

Patch Set 11 : diff -r d45af824172f https://code.google.com/p/go #

Total comments: 10

Patch Set 12 : diff -r c4b7c0824984 https://code.google.com/p/go #

Patch Set 13 : diff -r c4b7c0824984 https://code.google.com/p/go #

Patch Set 14 : diff -r c4b7c0824984 https://code.google.com/p/go #

Patch Set 15 : diff -r c4b7c0824984 https://code.google.com/p/go #

Patch Set 16 : diff -r 1e52bf0c539c https://code.google.com/p/go #

Patch Set 17 : diff -r 1e52bf0c539c https://code.google.com/p/go #

Patch Set 18 : diff -r 884801fb67af https://code.google.com/p/go #

Patch Set 19 : diff -r 884801fb67af https://code.google.com/p/go #

Patch Set 20 : diff -r 99a1e180eda3 https://code.google.com/p/go #

Patch Set 21 : diff -r ff8459d06e3f https://code.google.com/p/go #

Patch Set 22 : diff -r 322f646feecb https://code.google.com/p/go #

Patch Set 23 : diff -r 322f646feecb https://code.google.com/p/go #

Patch Set 24 : diff -r 322f646feecb https://code.google.com/p/go #

Patch Set 25 : diff -r 322f646feecb https://code.google.com/p/go #

Patch Set 26 : diff -r e2dd08f26402 https://code.google.com/p/go #

Patch Set 27 : diff -r e2dd08f26402 https://code.google.com/p/go #

Patch Set 28 : diff -r 70499e5fbe5b https://code.google.com/p/go #

Patch Set 29 : diff -r 70499e5fbe5b https://code.google.com/p/go #

Total comments: 5

Patch Set 30 : diff -r 27a1bda549a2 https://code.google.com/p/go #

Patch Set 31 : diff -r 27a1bda549a2 https://code.google.com/p/go #

Patch Set 32 : diff -r c33b9dafa027 https://code.google.com/p/go #

Patch Set 33 : diff -r c33b9dafa027 https://code.google.com/p/go #

Patch Set 34 : diff -r c33b9dafa027 https://code.google.com/p/go #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2671 lines, -0 lines) Patch
A src/pkg/syscall/zerrors_solaris_amd64.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1414 lines, -0 lines 0 comments Download
A src/pkg/syscall/zsyscall_solaris_amd64.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 1 chunk +882 lines, -0 lines 0 comments Download
A src/pkg/syscall/zsysnum_solaris_amd64.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +10 lines, -0 lines 1 comment Download
A src/pkg/syscall/ztypes_solaris_amd64.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +365 lines, -0 lines 0 comments Download

Messages

Total messages: 29
aram
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years, 4 months ago (2013-12-10 20:40:25 UTC) #1
minux1
https://codereview.appspot.com/36010043/diff/200001/src/pkg/syscall/zerrors_solaris_amd64.go File src/pkg/syscall/zerrors_solaris_amd64.go (right): https://codereview.appspot.com/36010043/diff/200001/src/pkg/syscall/zerrors_solaris_amd64.go#newcode749 src/pkg/syscall/zerrors_solaris_amd64.go:749: SIOCADDMULTI = -0x7fdf96cf is these constants really negative? i ...
10 years, 4 months ago (2013-12-13 06:51:43 UTC) #2
aram
https://codereview.appspot.com/36010043/diff/200001/src/pkg/syscall/zsysnum_solaris_amd64.go File src/pkg/syscall/zsysnum_solaris_amd64.go (right): https://codereview.appspot.com/36010043/diff/200001/src/pkg/syscall/zsysnum_solaris_amd64.go#newcode4 src/pkg/syscall/zsysnum_solaris_amd64.go:4: SYS_EXECVE = 59 On 2013/12/13 06:51:43, minux wrote: > ...
10 years, 4 months ago (2013-12-13 11:55:38 UTC) #3
aram
Thanks. https://codereview.appspot.com/36010043/diff/200001/src/pkg/syscall/zerrors_solaris_amd64.go File src/pkg/syscall/zerrors_solaris_amd64.go (right): https://codereview.appspot.com/36010043/diff/200001/src/pkg/syscall/zerrors_solaris_amd64.go#newcode749 src/pkg/syscall/zerrors_solaris_amd64.go:749: SIOCADDMULTI = -0x7fdf96cf > is these constants really ...
10 years, 4 months ago (2013-12-13 16:39:32 UTC) #4
minux1
On Dec 13, 2013 11:39 AM, <aram@mgk.ro> wrote: > On 2013/12/13 06:51:43, minux wrote: >> ...
10 years, 4 months ago (2013-12-14 07:54:21 UTC) #5
gobot
Replacing golang-dev with golang-codereviews.
10 years, 4 months ago (2013-12-20 16:26:20 UTC) #6
aram
Hello golang-codereviews@googlegroups.com, minux.ma@gmail.com (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 4 months ago (2013-12-21 21:48:45 UTC) #7
aram
Hello golang-codereviews@googlegroups.com, minux.ma@gmail.com (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 3 months ago (2013-12-29 17:45:05 UTC) #8
aram
> in that case, we should delete them from types_solaris.go. Done, also removed some non-existent ...
10 years, 3 months ago (2014-01-09 14:18:36 UTC) #9
aram
Hello golang-codereviews@googlegroups.com, minux.ma@gmail.com (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 3 months ago (2014-01-09 15:10:40 UTC) #10
gobot
R=jsing@google.com (assigned by aram@mgk.ro)
10 years, 3 months ago (2014-01-09 15:13:16 UTC) #11
aram
Hello golang-codereviews@googlegroups.com, minux.ma@gmail.com, gobot@golang.org, jsing@google.com (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 3 months ago (2014-01-17 16:02:27 UTC) #12
aram
Hello golang-codereviews@googlegroups.com, minux.ma@gmail.com, gobot@golang.org, jsing@google.com (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 2 months ago (2014-02-12 11:23:58 UTC) #13
aram
Hello golang-codereviews@googlegroups.com, minux.ma@gmail.com, gobot@golang.org, jsing@google.com (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 1 month ago (2014-02-22 17:18:45 UTC) #14
aram
Gentle ping.
10 years, 1 month ago (2014-02-22 17:23:18 UTC) #15
minux1
LGTM. Let's get this in soon. https://codereview.appspot.com/36010043/diff/550001/src/pkg/syscall/zsysnum_solaris_amd64.go File src/pkg/syscall/zsysnum_solaris_amd64.go (right): https://codereview.appspot.com/36010043/diff/550001/src/pkg/syscall/zsysnum_solaris_amd64.go#newcode4 src/pkg/syscall/zsysnum_solaris_amd64.go:4: SYS_EXECVE = 59 ...
10 years, 1 month ago (2014-02-22 21:54:56 UTC) #16
aram
https://codereview.appspot.com/36010043/diff/550001/src/pkg/syscall/zsysnum_solaris_amd64.go File src/pkg/syscall/zsysnum_solaris_amd64.go (right): https://codereview.appspot.com/36010043/diff/550001/src/pkg/syscall/zsysnum_solaris_amd64.go#newcode4 src/pkg/syscall/zsysnum_solaris_amd64.go:4: SYS_EXECVE = 59 On 2014/02/22 21:54:57, minux wrote: > ...
10 years, 1 month ago (2014-02-22 21:59:32 UTC) #17
mikio
I can't repro making the z-file for system constants on solaris/amd64. Is there any magical ...
10 years, 1 month ago (2014-02-24 00:27:20 UTC) #18
aram
> I can't repro making the z-file for system constants on solaris/amd64. > Is there ...
10 years, 1 month ago (2014-02-24 15:44:01 UTC) #19
aram
Hello golang-codereviews@googlegroups.com, minux.ma@gmail.com, gobot@golang.org, jsing@google.com, mikioh.mikioh@gmail.com (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 1 month ago (2014-02-24 15:45:13 UTC) #20
dfc
On Tue, Feb 25, 2014 at 2:44 AM, <aram@mgk.ro> wrote: > I can't repro making ...
10 years, 1 month ago (2014-02-24 20:25:23 UTC) #21
aram
Yeah, well, should be fixed now.
10 years, 1 month ago (2014-02-24 21:18:37 UTC) #22
aram
Hello golang-codereviews@googlegroups.com, minux.ma@gmail.com, gobot@golang.org, jsing@google.com, mikioh.mikioh@gmail.com, dave@cheney.net (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 1 month ago (2014-02-24 21:19:54 UTC) #23
mikio
LGTM, leave to minux and/or jsing https://codereview.appspot.com/36010043/diff/650001/src/pkg/syscall/zsysnum_solaris_amd64.go File src/pkg/syscall/zsysnum_solaris_amd64.go (right): https://codereview.appspot.com/36010043/diff/650001/src/pkg/syscall/zsysnum_solaris_amd64.go#newcode4 src/pkg/syscall/zsysnum_solaris_amd64.go:4: package syscall pls ...
10 years, 1 month ago (2014-02-25 07:57:06 UTC) #24
minux1
LGTM. Mikioh, if it's convenient for you, please just fix the problem and submit. I ...
10 years, 1 month ago (2014-02-25 08:07:32 UTC) #25
mikio
okay, will do soon On Tue, Feb 25, 2014 at 5:07 PM, minux <minux.ma@gmail.com> wrote: ...
10 years, 1 month ago (2014-02-25 08:11:18 UTC) #26
mikio
*** Submitted as https://code.google.com/p/go/source/detail?r=5f58c6d04b6d *** syscall: generate zfiles for GOOS=solaris LGTM=minux.ma, mikioh.mikioh R=golang-codereviews, minux.ma, gobot, ...
10 years, 1 month ago (2014-02-25 08:12:30 UTC) #27
dfc
Oh damn, so close /home/dfc/work/solaris-amd64-smartos-5f58c6d04b6d/go/src/pkg/syscall/zerrors_solaris_amd64.go:1076: undefined: Errno /home/dfc/work/solaris-amd64-smartos-5f58c6d04b6d/go/src/pkg/syscall/zerrors_solaris_amd64.go:1076: const initializer Errno(7) is not a constant ...
10 years, 1 month ago (2014-02-25 08:19:06 UTC) #28
gobot
10 years, 1 month ago (2014-02-25 08:26:42 UTC) #29
This CL appears to have broken the windows-386-ec2 builder.
Sign in to reply to this message.

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