cvs commit: src/sys/netgraph ng_tty.c src/sys/netinet6 ipsec.c src/sys/netipx ipx.c

Robert Watson rwatson at FreeBSD.org
Thu Sep 2 20:12:58 PDT 2004


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


More information about the cvs-src mailing list