From nobody Tue Apr 14 12:51:57 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 4fw40s6VDkz6YWNn for ; Tue, 14 Apr 2026 12:51:57 +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 4fw40s4h2hz3rMd for ; Tue, 14 Apr 2026 12:51:57 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776171117; 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=RZDLuhuxs82ZBOM+LXGx6jWtW7N4QDE8xl/rvPf/vUZSYYdzSTRoBHCZFrftVMn46J10js v0PwlYv9fjgfdLw7VkWIWFvvVh5Kp/jDrMZmKansvhBXJNwNZDD44UqmYw/M+DyGzBLNmc JwyhQjTqMFO9UMtKEeuUADINnS61zun2jY6BQz3eVgYZl2LbyenXhZBur1MmsDe83Peb3c UHlryAyJ3BpcZNz9vS9ZXAq/F1vfdmdKXESM3jCBA+Mezc/BkEkx67x2dTCnCEjYoU9UaZ WgoYTtKpeTsrJy+PZsgPMtpp3fxPL36U4NqUgi1hmABg6XF5R3t4NscbM5aI7w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776171117; a=rsa-sha256; cv=none; b=SiHueFK4PrAGI4Z5y47oxHi2flMMDImhaB6oFXp0ASreVDCBbqSFa0lKi2YeH6Le2MMGX2 P7XIeXjyaApk2GaSVkhPuSTTan4P6I6vl3xWueYXusAFw+3hl5sQZn5JToC0PBBnrr0C5F OA9qY7ajoPiyB5lnaQyMRHlg1HwIkqQF/F6fQXaRMm0pK4/0z8ugQCrcwGHfIJcykdzUWC 90fiGZuu9++6Ptnr/qQhe9y5duZA+d9EgEiTyBlMOU5dqGsB0O3xHx3Sihioy5w2m9Uir6 lQhZZhkAZt5lMfrrv1L7YQfZP2a19s/6EWZdElPvgTK382+7lGZx323NwHAfmQ== 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=1776171117; 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=uQ2Cy26YLRpbIrTIcyeRBBqvfHFccFiJ32jVUSJ2QWZ4P8nzphKCr4bt8FK2yMoUT+ytYe 9ofcwdIKD6AzZmx6M7+pPYnSM5PRJxlE7hN4IcZ3hgZbT28JFlhY6th8y0YQQaRCkimkNK Ot1xxyu8Xxku+pAFf2hvUrPpf0RHT77kaPq6sPgBw3k7ot08t5IMjVec5AWtNchoxY3XF2 BJIfNZh91kGYOF7h0UF4ztuBEqCXmx2UyYnsMdPQDtqF5YFIblPecdm57JdByyAI6+ckPe 35hrucLO+Ru6t8613dvcfR/jadHIYOKXaWPDnSJbGtEB6fwQrOEGNCi88U7Fbw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fw40s42xszrdq for ; Tue, 14 Apr 2026 12:51:57 +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 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 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