NetBSD/sbin/restore
hannken f67846b19f 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>
2007-02-09 09:36:02 +00:00
..
Makefile sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. 2006-05-11 23:16:28 +00:00
dirs.c
extern.h
interactive.c Convert a couple of "(void)&" constructs to volatile. 2006-12-18 20:07:32 +00:00
main.c
restore.8
restore.c Convert a couple of "(void)&" constructs to volatile. 2006-12-18 20:07:32 +00:00
restore.h
symtab.c
tape.c Add support for Solaris ufsdump volumes with more than 512*1024 inodes. 2007-02-09 09:36:02 +00:00
utilities.c