The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=d082115bd7198abdbea1017d4556b4771262d30d
commit d082115bd7198abdbea1017d4556b4771262d30d Author: Konstantin Belousov <[email protected]> AuthorDate: 2026-06-22 19:07:19 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2026-06-25 00:50:24 +0000 kqueue.2: knote is activated as the first action of tdsendsignal() (cherry picked from commit df8ca3f89aa2b2c374886cc39b24c76796d7db9a) --- lib/libsys/kqueue.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libsys/kqueue.2 b/lib/libsys/kqueue.2 index 97532c530b20..6e2d2df40ead 100644 --- a/lib/libsys/kqueue.2 +++ b/lib/libsys/kqueue.2 @@ -612,7 +612,7 @@ been marked as except for the .Dv SIGCHLD signal, which, if ignored, will not be recorded by the filter. -Event notification happens after normal +Event notification happens before normal signal delivery processing. .Va data returns the number of times the signal has occurred since the last call to
