From nobody Thu Oct 26 21:13:03 2023 X-Original-To: threads@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 4SGdmw0zjwz4yHbh for ; Thu, 26 Oct 2023 21:13:04 +0000 (UTC) (envelope-from bugzilla-noreply@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SGdmv725Pz3XY2 for ; Thu, 26 Oct 2023 21:13:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1698354784; 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: in-reply-to:in-reply-to:references:references; bh=qg6YPfkIG8VP06FmYx+RaRQb7Jf4zjwmmin1/qk4mE0=; b=Lb1E7Juq3rMOwzCn5xFsw6QnDL/zt3IhWUUkuNBsLJaMpdBHry7DJjNsjww/Qd9MFhlLJB ft84S+sOYswmG5pvKBcTnWJq38hTzuE6dnf/LHCFSJ4DPFWN5N3obSpRJ5J1v7P6ZtfSxm mq2nrp1GYrHmn1rT0/t/cOyEur+7mEL46C50aeN6zlB2hS2BWwPKtzjUoPJX8mkX9gcHrk 5SierXlBFdRIojO8WVH8lagdAXtqg0effDLHKAUqEcdETlLPTROTzxkffpefJl6Z7i/eVM NjJxsE9WQ7Texzn40SWzZxZVZ1z0+bNXb7SUR6NAA7MNofvxsQrgyn8CMJvraQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1698354784; a=rsa-sha256; cv=none; b=s/Q8wbIvfBnFkoOvWzXELm1hGJ+UxyMn0eVVNl+dFM0hQhdBPK+k7cjivONS92xu3dEAwZ APLT4GAgHPrwj7aOjYnjIsTokhZl3DhuP5HJtzY59XhcZpunVScIANNodav+olVFbQHTnG Ym8+WQS7UxXiBr6sOUl0gsMCs9nnSejmNE5PnvZIb6bDLFH2XrqvqjCkDPp9dYbBqiPNaC ufn1xWDOz2DWkGIyZrmvH1sTvfC58TuH2OrqIWroeA3r0izUFA0gp8WHm05jGCKsDnt65i bMRwaNDniTmroikNXlh5ZL5GT5sMQYmr4Rzy0yGtSKrrCD1RC8MUTRU2WQNPfQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4SGdmv66k0zmjJ for ; Thu, 26 Oct 2023 21:13:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 39QLD3Nj028869 for ; Thu, 26 Oct 2023 21:13:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 39QLD3t1028868 for threads@FreeBSD.org; Thu, 26 Oct 2023 21:13:03 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: threads@FreeBSD.org Subject: [Bug 274678] pthread_mutexatte_init(3) does not properly describe pthread_mutexattr_setpshared() Date: Thu, 26 Oct 2023 21:13:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: threads X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: threads@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Threading List-Archive: https://lists.freebsd.org/archives/freebsd-threads List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-threads@freebsd.org X-BeenThere: freebsd-threads@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274678 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D2152c4e2db88b9264c6400f2510440465= d39c7b8 commit 2152c4e2db88b9264c6400f2510440465d39c7b8 Author: Konstantin Belousov AuthorDate: 2023-10-23 22:54:54 +0000 Commit: Konstantin Belousov CommitDate: 2023-10-26 21:05:29 +0000 pthread_mutexattr_init(3): describe pthread_mutexattr_{set,get}pshared PR: 274678 Reviewed by: emaste Sponsored by: The FreeBSD Foundation MFC after: 3 days Differential revision: https://reviews.freebsd.org/D42344 share/man/man3/pthread_mutexattr.3 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) --=20 You are receiving this mail because: You are the assignee for the bug.=