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

Issue 201043: code review 201043: syscall: on freebsd, darwin, give Kill same signature a... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 1 month ago by rsc
Modified:
15 years, 1 month ago
Reviewers:
CC:
r, cw, golang-dev
Visibility:
Public.

Description

syscall: on freebsd, darwin, give Kill same signature as on linux

Patch Set 1 #

Patch Set 2 : code review 201043: syscall: on freebsd, darwin, give Kill same signature a... #

Total comments: 1

Patch Set 3 : code review 201043: syscall: on freebsd, darwin, give Kill same signature a... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -6 lines) Patch
M src/pkg/syscall/syscall_darwin.go View 1 2 chunks +4 lines, -1 line 0 comments Download
M src/pkg/syscall/syscall_freebsd.go View 1 2 chunks +4 lines, -1 line 0 comments Download
M src/pkg/syscall/zsyscall_darwin_386.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/syscall/zsyscall_darwin_amd64.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/syscall/zsyscall_freebsd_386.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/syscall/zsyscall_freebsd_amd64.go View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 1 month ago (2010-02-04 08:10:23 UTC) #1
cw
I did a simpler change dropping the third argument completely and using 0 on darwin ...
15 years, 1 month ago (2010-02-04 08:45:51 UTC) #2
rsc
On Thu, Feb 4, 2010 at 00:45, <cw@f00f.org> wrote: > I did a simpler change ...
15 years, 1 month ago (2010-02-04 09:27:28 UTC) #3
r2
LGTM
15 years, 1 month ago (2010-02-04 09:35:10 UTC) #4
cw
> I'd like you to review this change. LGTM (in so far as that the ...
15 years, 1 month ago (2010-02-04 09:42:20 UTC) #5
cw
Looking at the FreeBSD sources... http://codereview.appspot.com/201043/diff/1007/1012 File src/pkg/syscall/zsyscall_freebsd_386.go (right): http://codereview.appspot.com/201043/diff/1007/1012#newcode373 src/pkg/syscall/zsyscall_freebsd_386.go:373: func kill(pid int, signum ...
15 years, 1 month ago (2010-02-04 09:47:16 UTC) #6
rsc
15 years, 1 month ago (2010-02-04 10:06:12 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=f807bec5cec1 ***

syscall: on freebsd, darwin, give Kill same signature as on linux

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

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