Source-Changes archive

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

CVS commit: [netbsd-3] src/sbin/restore



Module Name:    src
Committed By:   bouyer
Date:           Sat Mar  3 23:09:17 UTC 2007

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

Log Message:
Pull up following revision(s) (requested by hannken in ticket #1674):
        sbin/restore/tape.c: revision 1.59
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@localhost>


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.52.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.




Home | Main Index | Thread Index | Old Index