1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/sbin/restore
krw c2ab83a189 Start with a max size tape buffer rather than one 1/2 the max (i.e.
32K). This allows the automatic recognition of dumps written with
64K buffers. It also prevents alert scsi devices from complaining
about read requests that provide only 1/2 the room needed for an
actual tape record.

Problem noted, fix tested & ok henning@
2008-09-03 23:11:59 +00:00
..
dirs.c Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes. 2007-06-03 20:16:07 +00:00
extern.h
interactive.c check fgets return value 2007-09-25 09:51:48 +00:00
main.c use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg 2007-09-02 15:19:07 +00:00
Makefile
restore.8 convert to new .Dd format; 2007-05-31 19:19:00 +00:00
restore.c g/c unused vars 2007-05-13 19:07:32 +00:00
restore.h Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes. 2007-06-03 20:16:07 +00:00
symtab.c
tape.c Start with a max size tape buffer rather than one 1/2 the max (i.e. 2008-09-03 23:11:59 +00:00
utilities.c