From owner-cvs-all Thu Oct 18 4:36: 1 2001 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 7A8A237B405; Thu, 18 Oct 2001 04:35:54 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IBZsi64119; Thu, 18 Oct 2001 04:35:54 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110181135.f9IBZsi64119@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 18 Oct 2001 04:35:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand bzipfs.c bzlib.c.diff Makefile libstand.3 stand.h zipfs.c src/sys/boot/i386/loader Makefile conf.c 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 2001/10/18 04:35:54 PDT Modified files: (Branch: RELENG_4) lib/libstand Makefile libstand.3 stand.h zipfs.c sys/boot/i386/loader Makefile conf.c Added files: (Branch: RELENG_4) lib/libstand bzipfs.c bzlib.c.diff Log: MFC: optional support for loading bzip2-compressed kernels and modules. Revision Changes Path 1.14.2.6 +11 -2 src/lib/libstand/Makefile 1.2.2.1 +297 -0 src/lib/libstand/bzipfs.c (new) 1.1.2.1 +55 -0 src/lib/libstand/bzlib.c.diff (new) 1.5.2.9 +3 -1 src/lib/libstand/libstand.3 1.18.2.6 +2 -1 src/lib/libstand/stand.h 1.4.2.3 +4 -3 src/lib/libstand/zipfs.c 1.41.2.7 +8 -1 src/sys/boot/i386/loader/Makefile 1.11.2.4 +6 -1 src/sys/boot/i386/loader/conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message