Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Aug 2004 15:24:53 +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:  <200408281524.i7SFOrus010207@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004-08-28 15:24:53 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_tty.c 
    sys/netinet6         ipsec.c 
    sys/netipx           ipx.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.30      +2 -0      src/sys/netgraph/ng_tty.c
  1.37      +2 -0      src/sys/netinet6/ipsec.c
  1.27      +6 -0      src/sys/netipx/ipx.c



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