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

Issue 4823057: code review 4823057: syscall: move bsd pipe syscall (Closed)

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

Description

syscall: move bsd pipe syscall Not all BSDs have the same pipe() syscall implementation - move the Darwin/FreeBSD specific implementation into their respective OS syscall files. This will be needed to add OpenBSD syscall support.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -10 lines) Patch
M src/pkg/syscall/syscall_bsd.go View 1 2 1 chunk +0 lines, -10 lines 0 comments Download
M src/pkg/syscall/syscall_darwin.go View 1 1 chunk +10 lines, -0 lines 0 comments Download
M src/pkg/syscall/syscall_freebsd.go View 1 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 3
jsing
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 7 months ago (2011-07-29 13:44:18 UTC) #1
rsc
LGTM
13 years, 7 months ago (2011-07-29 17:35:34 UTC) #2
rsc
13 years, 7 months ago (2011-07-29 17:47:23 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=df07dd2282cf ***

syscall: move bsd pipe syscall

Not all BSDs have the same pipe() syscall implementation - move the
Darwin/FreeBSD specific implementation into their respective OS syscall files.
This will be needed to add OpenBSD syscall support.

R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/4823057

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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