Page MenuHomeFreeBSD

arch.7: Clarify older 32-bit arm support
ClosedPublic

Authored by emaste on Aug 29 2025, 2:48 PM.
Tags
None
Referenced Files
F131835839: D52239.diff
Sat, Oct 11, 2:07 PM
Unknown Object (File)
Tue, Oct 7, 11:24 PM
Unknown Object (File)
Wed, Oct 1, 12:31 AM
Unknown Object (File)
Thu, Sep 25, 8:37 PM
Unknown Object (File)
Wed, Sep 24, 1:47 AM
Unknown Object (File)
Sun, Sep 14, 11:28 AM
Unknown Object (File)
Sep 10 2025, 6:04 AM
Unknown Object (File)
Sep 8 2025, 7:09 PM
Subscribers

Details

Summary

[I was reviewing arch.7 again recently and found myself slightly confused by this statement. I think my update is what we want to convey?]

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Manuals are inherently tied to release, but perhaps it would be nice to:

and earlier are no longer supported by
.Fx 15.0
and later.

?

This revision is now accepted and ready to land.Aug 29 2025, 3:11 PM

armv6 was still supported in 14.x, but arm (==v5) was dropped after 12.x so I don't really want to get into the releases. We could just go back to "not supported" if we want to make the comment timeless.

share/man/man7/arch.7
168

do we want to list armv4 and armv5 too?

share/man/man7/arch.7
168

That's what I meant with "armv6 and earlier"

share/man/man7/arch.7
168

Let me know if you think we want to be explicit, something like

Binaries targeting
.Dv armv6 ,
.Dv armv5 ,
and
.Dv arm
.Pq armv4
are no no longer supported by
.Fx .
imp added inline comments.
share/man/man7/arch.7
168

that's what I thought I wanted, but I think "and earlier" is good enough. We've not supported the armv[45] really since FreeBSD 10 or so, so 'and earlier' reads better than the full list. Thanks for working it up, but I think what you have is better.

This revision was automatically updated to reflect the committed changes.