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
F102006728: D40092.diff
Wed, Nov 6, 11:31 AM
Unknown Object (File)
Mon, Oct 14, 8:14 PM
Unknown Object (File)
Sep 23 2024, 8:03 PM
Unknown Object (File)
Sep 22 2024, 7:19 PM
Unknown Object (File)
Sep 22 2024, 8:39 AM
Unknown Object (File)
Sep 20 2024, 4:00 AM
Unknown Object (File)
Sep 19 2024, 6:26 PM
Unknown Object (File)
Sep 18 2024, 1:59 AM

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