On Tue, Jun 29, 2010 at 11:05:22PM +0200, Ed Schouten wrote:
> * John Baldwin <j...@freebsd.org> 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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to