rwatson     2007-06-13 14:01:43 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             NOTES files options 
    sys/net              if_types.h 
    sys/netinet          in_proto.c 
    sys/netipx           ipx.h ipx_if.h ipx_usrreq.c 
  Removed files:
    sys/netipx           ipx_ip.c ipx_ip.h 
  Log:
  Remove IPX over IP tunneling support, which allows IPX routing over IP
  tunnels, and was not MPSAFE.  The code can be easily restored in the
  event that someone with an IPX over IP tunnel configuration can work
  with me to test patches.
  
  This removes one of five remaining consumers of NET_NEEDS_GIANT.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.1432    +0 -1      src/sys/conf/NOTES
  1.1220    +0 -1      src/sys/conf/files
  1.593     +0 -1      src/sys/conf/options
  1.23      +1 -1      src/sys/net/if_types.h
  1.84      +0 -15     src/sys/netinet/in_proto.c
  1.24      +1 -1      src/sys/netipx/ipx.h
  1.18      +0 -8      src/sys/netipx/ipx_if.h
  1.50      +0 -471    src/sys/netipx/ipx_ip.c (dead)
  1.20      +0 -83     src/sys/netipx/ipx_ip.h (dead)
  1.62      +0 -6      src/sys/netipx/ipx_usrreq.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to