cvs commit: src/sys/kern kern_linker.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Sat May 28 16:20:06 PDT 2005


pjd         2005-05-28 23:20:05 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_linker.c 
  Log:
  Fix panic when module is compiled in and it is loaded from loader.conf.
  Only panic is fixed, module will be still listed in kldstat(8) output.
  Not sure what is correct fix, because adding unloading code in case of
  failure to linker_init_kernel_modules() doesn't work.
  
  Revision  Changes    Path
  1.117     +5 -3      src/sys/kern/kern_linker.c


More information about the cvs-src mailing list