From owner-cvs-all Tue Sep 18 6: 1:19 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 46FC337B408; Tue, 18 Sep 2001 06:01:12 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8ID1C936711; Tue, 18 Sep 2001 06:01:12 -0700 (PDT) (envelope-from sobomax) Message-Id: <200109181301.f8ID1C936711@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 18 Sep 2001 06:01:12 -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 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 sobomax 2001/09/18 06:01:12 PDT Modified files: lib/libstand Makefile libstand.3 stand.h zipfs.c Added files: lib/libstand bzipfs.c bzlib.c.diff Log: Add support for loading bzip2-compressed filesystems. Among other things this would allow to load bzip2-compressed kernels/modules from the loader(8) (support for that will be committer separately). MFC after: 1 month Revision Changes Path 1.22 +11 -2 src/lib/libstand/Makefile 1.1 +297 -0 src/lib/libstand/bzipfs.c (new) 1.1 +55 -0 src/lib/libstand/bzlib.c.diff (new) 1.18 +3 -1 src/lib/libstand/libstand.3 1.26 +2 -1 src/lib/libstand/stand.h 1.7 +4 -3 src/lib/libstand/zipfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message