Subject: CVS commit: src/bin/dd
To: None <source-changes@NetBSD.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 01/17/2004 20:48:57
Module Name:	src
Committed By:	dbj
Date:		Sat Jan 17 20:48:57 UTC 2004

Modified Files:
	src/bin/dd: args.c dd.1 dd.c dd.h misc.c

Log Message:
add support for conv=sparse
inspired by freebsd, although this patch attempts
to avoid some potential bugs in their implementation.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/bin/dd/args.c
cvs rdiff -r1.16 -r1.17 src/bin/dd/dd.1
cvs rdiff -r1.35 -r1.36 src/bin/dd/dd.c
cvs rdiff -r1.11 -r1.12 src/bin/dd/dd.h
cvs rdiff -r1.18 -r1.19 src/bin/dd/misc.c

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