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

Robert Watson rwatson at FreeBSD.org
Sat Aug 28 08:24:53 PDT 2004


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


More information about the cvs-all mailing list