Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2026 19:10:02 +0000
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: df8ca3f89aa2 - main - kqueue.2: knote is activated as the first action of tdsendsignal()
Message-ID:  <6a39888a.35fd5.1f6137d0@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by kib:

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

commit df8ca3f89aa2b2c374886cc39b24c76796d7db9a
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-06-22 19:07:19 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-06-22 19:09:43 +0000

    kqueue.2: knote is activated as the first action of tdsendsignal()
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      3 days
---
 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?6a39888a.35fd5.1f6137d0>