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)
Sun, Mar 8, 3:33 AM
Unknown Object (File)
Feb 8 2026, 5:45 AM
Unknown Object (File)
Feb 7 2026, 4:07 PM
Unknown Object (File)
Jan 31 2026, 11:21 AM
Unknown Object (File)
Dec 23 2025, 12:45 PM
Unknown Object (File)
Nov 30 2025, 11:21 AM
Unknown Object (File)
Nov 26 2025, 9:36 PM
Unknown Object (File)
Nov 25 2025, 8:14 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