Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2026 00:50:56 +0000
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d082115bd719 - stable/15 - kqueue.2: knote is activated as the first action of tdsendsignal()
Message-ID:  <6a3c7b70.3cfd8.6890dcb8@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=d082115bd7198abdbea1017d4556b4771262d30d

commit d082115bd7198abdbea1017d4556b4771262d30d
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-06-22 19:07:19 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3c7b70.3cfd8.6890dcb8>