cvs commit: src/sys/netgraph/netgraph ng_base.c

YONETANI Tomokazu y0netan1 at crater.dragonflybsd.org
Sat Sep 3 23:59:38 PDT 2005


y0netan1    2005/09/03 23:58:24 PDT

DragonFly src repository

  Modified files:
    sys/netgraph/netgraph ng_base.c 
  Log:
  Avoid panic by not using linker_* API in the early stage of
  boot process, during which namei_zone is not initialized yet
  but linker_* API relies on it indirectly by calling nlookup_init().
  
  Revision  Changes    Path
  1.18      +18 -4     src/sys/netgraph/netgraph/ng_base.c


http://www.dragonflybsd.org/cvsweb/src/sys/netgraph/netgraph/ng_base.c.diff?r1=1.17&r2=1.18&f=u





More information about the Commits mailing list