Subject: CVS commit: src/sbin/restore
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 02/09/2007 09:36:03
Module Name:	src
Committed By:	hannken
Date:		Fri Feb  9 09:36:02 UTC 2007

Modified Files:
	src/sbin/restore: tape.c

Log Message:
Add support for Solaris ufsdump volumes with more than 512*1024 inodes.
Here the bitmaps are written as

	CLRI or BITS with c_count <= 512
	ADDR* for the remaining blocks

Remove the bitmap handling from getfile(), remove xtrmap() and xtrmapskip().
Add new function getbitmap() modeled after getfile() that does bitmap
allocation, bitmap expansion and sets maxino.

Reviewed by: Manuel Bouyer <bouyer@netbsd.org>


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 src/sbin/restore/tape.c

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