mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Backout 1.291.
re doesn't seem to think this fixes: Desired features for 5.3-RELEASE "More truss problems"
This commit is contained in:
parent
6afb3b1c37
commit
cd71c41476
1 changed files with 0 additions and 10 deletions
|
|
@ -1775,16 +1775,6 @@ do_tdsignal(struct thread *td, int sig, sigtarget_t target)
|
|||
if (action == SIG_HOLD &&
|
||||
!((prop & SA_CONT) && (p->p_flag & P_STOPPED_SIG)))
|
||||
return;
|
||||
/*
|
||||
* SIGKILL: Remove procfs STOPEVENTs.
|
||||
*/
|
||||
if (sig == SIGKILL) {
|
||||
/* from procfs_ioctl.c: PIOCBIC */
|
||||
p->p_stops = 0;
|
||||
/* from procfs_ioctl.c: PIOCCONT */
|
||||
p->p_step = 0;
|
||||
wakeup(&p->p_step);
|
||||
}
|
||||
/*
|
||||
* Some signals have a process-wide effect and a per-thread
|
||||
* component. Most processing occurs when the process next
|
||||
|
|
|
|||
Loading…
Reference in a new issue