mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 21:36:47 -04:00
while in kernel mode, and later changing signal mask to block the signal, was fixed for sigprocmask(2) and ptread_exit(3). The same race exists for sigreturn(2), setcontext(2) and swapcontext(2) syscalls. Use kern_sigprocmask() instead of direct manipulation of td_sigmask to reschedule newly blocked signals, closing the race. Reviewed by: davidxu Tested by: pho MFC after: 1 month |
||
|---|---|---|
| .. | ||
| busio.s | ||
| busiosubr.c | ||
| canbepm.c | ||
| canbus.c | ||
| canbus.h | ||
| canbus_if.m | ||
| canbusvars.h | ||
| machdep.c | ||
| pc98_machdep.c | ||
| pc98_machdep.h | ||