freebsd-dev/sbin/restore
Ian Dowse ab3d6ee098 Use a more robust scheme for determining how many blocks to skip
after an EOT-terminated volume. We keep track of the current record
number, and synchronise it with the c_tapea field each time we read
a header. Avoid the use of c_firstrec because some bugs in dump can
cause it to be set incorrectly.

Move the initialisation of some variables to avoid compiler warnings.
2002-02-18 02:29:47 +00:00
..
dirs.c Respect the -N flag when changing directory attributes in setdirmode). 2001-08-20 02:15:22 +00:00
extern.h Silence non-constant format string warnings by marking functions 2001-08-19 08:19:37 +00:00
interactive.c Stop restore from looping under certain error conditions. This 2000-12-12 12:04:02 +00:00
main.c Documentation fixes: 2001-10-02 08:24:37 +00:00
Makefile Default to WARNS=2. 2001-12-04 02:19:58 +00:00
restore.8 Documentation fixes: 2001-10-02 08:24:37 +00:00
restore.c In createfiles(), properly handle a number of cases where no further 2002-02-14 01:30:45 +00:00
restore.h Well, nobody objected, so here's my -u (unlink) flag to restore. 1998-05-09 05:23:02 +00:00
symtab.c Fix a bug where restore(8) segfaults while trying to restore on a 2001-10-30 20:06:59 +00:00
tape.c Use a more robust scheme for determining how many blocks to skip 2002-02-18 02:29:47 +00:00
utilities.c Include missing header files which define functions for which gcc has 2001-06-24 23:04:23 +00:00