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
Unknown Object (File)
Oct 25 2025, 2:50 PM
Unknown Object (File)
Oct 25 2025, 3:06 AM
Unknown Object (File)
Oct 21 2025, 5:44 PM
Unknown Object (File)
Oct 17 2025, 1:12 AM
Unknown Object (File)
Oct 16 2025, 11:16 AM
Unknown Object (File)
Oct 15 2025, 11:11 AM
Unknown Object (File)
Oct 12 2025, 10:16 AM
Unknown Object (File)
Oct 11 2025, 11:25 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

Lint
Lint Skipped
Unit
Tests Skipped

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.