Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 2004 03:12:58 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph ng_tty.c src/sys/netinet6 ipsec.c src/sys/netipx ipx.c
Message-ID:  <200409030312.i833Cwfx012561@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004-09-03 03:12:58 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netgraph         ng_tty.c 
    sys/netinet6         ipsec.c 
    sys/netipx           ipx.c 
  Log:
  Merge sys/netgraph/ng_tty.c:1.30, sys/netinet6/ipsec.c:1.37,
  sys/netipx/ipx.c:1.27 to RELENG_5:
  
    Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correct
    operation using NET_NEEDS_GIANT().  This will result in a boot-time
    restoration of Giant-enabled network operation, or run-time warning on
    dynamic load (applicable only to the Netgraph component).  Additional
    components will likely need to be marked with this in the future.
  
  Approved by:    re (scottl, kensmith)
  
  Revision  Changes    Path
  1.29.2.1  +2 -0      src/sys/netgraph/ng_tty.c
  1.36.2.1  +2 -0      src/sys/netinet6/ipsec.c
  1.26.4.1  +6 -0      src/sys/netipx/ipx.c



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