From owner-svn-src-all@FreeBSD.ORG Tue Jun 29 21:57:45 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00557106566B; Tue, 29 Jun 2010 21:57:44 +0000 (UTC) (envelope-from jilles@stack.nl) Received: from mx1.stack.nl (relay02.stack.nl [IPv6:2001:610:1108:5010::104]) by mx1.freebsd.org (Postfix) with ESMTP id BA9618FC0C; Tue, 29 Jun 2010 21:57:44 +0000 (UTC) Received: from turtle.stack.nl (turtle.stack.nl [IPv6:2001:610:1108:5010::132]) by mx1.stack.nl (Postfix) with ESMTP id 1D4D035A846; Tue, 29 Jun 2010 23:57:44 +0200 (CEST) Received: by turtle.stack.nl (Postfix, from userid 1677) id 05F48172B6; Tue, 29 Jun 2010 23:57:44 +0200 (CEST) Date: Tue, 29 Jun 2010 23:57:43 +0200 From: Jilles Tjoelker To: Ed Schouten Message-ID: <20100629215743.GA68788@stack.nl> References: <201006292044.o5TKiJd7031766@svn.freebsd.org> <20100629210522.GY2179@hoeg.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100629210522.GY2179@hoeg.nl> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, John Baldwin Subject: Re: svn commit: r209595 - head/sys/kern X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2010 21:57:45 -0000 On Tue, Jun 29, 2010 at 11:05:22PM +0200, Ed Schouten wrote: > * John Baldwin wrote: > > Log: > > Send SIGPIPE to the thread that issued the offending system call > > rather than to the entire process. > Should something similar be used inside the TTY layer, where > reads/writes may cause signals to be generated? SIGTTIN and SIGTTOU from read/write/ioctl are sent to the entire process group and are therefore not sent to a specific thread. -- Jilles Tjoelker