Page MenuHomeFreeBSD

loader: Change version calculation to be more consistent.
ClosedPublic

Authored by stevek on Apr 17 2023, 11:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 9, 5:03 AM
Unknown Object (File)
Tue, Dec 24, 8:16 AM
Unknown Object (File)
Dec 4 2024, 8:52 AM
Unknown Object (File)
Nov 28 2024, 5:55 AM
Unknown Object (File)
Nov 27 2024, 7:49 AM
Unknown Object (File)
Nov 19 2024, 3:01 AM
Unknown Object (File)
Nov 17 2024, 11:46 PM
Unknown Object (File)
Nov 17 2024, 8:16 PM
Subscribers

Details

Summary

Use 1000 * major + minor when calculating the version number that
gets set in the Ficl environment or lua loader property. This allows
for more room if the minor number needs to go above 9.

Add loader.version property to lua loader.

Obtained from: Juniper Networks, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 50978
Build 47869: arc lint + arc unit