From nobody Tue Apr 14 12:51:57 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 4fw40z2Sx0z6YWcw for ; Tue, 14 Apr 2026 12:52: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 "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fw40y5z7Jz3qyN for ; Tue, 14 Apr 2026 12:52:02 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776171122; 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=DqOS/kf4e/ntFCvuwS7JTELkXmF/o/5eDgXvEEjy7SQ=; b=U4tiNLSqTBAFUuAo4KG6OkHm2kq/neHN/Rx/7dpFsmed61BdgCqzIYJp5MepbESf0oJbfn 4fu6bRabom4wtsMibYOSHkNnWqml79+X6hoBgw0dXSd01N5NWwM6r+foz72hCPhvUKw4iK SIV0XGyb++RaJ7WmpxUYUKeJwXdMHYZRgoH6HiP/qT5hZMGjuxNcjsMahSJt/KNyQiag6G ycJoa9ECeQgTRzTUEwSLTTL3nPJ1K5zfoHF36XBE6PtYAteWs+goJG0uy4KQ4Xlsbf7Ein CyxSv4mdR5UMKAceaOmMLZAA6rX5GDTdS32ujYk6GdgH+kFQyrJUOH0KAL2ODA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776171122; a=rsa-sha256; cv=none; b=OyjU/el1bp8D9o3eA92ZNbJXQviONxCoTReDNeAWFf1ub/FkXGxD0fvFLla+coHh5pw/t/ wXVdARgR5RHM6GZ3uK4PGVVkZK3wWkbgcdA5BbulMyXFckm3wfStoOVmDjDkSkJMQRGEBZ NWZNTWRb2Yx+Hg5C7VknvF2I3iDJwU+NLFQqBdeIcxEh6irxNQbox3+aR+lbC8b0Xlb4h6 EXmE0SAl+Wnf0XeTzp4ZG7WgYyfe+P0UNPFaBLsITweLZaDvUga+1v6ySW+aS/k16T2HXP 1zrwVjHxR9dITraMZAMDKY7fEA8cW96O04mCMSI2o2AvzzSSwfvc1g0vcpBdzA== 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=1776171122; 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=DqOS/kf4e/ntFCvuwS7JTELkXmF/o/5eDgXvEEjy7SQ=; b=Dh/uppHDkF4v0yaOM7saGDGyiZK18Z1shISJyFbEkgzDsosCZMcRcDegrRb0GvvT4C6MWE w4oIpI6ykjAAM91ER9K5LBI/2SxUyv9tcGe2GyZpQ+3YtAvqv7bwkbZArwIqG2CnGU5GiY LmRgs+/jrElHD6/nz0NmGKKGPzQNwwwy3g40h1QdXeR6ocVVzXMeHU3f3zGZ2+6qP3NPyx zOTkgcQZ2MSF5sHRdpMrOvPOKNt86V8NxS20qfdxrHGrhVKJwAcAAAvonXXxKIsJlt+yzV ZyQI1QhrbP2ABt8sAk3+EjBlXGshR3x09R0R4ULPPjspVI4wVti/jZawxh6YDw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fw40y4TJKzrMQ for ; Tue, 14 Apr 2026 12:52:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3dc52 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 14 Apr 2026 12:51:57 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Konstantin Belousov Subject: git: fa912e3b9b5c - main - libthr.3: describe what we mean by C runtime environment. 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 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: fa912e3b9b5c074793bb1899f8256ea4baf72631 Auto-Submitted: auto-generated Date: Tue, 14 Apr 2026 12:51:57 +0000 Message-Id: <69de386d.3dc52.613617a9@gitrepo.freebsd.org> The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=fa912e3b9b5c074793bb1899f8256ea4baf72631 commit fa912e3b9b5c074793bb1899f8256ea4baf72631 Author: Konstantin Belousov AuthorDate: 2026-04-14 00:10:49 +0000 Commit: Konstantin Belousov CommitDate: 2026-04-14 12:51:32 +0000 libthr.3: describe what we mean by C runtime environment. Reviewed by: emaste Sponsored by: The FreeBSD Foundation MFC after: 3 days Differential revision: https://reviews.freebsd.org/D56384 --- lib/libthr/libthr.3 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/libthr/libthr.3 b/lib/libthr/libthr.3 index b84176abcd32..8c7b84490547 100644 --- a/lib/libthr/libthr.3 +++ b/lib/libthr/libthr.3 @@ -52,6 +52,12 @@ The library is tightly integrated with the run-time link editor and .Lb libc ; all three components must be built from the same source tree. +Together, they constitute the base C runtime environment of +.Fx , +running on top of the +.Fx +kernel. +.Pp Mixing .Li libc and