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
F153522406: D40092.id121938.diff
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)
Mon, Apr 13, 6:25 PM
Unknown Object (File)
Mon, Apr 13, 1:12 PM
Unknown Object (File)
Sun, Apr 5, 4:05 AM
Unknown Object (File)
Mon, Mar 30, 2:00 AM
Unknown Object (File)
Fri, Mar 27, 6:44 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