freebsd-skq/sbin/restore
mckusick da77c29210 MFC of r269303:
When restoring a UFS dump onto a ZFS filesystem, an assertion in
restore was failing because ZFS was reporting a blocksize that was
not a multiple of 1024.  Replace restore's failed assertion with
code that writes restored files in a blocksize that works for
restore (a multiple of 1024) despite being non-optimal for ZFS.

Submitted by: Dmitry Morozovsky
Tested by:    Dmitry Morozovsky
2014-08-06 23:33:16 +00:00
..
dirs.c Fix sbin/ build with a 64-bit ino_t. 2012-09-27 23:31:06 +00:00
extern.h
interactive.c Fix sbin/ build with a 64-bit ino_t. 2012-09-27 23:31:06 +00:00
main.c
Makefile
restore.8 mdoc: move two sentences from synopsis to description (where they really 2012-05-23 15:06:13 +00:00
restore.c Fix sbin/ build with a 64-bit ino_t. 2012-09-27 23:31:06 +00:00
restore.h
symtab.c Fix sbin/ build with a 64-bit ino_t. 2012-09-27 23:31:06 +00:00
tape.c MFC of r269303: 2014-08-06 23:33:16 +00:00
utilities.c Make sure that each va_start has one and only one matching va_end, 2012-05-29 01:48:06 +00:00