mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Note that SIGCHLD is special and if ignored, won't be recorded by the filter.
This commit is contained in:
parent
2e81a7e8ab
commit
ffce2a5b46
1 changed files with 4 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd February 15, 2012
|
||||
.Dd January 21, 2013
|
||||
.Dt KQUEUE 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -417,7 +417,9 @@ and
|
|||
facilities, and has a lower precedence.
|
||||
The filter will record
|
||||
all attempts to deliver a signal to a process, even if the signal has
|
||||
been marked as SIG_IGN.
|
||||
been marked as SIG_IGN, except for the
|
||||
.Dv SIGCHLD
|
||||
signal, which, if ignored, won't be recorded by the filter.
|
||||
Event notification happens after normal
|
||||
signal delivery processing.
|
||||
.Va data
|
||||
|
|
|
|||
Loading…
Reference in a new issue