DragonFly commits List (threaded) for 2005-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/netgraph/netgraph ng_base.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]