DragonFly BSD
DragonFly commits List (threaded) for 2004-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/kern subr_module.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 26 May 2004 01:32:41 -0700 (PDT)

dillon      2004/05/26 01:32:41 PDT

DragonFly src repository

  Modified files:
    sys/kern             subr_module.c 
  Log:
  preload_delete_name() needs to use the same path munging that the other
  preload routines use, or it may not find the preloaded module.  Failure
  to delete a preloaded module that is being unloaded can result in the
  preloaded module being relocated twice if a later kldload occurs.
  
  Found-by: Hiten Pandya <hmp@xxxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.4       +17 -5     src/sys/kern/subr_module.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/subr_module.c.diff?r1=1.3&r2=1.4&f=h



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]