kib d1f389d774 MFC r198507:
Use kern_sigprocmask() instead of direct manipulation of td_sigmask to
reschedule newly blocked signals.

MFC r198590:
Trapsignal() calls kern_sigprocmask() when delivering catched signal
with proc lock held.

MFC r198670:
For trapsignal() and postsig(), kern_sigprocmask() is called with
both process lock and curproc->p_sigacts->ps_mtx locked. Prevent lock
recursion on ps_mtx in reschedule_signals().
2009-12-19 11:31:28 +00:00
..
2009-11-04 20:49:14 +00:00
2008-11-29 14:57:58 +00:00
2008-11-29 14:57:58 +00:00
2009-12-19 11:31:28 +00:00
2009-06-01 20:48:39 +00:00
2008-11-29 14:55:24 +00:00