From nobody Sat Aug 1 08:21:32 2026 X-Original-To: dev-commits-doc-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 4hBwrd6Hfqz6nF6p for ; Sat, 01 Aug 2026 08:21:37 +0000 (UTC) (envelope-from ziaee@FreeBSD.org) Received: from mailtransmit04.runbox.com (mailtransmit04.runbox.com [IPv6:2a0c:5a00:149::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4hBwrd56szz3nPK for ; Sat, 01 Aug 2026 08:21:37 +0000 (UTC) (envelope-from ziaee@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit04.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1wq4yN-00DjiL-Kp; Sat, 01 Aug 2026 10:21:35 +0200 Received: from [10.9.9.127] (helo=rmmprod05.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1wq4yK-00074N-4B; Sat, 01 Aug 2026 10:21:35 +0200 Received: from mail by rmmprod05.runbox with local (Exim 4.86_2) (envelope-from ) id 1wq4yK-00017z-2F; Sat, 01 Aug 2026 10:21:32 +0200 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-doc-all@freebsd.org Sender: owner-dev-commits-doc-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Received: from [Authenticated alias (960477)] by runbox.com with http (RMM6); Sat, 01 Aug 2026 08:21:32 GMT From: "Alexander Ziaee" To: "Dmitry Morozovsky" , "doc-committers" , "dev-commits-doc-all" Subject: Re: git: 610d2a460e - main - 15.1: Tidy architecture notes Date: Sat, 01 Aug 2026 08:21:32 +0000 (UTC) X-RMM-Aliasid: 960477 X-Mailer: RMM6 In-Reply-To: <6c150d2d-20b8-4609-9032-6600b976ceab@woozle.net> Message-Id: X-Rspamd-Queue-Id: 4hBwrd56szz3nPK X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:50304, ipnet:2a0c:5a00::/29, country:NO] X-Spamd-Bar: ---- On 2026-08-01 04:14 -04:00 EDT, "Dmitry Morozovsky" wro= te: > Alexander, >=20 > On 01.08.2026 2:44, Alexander Ziaee wrote: >> The branch main has been updated by ziaee: >> >> URL: https://cgit.FreeBSD.org/doc/commit/?id=3D610d2a460ea374751efe27355= b805dd40bbeb86f >> >> commit 610d2a460ea374751efe27355b805dd40bbeb86f >> Author: Alexander Ziaee >> AuthorDate: 2026-07-31 23:42:27 +0000 >> Commit: Alexander Ziaee >> CommitDate: 2026-07-31 23:42:27 +0000 >> >> 15.1: Tidy architecture notes >> > CPU architectures have a lot of names, >> only use the names we've been using consistently. >=20 > while this change is correct for most contemporary machines, 14.x is an e= xtended release,=C2=A0and will be supported 2+ years from now, hence comple= te removing i386 seems a bit premature maybe? This document is exclusively for binary upgrades to FreeBSD 15.1, where i38= 6 is not supported. Unrelated information hurts accessibility. Best, Alex >> > Reviewed by: emaste >> --- >> website/content/en/releases/15.1R/upgrading.adoc | 10 ++++------ >> 1 file changed, 4 insertions(+), 6 deletions(-) >> >> diff --git a/website/content/en/releases/15.1R/upgrading.adoc b/website/= content/en/releases/15.1R/upgrading.adoc >> index 1378ccb159..db85cbf995 100644 >> --- a/website/content/en/releases/15.1R/upgrading.adoc >> +++ b/website/content/en/releases/15.1R/upgrading.adoc >> @@ -105,9 +105,8 @@ freebsd-update install >> + >> . **Upgrade the Boot Loader** >> + >> -AArch64 (arm64) systems always use the UEFI boot loader. >> -On x86 systems (amd64 and i386), run the following command to determine >> -which boot loader to update: >> +AArch64 systems always use the UEFI boot loader. >> +To determine which boot loader to update on AMD64 systems, run the foll= owing command: >> + >> [source,shell] >> ---- >> @@ -178,9 +177,8 @@ If they exist, compare them with the deployed versio= n (e.g., `diff /etc/rc.conf >> + >> . **Upgrade the Boot Loader**: >> + >> -AArch64 (arm64) systems always use the UEFI boot loader. >> -On x86 systems (amd64 and i386), run the following command to determine >> -which boot loader to update: >> +AArch64 systems always use the UEFI boot loader. >> +To determine which boot loader to update on AMD64 systems, run the foll= owing command: >> + >> [source,shell] >> ---- >> > --=20 > Sincerely, > D.Marck [MCK-RIP= E] > [ FreeBSD committer: marck@FreeBSD.org= ] > -------------------------------------------------------------------------= -- > *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- woozle@woozle.net *= ** > -------------------------------------------------------------------------= -- >=20 >=20=