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
F157357934: D40092.id121938.diff
Wed, May 20, 2:24 PM
F157313843: D40092.id.diff
Wed, May 20, 6:15 AM
Unknown Object (File)
Sun, May 17, 5:25 AM
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)
Apr 17 2026, 10:36 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