Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jul 2009 13:55:33 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/net flowtable.c src/sys/netinet igmp.c ip_input.c src/sys/netinet6 ip6_input.c mld6.c src/sys/netipsec ipsec.c xform_ipcomp.c xform_ipip.c
Message-ID:  <200907201356.n6KDuI0X046948@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2009-07-20 13:55:33 UTC

  FreeBSD src repository

  Modified files:
    sys/net              flowtable.c 
    sys/netinet          igmp.c ip_input.c 
    sys/netinet6         ip6_input.c mld6.c 
    sys/netipsec         ipsec.c xform_ipcomp.c xform_ipip.c 
  Log:
  SVN rev 195782 on 2009-07-20 13:55:33Z by rwatson
  
  Garbage collect vnet module registrations that have neither constructors
  nor destructors, as there's no actual work to do.
  
  In most cases, the constructors weren't needed because of the existing
  protocol initialization functions run by net_init_domain() as part of
  VNET_MOD_NET, or they were eliminated when support for static
  initialization of virtualized globals was added.
  
  Garbage collect dependency references to modules without constructors or
  destructors, notably VNET_MOD_INET and VNET_MOD_INET6.
  
  Reviewed by:    bz
  Approved by:    re (vimage blanket)
  
  Revision  Changes    Path
  1.13      +0 -1      src/sys/net/flowtable.c
  1.87      +4 -8      src/sys/netinet/igmp.c
  1.372     +1 -20     src/sys/netinet/ip_input.c
  1.131     +0 -20     src/sys/netinet6/ip6_input.c
  1.55      +0 -1      src/sys/netinet6/mld6.c
  1.54      +0 -1      src/sys/netipsec/ipsec.c
  1.19      +0 -11     src/sys/netipsec/xform_ipcomp.c
  1.31      +0 -11     src/sys/netipsec/xform_ipip.c



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