From owner-cvs-src@FreeBSD.ORG Sat May 17 22:17:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98C9237B401; Sat, 17 May 2003 22:17:31 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C81143F3F; Sat, 17 May 2003 22:17:27 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h4I5HMkA081420; Sat, 17 May 2003 23:17:22 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 17 May 2003 23:15:51 -0600 (MDT) Message-Id: <20030517.231551.107143172.imp@bsdimp.com> To: ru@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20030518005055.GG12759@sunbay.com> References: <20030517140630.GA60602@sunbay.com> <20030518005055.GG12759@sunbay.com> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: wilko@FreeBSD.org cc: des@ofug.org Subject: Re: cvs commit: src/release/alpha dokern.sh drivers.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2003 05:17:32 -0000 In message: <20030518005055.GG12759@sunbay.com> Ruslan Ermilov writes: : It'd be even more advantageous to gzip(1) all the .ko files, : and have sysinstall(8) unpack them. Timing Solutions has been running with gzip'd .ko files since about FreeBSD 4.1 or so without ill effect (module one bug that jdp fixed about the same time we noticed it in the 4.2ish time frame). kldload doesn't work with .gz'd files, but the boot loader does :-) Warner