Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/sbin/dump



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.




Home | Main Index | Thread Index | Old Index