PERFORCE change 65776 for review

David Xu davidxu at FreeBSD.org
Wed Nov 24 05:59:07 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=65776

Change 65776 by davidxu at davidxu_alona on 2004/11/24 13:58:34

	Reduce diff with CURRENT.

Affected files ...

.. //depot/projects/davidxu_thread/src/sys/kern/kern_sig.c#3 edit

Differences ...

==== //depot/projects/davidxu_thread/src/sys/kern/kern_sig.c#3 (text+ko) ====

@@ -2146,6 +2146,7 @@
 			stopevent(p, S_SIG, sig);
 			mtx_lock(&ps->ps_mtx);
 		}
+
 		/*
 		 * We should see pending but ignored signals
 		 * only if P_TRACED was on when they were posted.
@@ -2170,7 +2171,6 @@
 			 * otherwise we just look for signals again.
 			 */
 			SIGDELSET(td->td_siglist, sig);	/* clear old signal */
-
 			if (td->td_pflags & TDP_SA)
 				SIGADDSET(td->td_sigmask, sig);
 			if (newsig == 0)


More information about the p4-projects mailing list