K 10 svn:author V 3 jhb K 8 svn:date V 27 2007-02-23T19:46:59.000000Z K 7 svn:log V 295 Drop the global kernel linker lock while executing the sysinit's for a freshly-loaded kernel module. To avoid various unload races, hide linker files whose sysinit's are being run from userland so that they can't be kldunloaded until after all the sysinit's have finished. Tested by: gallatin END