From owner-cvs-all Tue Feb 18 7:35:31 2003 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 17BC537B401; Tue, 18 Feb 2003 07:35:29 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E49143F85; Tue, 18 Feb 2003 07:35:28 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.6/8.12.5) with SMTP id h1IFZHP4072720; Tue, 18 Feb 2003 10:35:17 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Tue, 18 Feb 2003 10:35:16 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Makoto Matsushita Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/i386 dokern.sh In-Reply-To: <200302181209.h1IC9KhD089780@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 FWIW, we'll need to add UFS_ACL back into the install floppies as of 5.1 because an upgrade needs to obey the ACLs in the file system -- if we don't have it, permissions may get mangled. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Tue, 18 Feb 2003, Makoto Matsushita wrote: > matusita 2003/02/18 04:09:20 PST > > Modified files: > release/i386 dokern.sh > Log: > Yet another kernel diet: remove aacp and _KPOSIX_PRIORITY_SCHEDULING. > > aacp is a passthrough driver for aac, but it seems that aac kernel > module has a feature provided by aacp; so it can be removed safely. > > _KPOSIX_PRIORITY_SCHEDULING provides P1003.1B realtime extension. > However, in an installation phase, it seems that it helps a little > for us, so we can remove this option from a kernel for floppy installation. > > I know _KPOSIX_PRIORITY_SCHEDULING option is defined in other architecture. > However, I don't touch them at this time; I can't test it. > > Anyway here's result. > > Before diet: > -rwxr-xr-x 1 matusita matusita 4849883 Feb 18 11:22 kernel > -rwxr-xr-x 1 matusita matusita 1727143 Feb 18 11:47 kernel.kgz > > After diet: > -rwxr-xr-x 1 matusita matusita 4840949 Feb 18 09:48 kernel > -rwxr-xr-x 1 matusita matusita 1723911 Feb 18 11:47 kernel.kgz > > We've got extra 3232 bytes (using 5-current as of Feb/18/2003). > > In cooperation with: jwd (test ISO installation image) > Boot tested on: several PCs around myself > Installation tested on: VMware Workstation e.x.p build-4099 > > Revision Changes Path > 1.73 +2 -0 src/release/i386/dokern.sh > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message