Date: Tue, 31 Aug 2010 07:15:50 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_sig.c Message-ID: <201008310716.o7V7GEsV023489@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2010-08-31 07:15:50 UTC
FreeBSD src repository
Modified files:
sys/kern kern_sig.c
Log:
SVN rev 212047 on 2010-08-31 07:15:50Z by davidxu
If a process is being debugged, skips job control caused by SIGSTOP/SIGCONT
signals, because it is managed by debugger, however a normal signal sent to
a interruptibly sleeping thread wakes up the thread so it will handle the
signal when the process leaves the stopped state.
PR: 150138
MFC after: 1 week
Revision Changes Path
1.397 +6 -13 src/sys/kern/kern_sig.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008310716.o7V7GEsV023489>
