Subject: CVS commit: [netbsd-1-5] basesrc/sbin/dump
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 01/16/2002 11:57:09
Module Name:	basesrc
Committed By:	he
Date:		Wed Jan 16 09:57:09 UTC 2002

Modified Files:
	basesrc/sbin/dump [netbsd-1-5]: optr.c

Log Message:
Pull up revision 1.25 (via patch, requested by bouyer):
  Various fixes:
   o Fix error if first tape is write-protected; fixes PR#4754 and PR#6098
   o Make error codes conform to manual page
   o Use \a to make noise
   o Fix estimated number of tapes for huge dumps to cartridges
   o Use <sys/queue.h> SLIST_* macros instead of homegrown variants
   o Do not exit if unable to read/create /etc/dumpdates
   o Support output (tape) device returning ENOSPC for end-of-media on write
   o Don't dump core if SIGINFO is received before 1 second has elapsed
   o Only process SIGINFO in currently active child
   o Ensure current (sub)block isn't past end of file system -- fixes
     "spins forever but does nothing" bug.
   o Some other minor fixes (types, whitespace, KNF, unifdef sunos, ...)


To generate a diff of this commit:
cvs rdiff -r1.13.10.2 -r1.13.10.3 basesrc/sbin/dump/optr.c

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