Page MenuHomeFreeBSD

sysentvec: Retire sv_imgact_try as unneeded anymore
ClosedPublic

Authored by dchagin on May 14 2023, 5:58 PM.
Tags
None
Referenced Files
F115793584: D40092.diff
Mon, Apr 28, 6:25 PM
Unknown Object (File)
Wed, Apr 23, 3:52 PM
Unknown Object (File)
Sat, Apr 12, 2:56 PM
Unknown Object (File)
Feb 18 2025, 9:35 PM
Unknown Object (File)
Feb 13 2025, 11:02 AM
Unknown Object (File)
Feb 2 2025, 10:55 PM
Unknown Object (File)
Jan 24 2025, 5:49 PM
Unknown Object (File)
Jan 20 2025, 11:15 PM

Details

Summary

The sysentvec sv_imgact_try was used by kern_exec() to allow
non-native ABI to fixup shell path according to ABI root directory.
Since the non-native ABI can now specify its root directory directly
to namei() via pwd_exec() call this facility is not needed anymore.

PR: 72920

Diff Detail

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