From owner-cvs-sys Thu May 23 13:12:18 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA14602 for cvs-sys-outgoing; Thu, 23 May 1996 13:12:18 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA14453; Thu, 23 May 1996 13:11:52 -0700 (PDT) Date: Thu, 23 May 1996 13:11:52 -0700 (PDT) From: Garrett Wollman Message-Id: <199605232011.NAA14453@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include in_cksum.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/05/23 13:11:51 Modified: sys/i386/include in_cksum.h Log: Add an incremental checksum update routine. Perhaps some i386 assembly guru out there can find a way to take advantage of little-endianness to make this computation more efficient. (I am certain that it can be done, but haven't managed to make it work myself.) Revision Changes Path 1.2 +17 -1 src/sys/i386/include/in_cksum.h