From nobody Mon Jun 22 19:10:02 2026 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gkd7H2fcKz6hqy1 for ; Mon, 22 Jun 2026 19:10:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gkd7G6lt2z3x8c for ; Mon, 22 Jun 2026 19:10:02 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782155403; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+j9kwfoyHnx90D7BKsIByQWgqHUDYhLZXuakXUd6zHs=; b=cWISXDl5HkrrjmGPFKsXak3mRMi/vyRW82lLR9BkeWVsglQ6iXgP0KctaJNfhojFen/jmE hrERyYDHX/NcRUfZLIxCpal05g/x/OpXwPnDQ3xL7aPV3/kjDzDUcephGxBUaVHzZ9Y00u qRCtmSjJtCZpvEE/thQMmmSgf6Pyx0sU0Vtc7Vuy4enLvM9FnVfTaMW+pXUjJHXBbf+chy JOKp449mtGYTy+6GoBASqMp6LdWSdFa75SqFMn7YOmzAvQ3r3TfkpTlt2BZRvJ7yQOrmN0 va2XBOCKBb7QvyOh4xXsEbiYBUAHzuV8hRqqBPoorHtQu0xOawWYrmqJoihvCQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782155403; a=rsa-sha256; cv=none; b=UaM/GFyAcfscadBDKiT1TrXTZXco0J5mEJ715EhIrqKuOmOl8GLf5Kz2mcN/Fmxt1Sn64/ XkGmzFv0ZWuj1l/yCOO1hJln2hh4gSqXQQnLkjpShwwaucuIujkx2b45nPfP8ZBVcoCmoW Yngo693Zr31WL0RRUoRxfk5QU+r9ZDj7FJGVm0plxKwWYGi3BrJ4WsgnIdV592Tao1g638 SaN6nfpVGBeHH+Zro4XpsxSkKgp5qd0+uZWs3HPMh4oShoXgyaoeu8f54rm+STFPZbHd/w Qk3llZ2GTH2eOZOTZCy0T2IWrcKa8vrnAghDxVK5Byqou7Vit6T/wRdaEn3FXQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782155403; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+j9kwfoyHnx90D7BKsIByQWgqHUDYhLZXuakXUd6zHs=; b=ZAHSCDpgp3YMzxK/HsHg0TeOkZb1giOH/Sxfprq/tbR/XYfs1ZeI1LKqVKHDK6FmXRcyH0 +hGNuoBpHxw5sURe71NUoWD2ZROAeR2jO2Gqd941uX9icnHcgejKsCMLVd7oiAnnb550Ju h0ejk/VtpPVcT90QfFwF4DjMQGEeBjVk28SkL3prEG1QN2IxfVSmT8Ggu/dXjp2SGVVh2P L8rYQhHBuxMm1ZFBrvpiVDp8IqsF109A5cO1wDRuoaGYrzb3q4U0A1Qtbawxd/Pk/KyZjm KThRbOZS9TkO5pKV+0VSm6pYU4zb2yvMvEUo8WznTwlbxN6QSBbyhDBUdomjsg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gkd7G5G3Xz10s1 for ; Mon, 22 Jun 2026 19:10:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 35fd5 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 22 Jun 2026 19:10:02 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Konstantin Belousov Subject: git: df8ca3f89aa2 - main - kqueue.2: knote is activated as the first action of tdsendsignal() List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kib X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: df8ca3f89aa2b2c374886cc39b24c76796d7db9a Auto-Submitted: auto-generated Date: Mon, 22 Jun 2026 19:10:02 +0000 Message-Id: <6a39888a.35fd5.1f6137d0@gitrepo.freebsd.org> The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=df8ca3f89aa2b2c374886cc39b24c76796d7db9a commit df8ca3f89aa2b2c374886cc39b24c76796d7db9a Author: Konstantin Belousov AuthorDate: 2026-06-22 19:07:19 +0000 Commit: Konstantin Belousov 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