Subject: CVS commit: [netbsd-3] src/usr.bin/vndcompress
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 08/16/2005 12:03:44
Module Name:	src
Committed By:	tron
Date:		Tue Aug 16 12:03:44 UTC 2005

Added Files:
	src/usr.bin/vndcompress [netbsd-3]: Makefile vndcompress.1
	    vndcompress.c vndcompress.h

Log Message:
Pull up revision 1.1 (requested by hubertf in ticket #667):
Add vndcompress(1) and vnduncompress(1) to transform filesystem/disk
images from "normal" into cloop2-format compressed images and back.
Written by Florian Stoehr (netbsd@wolfnode.de) with some polishing
by me.

Compressed disk images can be used with the vnd(4) driver when compiled with
VND_COMPRESSION and "vnconfig -z".  Useful for creation of Live CDs/DVDs.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1.1.1.2.1 src/usr.bin/vndcompress/Makefile \
    src/usr.bin/vndcompress/vndcompress.h
cvs rdiff -r0 -r1.2.2.1 src/usr.bin/vndcompress/vndcompress.1
cvs rdiff -r0 -r1.3.2.1 src/usr.bin/vndcompress/vndcompress.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.