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

Issue 5696043: code review 5696043: runtime: linux signal masking (Closed)

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

Description

runtime: linux signal masking Fixes issue 3101 (Linux).

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -1 line) Patch
M src/pkg/runtime/os_linux.h View 1 1 chunk +11 lines, -0 lines 0 comments Download
M src/pkg/runtime/sys_linux_386.s View 1 1 chunk +12 lines, -0 lines 0 comments Download
M src/pkg/runtime/sys_linux_amd64.s View 1 1 chunk +12 lines, -0 lines 0 comments Download
M src/pkg/runtime/sys_linux_arm.s View 1 2 chunks +10 lines, -0 lines 0 comments Download
M src/pkg/runtime/thread_linux.c View 1 4 chunks +12 lines, -1 line 0 comments Download

Messages

Total messages: 11
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 3 months ago (2012-02-23 04:26:16 UTC) #1
bradfitz
LGTM don't care about the return value of sigprocmask? On Thu, Feb 23, 2012 at ...
13 years, 3 months ago (2012-02-23 04:32:02 UTC) #2
bradfitz
On Thu, Feb 23, 2012 at 3:32 PM, Brad Fitzpatrick <bradfitz@golang.org>wrote: > LGTM > > ...
13 years, 3 months ago (2012-02-23 04:32:39 UTC) #3
rsc
On Wed, Feb 22, 2012 at 23:32, Brad Fitzpatrick <bradfitz@golang.org> wrote: > don't care about ...
13 years, 3 months ago (2012-02-23 04:34:32 UTC) #4
bradfitz
On Thu, Feb 23, 2012 at 3:34 PM, Russ Cox <rsc@golang.org> wrote: > On Wed, ...
13 years, 3 months ago (2012-02-23 04:41:03 UTC) #5
rsc
On Wed, Feb 22, 2012 at 23:41, Brad Fitzpatrick <bradfitz@golang.org> wrote: > I don't see ...
13 years, 3 months ago (2012-02-23 04:48:11 UTC) #6
bradfitz
On Thu, Feb 23, 2012 at 3:48 PM, Russ Cox <rsc@golang.org> wrote: > On Wed, ...
13 years, 3 months ago (2012-02-23 04:55:13 UTC) #7
rsc
On Wed, Feb 22, 2012 at 23:55, Brad Fitzpatrick <bradfitz@golang.org> wrote: > Isn't the whole ...
13 years, 3 months ago (2012-02-23 04:56:45 UTC) #8
minux1
On Thu, Feb 23, 2012 at 12:48 PM, Russ Cox <rsc@golang.org> wrote: > On Wed, ...
13 years, 3 months ago (2012-02-23 09:58:30 UTC) #9
rsc
> Do you mind me submitting a CL for this? Adding all the guard code ...
13 years, 3 months ago (2012-02-23 16:51:10 UTC) #10
rsc
13 years, 3 months ago (2012-02-23 19:44:00 UTC) #11
*** Submitted as http://code.google.com/p/go/source/detail?r=0a066e2b5836 ***

runtime: linux signal masking

Fixes issue 3101 (Linux).

R=golang-dev, bradfitz, minux.ma
CC=golang-dev
http://codereview.appspot.com/5696043
Sign in to reply to this message.

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