From owner-cvs-all Thu Nov 7 11:37:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B75E37B404; Thu, 7 Nov 2002 11:37:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6243143E4A; Thu, 7 Nov 2002 11:37:22 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gA7JZPmV042533; Thu, 7 Nov 2002 11:35:25 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gA7JZPP7042532; Thu, 7 Nov 2002 11:35:25 -0800 (PST) Message-Id: <200211071935.gA7JZPP7042532@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 7 Nov 2002 11:35:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/i386/string bcopy.S X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/11/07 11:35:25 PST Modified files: (Branch: RELENG_4) lib/libc/i386/string bcopy.S Log: MFC: eliminate superfluous memory access in memcpy(3)/memmove(3). Revision Changes Path 1.6.6.2 +8 -13 src/lib/libc/i386/string/bcopy.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message