From nobody Mon Jun 22 19:10:02 2026 X-Original-To: dev-commits-src-all@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 4gkd7N5VC1z6hqyX for ; Mon, 22 Jun 2026 19:10:08 +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 4gkd7N0wV1z3wwv for ; Mon, 22 Jun 2026 19:10:08 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782155408; 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=YJQQlw6hlSUq7xtbMNOaLxTGfHqReiHw/2LV80i6sqRL+wbIXHGvBtEVnvI5G8wTPXuDha Fshem/de6r0n17P7pKDFx4+1JWw66579OgsrDG9yZMMLqtlgdySrWhq/zzb65gxabcJcn2 Ps1+JqvUhJ/o/AUKN6gE2+ZW3/1VvWhk99LHx1oBgnMnz90xsIHU4u2AIdCbyEr2I21Vhg lN2Axbnsd54zH9esw02w+uAsLRgLDCoiNIjGW50mEZYGuo6udjyI3hkv6Z/uuMtYhEmWYN vqSq93oTrRAJyynSFaTpmx24NvBcM7o1maBN6yy2OLQsIWqr8IFfLoTa1O6ENA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782155408; a=rsa-sha256; cv=none; b=AJ5mWfy8Yk1T8BR6R0vJOOGjrm9V/8XCbB2z1NPDDvtIsHRlXRdwD5qj24cur+t0KODBc7 +QEstJJ9C00dPiqSjJdk2rYwA9c/rSOO0HqUwHVv3CzbEUGKEZMEwgIiuabdMUGITbpQpZ IsMDG2njSZPM7LaK749nwkINNGNE+AA7YlJdtDza8ycWXT/EomVPHR9unlmO7lbqawtoQf oVdhrs20Ir/5Bnh/PYlAZE+//Jc8iiL7ifyP8SCWgo7Qmcxs0ApErFkj8WldItfWZkeuIZ oPMH/7iMWhMVO+Sh3rKj8SDbP23j86+4hGqnRA1gjCnPw6ntPMBdpKxDdDPnBA== 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=1782155408; 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=BPBoKVu8+eK09Jz8VCteHVNvenwKQSjm7oVG/TNq2HufPsYBiqGSpHf/qmFHSMNxL/w4oL To7AeBGwEQfrqVolrvSdvM6TUAmaLvFZeM3qFwQOwVsnvyPtSqhPMTBp3AbGEFJtPLgdro YU3CZWAxriRHnTGKor49J1eswnIb53KvKfR4NMuyvwSALR1+kqsNK8deLfwVIZlj5w9REB BiVRk0adAHSLagTO5/epwCzezBi0W1cS7MySfS+JflkHmPSsONdIPyCFbXwuyHBDJvDJM1 53yGFJiU9L2bOPfOr479WT3VwE4IDaaDhQlW5+sCN/kITYFFBVyyFZNi3d57vw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gkd7M4lSrz11Bt for ; Mon, 22 Jun 2026 19:10:07 +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 all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@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