From nobody Sun Aug 16 02:46:39 2026 X-Original-To: dev-commits-src-branches@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 4hN0jD3636z6pH3m for ; Sun, 16 Aug 2026 02:46:40 +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 "YR2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hN0jD0vn4z3f3J for ; Sun, 16 Aug 2026 02:46:40 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1786848400; 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=4XXwgbOQrQbsTHYrdBj+9DnuIYG9R8LGPl+Jb3DDZJM=; b=rRcddmgRs3rrThHv4blT3c4LlYig0hdiLghfNbmT2SPYIOzUsrJZcfQQAfi3JJzyf2cjo+ 7Lrvp2iOagvD6q6q1Vei+Jm4sP4dN6sKEioW+Xz9rXMXUgKAD8pFiCg1AMaaI4YzlCcPsX scYwBZu/uzaiIaK8itLs0n8IK9oQP5C+bpQD2hJ/GoC310fWftZMaFN6IHXSL1OeQeP+5u MJxwDLaZ8x4AJgvJ4+vsLDArhe4O5wA2PuAFaRQ3VafNhzaF8dn/4Dqykv6x75nqBlRtWb mDFFS0mOFitCUiTim/wzaoCi4F0nX/dhZptuVum820ziADP+sOsyAqI7lMxFvw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1786848400; a=rsa-sha256; cv=none; b=fOY4avtIH0uZQFUxD7ohlR15yOny9uAMF132Z+emLvlkW00jARIP/N6G0ywXIttZihXa6f UinI96qEQxEi8wxKtX9JuPnHatdUfVjCn9w+3sQSL4XalZ4IqR4OSiW0DbM85rftQw9lGc k6A48SqOiVKqohCaRVR3pziYJxaiWss53HIZ01WhH9Q/dTmekROsT8FM+jLpkepoxpCP6j 2BhiyUOnSMK436RgezniqZ9OfE/tJaUoQcCJ59Drr5XAY9OfNCNvfdhbT5mwAeK9eH4mrH y7N03a8+DaHkOR2I5FZnlxqttZvN/o+efRFGIMB6i8HNkw0DbQ4ilZGQBFgZ/Q== 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=1786848400; 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=4XXwgbOQrQbsTHYrdBj+9DnuIYG9R8LGPl+Jb3DDZJM=; b=s74259+naIBm/zhSpfzkKizVD0DLigEg7jPIWRbsiwvqenrGRN/XI9yh58F3dFt1g8Thtu WFEODyb1BFzmy5JdsRpVpY5PsXls+x+w6uKHtB/lX0XF/HKbUOxJpwxFhl8ON+Rpsp1PYa 8RpC+mttNcDr8sGAgAVT4G2hwQsENB6FLwBcSLH/yxxzZ6WxGrtNVsNgOJY3DEjw3OvcjU FvvyxWUdeXYK5ZveqXbXzN2kaWb08zvltxyTyQ+s6LOUXzTD0GOE2XBu6u39szFRxz5t+D KlVFlphbREElB2ggVNw+Bj8VS00mX5K8H6rtbpzWs6UFIQVaSw2KbgRdx7yv5Q== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hN0jC72Gsz17Qt for ; Sun, 16 Aug 2026 02:46:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 451e6 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 16 Aug 2026 02:46:39 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Konstantin Belousov Subject: git: 513ebe011bf5 - stable/15 - pdfork.2: document EINVAL for pdwait(2) List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@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/stable/15 X-Git-Reftype: branch X-Git-Commit: 513ebe011bf5406429d935c43007e3b67e6484c3 Auto-Submitted: auto-generated Date: Sun, 16 Aug 2026 02:46:39 +0000 Message-Id: <6a81248f.451e6.33e1bfc7@gitrepo.freebsd.org> The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=513ebe011bf5406429d935c43007e3b67e6484c3 commit 513ebe011bf5406429d935c43007e3b67e6484c3 Author: Konstantin Belousov AuthorDate: 2026-05-20 02:05:02 +0000 Commit: Konstantin Belousov CommitDate: 2026-08-16 02:41:23 +0000 pdfork.2: document EINVAL for pdwait(2) (cherry picked from commit 1cced493289962858c961b06b161b44ca43e7ac7) --- lib/libsys/pdfork.2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/libsys/pdfork.2 b/lib/libsys/pdfork.2 index 3997570d2125..bf433509892a 100644 --- a/lib/libsys/pdfork.2 +++ b/lib/libsys/pdfork.2 @@ -232,6 +232,11 @@ The process descriptor being operated on has insufficient rights (e.g. .Dv CAP_PDKILL for .Fn pdkill ) . +.It Bq Er EINVAL +The +.Fn pdwait +function is called with reserved bits set in +.Fa options . .El .Sh SEE ALSO .Xr close 2 ,