From owner-cvs-all Fri Jan 18 13:54: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD71437B41A; Fri, 18 Jan 2002 13:54:02 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0ILs2131111; Fri, 18 Jan 2002 13:54:02 -0800 (PST) (envelope-from iedowse) Message-Id: <200201182154.g0ILs2131111@freefall.freebsd.org> From: Ian Dowse Date: Fri, 18 Jan 2002 13:54:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/boot1 sys.c X-FreeBSD-CVS-Branch: HEAD 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 iedowse 2002/01/18 13:54:02 PST Modified files: sys/boot/alpha/boot1 sys.c Log: Cut more than 500 bytes off the size of the alpha boot1 by adding a simple version of bcopy() so we avoid picking up the overly-complex implementation in libc (via libstand). This is not necessary on -current, but RELENG_4 has apparently just exceeded the 15-sector limit for boot1. Reviewed by: wilko Revision Changes Path 1.6 +10 -0 src/sys/boot/alpha/boot1/sys.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message