Date: Sun, 9 Nov 2003 19:11:08 -0800 (PST) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys signalvar.h Message-ID: <200311100311.hAA3B87q063999@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2003/11/09 19:11:08 PST FreeBSD src repository Modified files: sys/sys signalvar.h Log: If a thread masks all its signal, in cursig(), no signal will be exchanged with debugger, so testing P_TRACED in SIGPENDING is useless. This test also is the culprit which causes lots of 'failed to set signal flags properly for ast()' to be printed on console which is just a false complaint. Revision Changes Path 1.65 +1 -2 src/sys/sys/signalvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311100311.hAA3B87q063999>