From owner-cvs-all Sat Aug 28 11:22:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C58115438; Sat, 28 Aug 1999 11:22:34 -0700 (PDT) (envelope-from jhay@FreeBSD.org) Received: (from jhay@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA31915; Sat, 28 Aug 1999 11:21:57 -0700 (PDT) (envelope-from jhay@FreeBSD.org) Message-Id: <199908281821.LAA31915@freefall.freebsd.org> From: John Hay Date: Sat, 28 Aug 1999 11:21:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netipx ipx.h ipx_cksum.c ipx_input.c ipx_outputfl.c ipx_pcb.c ipx_pcb.h ipx_usrreq.c spx_usrreq.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jhay 1999/08/28 11:21:57 PDT Modified files: sys/netipx ipx.h ipx_cksum.c ipx_input.c ipx_outputfl.c ipx_pcb.c ipx_pcb.h ipx_usrreq.c spx_usrreq.c Log: Get rid of the old XNS checksum code and implement it the IPX way. PR: 13374 Submitted by: Boris Popov Revision Changes Path 1.15 +2 -1 src/sys/netipx/ipx.h 1.9 +64 -161 src/sys/netipx/ipx_cksum.c 1.20 +10 -42 src/sys/netipx/ipx_input.c 1.14 +3 -7 src/sys/netipx/ipx_outputfl.c 1.18 +3 -1 src/sys/netipx/ipx_pcb.c 1.14 +2 -1 src/sys/netipx/ipx_pcb.h 1.25 +10 -5 src/sys/netipx/ipx_usrreq.c 1.27 +2 -6 src/sys/netipx/spx_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message