Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Mar 2010 17:31:54 +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:  <201003271746.o2RHkTbM070540@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2010-03-27 17:31:54 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/net              vnet.c 
  Log:
  SVN rev 205752 on 2010-03-27 17:31:54Z by bz
  
  MFC r203729:
  
    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.
  
  Revision  Changes    Path
  1.8.2.6   +63 -0     src/sys/net/vnet.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003271746.o2RHkTbM070540>