Date: Tue, 9 Feb 2010 22:39:34 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net vnet.c Message-ID: <201002092239.o19MdmrI086774@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2010-02-09 22:39:34 UTC FreeBSD src repository Modified files: sys/net vnet.c Log: SVN rev 203729 on 2010-02-09 22:39:34Z by bz Add DDB support for printing vnet_sysinit and vnet_sysuninit ordered call lists. Try to lookup function/symbol names and print those in addition to the pointers, along with the constants for subsystem and order. This is useful for debugging vnet teardown ordering issues. Make it possible to call the actual printing frunction from normal code at runtime, ie. from vnet_sysuninit(), if DDB support is there. Sponsored by: ISPsystem MFC After: 8 days Revision Changes Path 1.13 +63 -0 src/sys/net/vnet.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002092239.o19MdmrI086774>