On Sep 16, 5:09pm, m...@m00nbsd.net (Maxime Villard) wrote: -- Subject: Re: Proposal: Disable autoload of compat_xyz modules
| > The sysctl does not have to live in the module space. | | Where do you put the helper then? It needs access to linux_execsw, which is in | the module space. It could be a sysctl listing by name the emulations available and another listing the emulations currently enabled. emul.available=linux,linux_32,svr4,svr4_32 emul.autoload=linux,linux_32 christos