uu pseudo dma kludge
[unix-history] / usr / src / sbin / restore /
1983-06-12 Sam Lefflernew signals
1983-06-03 Sam Lefflerfile.h updated
1983-05-19 Kirk McKusickuse RRESTORE
1983-05-19 Kirk McKusickuse perror everywhere; lint
1983-05-17 Kirk McKusickbe sure to install in the correct place
1983-05-15 Kirk McKusickhave to check old directories for unreferenced names too
1983-05-15 Kirk McKusickhave to save values before releasing the entry
1983-05-15 Kirk McKusickadd the (undocumented) 'D' command to turn on debugging...
1983-05-15 Kirk McKusickfix bugs dealing with handling of links
1983-05-15 Kirk McKusickmake readdir more robust; allow printing of dir entries...
1983-05-15 Kirk McKusickafter making a name into a tempname, treat file as...
1983-05-15 Kirk McKusickset "terminal" to stdin when doing rrestore
1983-05-15 Kirk McKusickwant to alloc sizeof(char), NOT sizeof(char *)
1983-05-07 Kirk McKusickmust flush stderr before reading from the terminal
1983-05-07 Kirk McKusickhave to save the result of ctime()
1983-05-06 Kirk McKusickget rid of "restor" in an error message!!!
1983-05-04 Kirk McKusickalways print times with "t" command;
1983-05-04 Kirk McKusickmark ROOTINO as NEW so that it can be "deleted" in...
1983-05-04 Kirk McKusickmissing parameter to dprintf; remove ! when testing...
1983-05-04 Kirk McKusickdo not panic if directory is not marked NEW when settin...
1983-04-19 Kirk McKusickadd and debug interactive extraction mode
1983-04-19 Kirk McKusickcreate a file descriptor for the terminal when stdin...
1983-04-19 Kirk McKusicklint from new lint library
1983-04-18 Kirk McKusicknew lint library
1983-04-17 Kirk McKusickonly try to make links when they are truely new
1983-04-17 Kirk McKusickmake linking, unlinking, rmdir, and mkdir failures...
1983-04-17 Kirk McKusickmake extra files on the tape non-fatal
1983-04-12 Kirk McKusickgeneralize the printing of flags
1983-03-28 Kirk McKusickread maps properly
1983-03-28 Kirk McKusicklint; fix bug in multi-dump tapes
1983-03-28 Kirk McKusickpass pruning argument back to treescan
1983-03-28 Kirk McKusickpass pruning argument back to treescan; lint; comments;
1983-03-28 Kirk McKusickall entries have an inode number
1983-03-28 Kirk McKusickmake an existing directory merely a warning
1983-03-28 Kirk McKusicklint
1983-03-28 Kirk McKusicklint; delete opendir (use standard version in library)
1983-03-24 Kirk McKusickadd dependencies for OBJ files
1983-03-24 Kirk McKusickkeep a list of unused names; add comments!
1983-03-24 Kirk McKusickuse a tempname derived from the inode number instead...
1983-03-24 Kirk McKusickuse MAXPATHLEN instead of BUFSIZ where appropriate
1983-03-09 Kirk McKusickget 'r' and 'R' commands working
1983-03-07 Kirk McKusicklint
1983-03-06 Kirk McKusickfix debugging across tapes; account for dumpmap at...
1983-02-28 Kirk McKusickclean up interface with getvol() and findinode()
1983-02-28 Kirk McKusickget "h" and "m" flags working; clean up interface with...
1983-02-28 Kirk McKusickget "h" and "m" flags working
1983-02-28 Kirk McKusickcanonicalize names on command line and ignore dups
1983-02-28 Kirk McKusickget input from a pipe to work
1983-02-28 Kirk McKusickget "x" command working
1983-02-27 Kirk McKusickget the tape subsystem working; get "t" command working
1983-02-18 Kirk McKusickdate and time created 83/02/18 00:42:39 by mckusick
1983-02-18 Kirk McKusickdate and time created 83/02/18 00:41:44 by mckusick
1983-02-18 Kirk McKusickdate and time created 83/02/18 00:41:42 by mckusick
1983-02-18 Kirk McKusickdate and time created 83/02/18 00:41:40 by mckusick
1983-02-18 Kirk McKusickdate and time created 83/02/18 00:41:38 by mckusick
1983-02-18 Kirk McKusickdate and time created 83/02/18 00:41:37 by mckusick
1983-02-18 Kirk McKusickupdate to allow incremental restores
1983-01-16 Kirk McKusicknew incremental restore algorithm
1983-01-09 Kirk McKusickspeed-ups and clean-ups
1982-12-23 Sam Leffleruse mkdir sys call
1982-12-03 Kirk McKusickrrestor needs to run as root to set up remote host
1982-12-03 Kirk McKusickclean-ups
1982-12-03 Sam Lefflerhandle grot from old dump tapes (symlinks with no data...
1982-10-12 Kirk McKusickfix up directory mod time calculations
1982-10-12 Kirk McKusicksave time, use vfork!
1982-10-12 Kirk McKusickrcmd.o moves into libc.a
1982-10-11 Kirk McKusickreduce working set; clean-up bad block code; produce...
1982-10-08 Kirk McKusickadd verbose flag (-v) and perseverence flag (-y) for...
1982-10-08 Kirk McKusickcheck for conversion to new file system format
1982-10-06 Sam Lefflermerge rrestor and restor
1982-10-04 Kirk McKusickadd inode conversion routine
1982-10-04 Kirk McKusickdate and time created 82/10/03 19:41:12 by mckusick
1982-10-04 Kirk McKusickadd sys/ioctl.h header file ahead of mtio.h
1982-05-19 Kirk McKusickadd conditional code (-DRRESTOR) to allow remote restores
1982-05-19 Kirk McKusickfixes for multi-reel dumps
1982-05-19 Kirk McKusickminor fixes to restart code; lots of lint
1982-05-19 Kirk McKusickallow continuation after read errors
1982-05-19 Kirk McKusickmake file system independent
1982-05-10 Kirk McKusickupdate to version 2 in new fs
1982-03-25 Kirk McKusickupdate to the current system
1982-03-24 Kirk McKusickadd symbolic links
1982-02-26 Kirk McKusickkeep "fs" cached in incore inode to avoid constant...
1982-02-25 Kirk McKusickrelease buffer after bread error
1982-02-24 Kirk McKusickconvert to new directory format
1982-01-13 Kirk McKusickchange all macros taking "fs" to have it as their first...
1982-01-07 Kirk McKusickincorporate fs.h -r1.10, and param.h -r1.8 reorganization
1982-01-07 Kirk McKusickdelete lost+found when doing full level 0 restor
1982-01-05 Kirk McKusickparameterize BSIZE, FSIZE, and FRAG into fs_bsize,...
1981-11-23 Kirk McKusickunderstand long inodes; convert from old to new directo...
1981-11-10 Kirk McKusickremove -v; reorder subroutines; fix bug in linking...
1981-11-09 Kirk McKusickclean up -h -m; add -v; set mode, owner, and time of...
1981-11-08 Kirk McKusickrestor from "standard" (ie 1K file system) dump tapes
1981-11-01 Kirk McKusickrestor from "standard" (ie 1K file system) dump tapes
1981-11-01 Kirk McKusick8K only dump/restor
1981-10-26 Kirk McKusickbring version 4.1 up to 4.3
1981-10-26 Kirk McKusickdate and time created 81/10/25 17:48:17 by mckusick