Page MenuHomeFreeBSD

stand/i386: Don't include SASRC in .PATH of boot loaders
ClosedPublic

Authored by jhb on Jul 28 2025, 4:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 11:26 AM
Unknown Object (File)
Sun, Oct 12, 11:26 AM
Unknown Object (File)
Sun, Oct 12, 11:26 AM
Unknown Object (File)
Sun, Oct 12, 12:32 AM
Unknown Object (File)
Sep 11 2025, 6:42 AM
Unknown Object (File)
Sep 10 2025, 6:37 AM
Unknown Object (File)
Sep 10 2025, 4:29 AM
Unknown Object (File)
Sep 6 2025, 9:36 PM
Subscribers

Details

Summary

These link against libsa instead of pulling individual sources from
the libsa source directory.

Diff Detail

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

Event Timeline

Historically, we pulled individual files in from SASRC. However, at some point, we started pulling in libsa.a more generally and stopped listing the individual files.

This revision is now accepted and ready to land.Jul 28 2025, 5:43 PM

Yes, the last one might have been util.o which was around the time you were cleaning up the GELI boot stuff, but I didn't try to narrow it down to exactly which commit removed the last use.