Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2009 19:08:56 +0000 (UTC)
From:      Marko Zec <zec@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern uipc_domain.c
Message-ID:  <200908281909.n7SJ94XA059944@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
zec         2009-08-28 19:08:56 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/kern             uipc_domain.c 
  Log:
  SVN rev 196620 on 2009-08-28 19:08:56Z by zec
  
  MFC r196501:
  
    When registering a protocol to an existing protocol domain via
    pf_proto_register(), iterate over all existing vnets to call protosw_init()
    and thus the appropriate .pr_init() handler in the context of each vnet.
    NB in the future we probably want to separate pr_init() handlers into
    two, i.e. per-vnet and global, functions.
  
    This change has no impact on nooptions VIMAGE builds.
  
    Approved by:  re (rwatson), julian (mentor)
  
  Approved by:    re (rwatson)
  
  Revision  Changes    Path
  1.61.2.2  +8 -1      src/sys/kern/uipc_domain.c



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