mirror of
https://github.com/opnsense/src.git
synced 2026-03-29 14:13:11 -04:00
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(). |
||
|---|---|---|
| .. | ||
| ia32_exception.S | ||
| ia32_misc.c | ||
| ia32_reg.c | ||
| ia32_signal.c | ||
| ia32_sigtramp.S | ||
| ia32_syscall.c | ||