Subject: CVS commit: [netbsd-4] src/sbin/restore
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/04/2007 14:22:26
Module Name:	src
Committed By:	bouyer
Date:		Sun Mar  4 14:22:26 UTC 2007

Modified Files:
	src/sbin/restore [netbsd-4]: tape.c

Log Message:
Pull up following revision(s) (requested by hannken in ticket #483):
	sbin/restore/tape.c: revision 1.59 via patch
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.57 -r1.57.2.1 src/sbin/restore/tape.c

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