svn commit: r209595 - head/sys/kern

Jilles Tjoelker jilles at stack.nl
Tue Jun 29 21:57:45 UTC 2010


On Tue, Jun 29, 2010 at 11:05:22PM +0200, Ed Schouten wrote:
> * John Baldwin <jhb at 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


More information about the svn-src-all mailing list