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, Mar 16, 8:17 PM
Unknown Object (File)
Sat, Mar 16, 8:17 PM
Unknown Object (File)
Sat, Mar 16, 8:16 PM
Unknown Object (File)
Sat, Mar 16, 8:04 PM
Unknown Object (File)
Jan 8 2024, 4:17 PM
Unknown Object (File)
Jan 8 2024, 4:17 PM
Unknown Object (File)
Dec 31 2023, 10:05 PM
Unknown Object (File)
Dec 31 2023, 9:57 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