Subject: CVS commit: basesrc/sbin/dump
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 12/30/2001 06:03:18
Module Name:	basesrc
Committed By:	lukem
Date:		Sun Dec 30 04:03:17 UTC 2001

Modified Files:
	basesrc/sbin/dump: dump.8 dump.h main.c tape.c

Log Message:
Add -a to "auto-size" the tape, rather than relying upon other options
to define the tape size.  Requires the tape driver to either return ENOSPC
at end of media, or 0 when a write is attempted (such as the "early warning"
support in st(4) enabled with "mt eew 1").   From FreeBSD.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 basesrc/sbin/dump/dump.8
cvs rdiff -r1.32 -r1.33 basesrc/sbin/dump/dump.h
cvs rdiff -r1.48 -r1.49 basesrc/sbin/dump/main.c
cvs rdiff -r1.35 -r1.36 basesrc/sbin/dump/tape.c

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