NetBSD/sbin/restore
cgd bcaa5b7b1c When initializing 'fssize,' the size of the data buffer to be used when
writing data to the file system, if the "optimal" file system I/O
operation block size is less than TP_BSIZE, leave fssize alone (i.e.
at its default setting of MAXBSIZE).  This was causing restore's
stack to be trashed, because the end-of-buffer checking/flushing code
around line 680 would never notice that the buffer was full (because
it'd be comparing a buffer segment index, which would always be >= 1, to
fssize / TP_BSIZE, which could be zero in that case), and would keep
filling and filling and filling...
1996-11-30 18:31:29 +00:00
..
Makefile convert to new RCS Id conventions; reduce my headache 1995-03-18 14:54:19 +00:00
dirs.c patches from Tom I Helbekkmo <tih@nhh.no> to deal with type-size issues, 1996-11-30 18:01:52 +00:00
extern.h convert to new RCS Id conventions; reduce my headache 1995-03-18 14:54:19 +00:00
interactive.c convert to new RCS Id conventions; reduce my headache 1995-03-18 14:54:19 +00:00
main.c Be more paranoid with our effective uid. 1996-03-15 22:39:26 +00:00
pathnames.h convert to new RCS Id conventions; reduce my headache 1995-03-18 14:54:19 +00:00
restore.8 use unique temporary files for all operations except 'r' and 'R', which still 1996-10-24 04:01:10 +00:00
restore.c Use snprintf() rather than sprintf(). 1996-09-27 03:23:33 +00:00
restore.h convert to new RCS Id conventions; reduce my headache 1995-03-18 14:54:19 +00:00
symtab.c patches from Tom I Helbekkmo <tih@nhh.no> to deal with type-size issues, 1996-11-30 18:01:52 +00:00
tape.c When initializing 'fssize,' the size of the data buffer to be used when 1996-11-30 18:31:29 +00:00
utilities.c Use snprintf() rather than sprintf(). 1996-09-27 03:23:33 +00:00