Date: Wed, 13 Jun 2007 14:01:43 +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/conf NOTES files options src/sys/net if_types.h src/sys/netinet in_proto.c src/sys/netipx ipx.h ipx_if.h ipx_ip.c ipx_ip.h ipx_usrreq.c Message-ID: <200706131401.l5DE1hln019811@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706131401.l5DE1hln019811>