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
Unknown Object (File)
Sat, May 9, 2:25 PM
Unknown Object (File)
Sun, May 3, 7:18 PM
Unknown Object (File)
Thu, Apr 30, 5:41 AM
Unknown Object (File)
Tue, Apr 21, 3:09 PM
Unknown Object (File)
Fri, Apr 17, 10:36 AM
Unknown Object (File)
Wed, Apr 15, 6:15 PM
Unknown Object (File)
Apr 13 2026, 6:25 PM
Unknown Object (File)
Apr 13 2026, 1:12 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 Not Applicable
Unit
Tests Not Applicable