From owner-cvs-all Thu Apr 4 12:34:52 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 1E06F37B420; Thu, 4 Apr 2002 12:34:49 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g34KYne41131; Thu, 4 Apr 2002 12:34:49 -0800 (PST) (envelope-from phk) Message-Id: <200204042034.g34KYne41131@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 4 Apr 2002 12:34:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys disklabel.h src/sys/kern sys_generic.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 phk 2002/04/04 12:34:49 PST Modified files: sys/sys disklabel.h sys/kern sys_generic.c Log: Delete the bogus d_boot[01] fields from struct disklabel. This shrinks the size 4 bytes on alpha, down to the same 276 bytes as all other platforms. Construct a hack to make old ioctls work on new kernels. Once world is recompiled only the new and correct sysctls will be used. This hack will become annoying around 1st of may to make people rebuild their worlds and it will be gone before 5.0. Revision Changes Path 1.96 +14 -0 src/sys/kern/sys_generic.c 1.79 +19 -18 src/sys/sys/disklabel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message