Date: Wed, 8 Sep 2010 01:55:03 +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: <201009080155.o881tJJ0083772@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2010-09-08 01:55:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern kern_sig.c Log: SVN rev 212311 on 2010-09-08 01:55:03Z by davidxu MFC: r212047 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. Revision Changes Path 1.372.2.11 +17 -12 src/sys/kern/kern_sig.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009080155.o881tJJ0083772>