aboutsummaryrefslogtreecommitdiff
path: root/sbin/restore
Commit message (Expand)AuthorAgeFilesLines
...
* The .Nm utility.Philippe Charnier2002-07-061-14/+19
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-215-239/+178
* more file system > filesystemTom Rhodes2002-05-166-21/+22
* Address a few minor style and consistency issues in revision 1.32.Ian Dowse2002-05-061-23/+15
* Set the permissions on restored symbolic links.Ian Dowse2002-05-021-1/+19
* Replaced exists() tests with two equivalent defined().Ruslan Ermilov2002-04-181-1/+1
* restore(8) manual page does not explain rrestore.Tom Rhodes2002-04-121-0/+4
* o remove __PWarner Losh2002-03-208-385/+221
* Remove 'register' keyword.David E. O'Brien2002-03-206-77/+77
* Use a more robust scheme for determining how many blocks to skipIan Dowse2002-02-181-15/+18
* When we reach the end of the dump in findinode(), ask for anotherIan Dowse2002-02-181-9/+19
* In createfiles(), properly handle a number of cases where no furtherIan Dowse2002-02-141-16/+24
* Fix a number of long-standing restore bugs in tape.c, mainly relatingIan Dowse2002-02-131-18/+19
* Don't refer to findinode()'s `complain' parameter in a comment; itIan Dowse2002-02-121-1/+1
* I've been meaning to do this for a while. Add an underscore to theMatthew Dillon2002-01-191-9/+9
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* Fix a bug where restore(8) segfaults while trying to restore on aAnton Berezin2001-10-301-0/+1
* Make the protocol/dumprestore.h header match restore's idea of the dumpMatthew Dillon2001-10-281-9/+13
* Documentation fixes:Crist J. Clark2001-10-022-10/+12
* restore(8) doesn't need to be setgid `tty', and never did.Ruslan Ermilov2001-08-301-2/+0
* Fix grammar.Dima Dorfman2001-08-201-1/+2
* Respect the -N flag when changing directory attributes in setdirmode).Dima Dorfman2001-08-201-4/+6
* Silence non-constant format string warnings by marking functionsKris Kennaway2001-08-191-2/+2
* Honour `TMPDIR' environment variable.Maxim Sobolev2001-08-131-3/+9
* Remove whitespace at EOL.Dima Dorfman2001-07-151-13/+13
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-242-0/+2
* Document the interactive command `what'.Mike Heffner2001-06-201-0/+4
* Add 'SKIP' as an action so that verification works for multivolume restores.Matt Jacob2001-06-111-1/+1
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* bye-bye documented raw deviceDavid E. O'Brien2001-03-091-3/+3
* Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,David E. O'Brien2001-03-084-46/+3
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-131-2/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-1/+1
* Stop restore from looping under certain error conditions. ThisIan Dowse2000-12-123-15/+16
* Don't give up on file write errors. Just log them and continue.Kirk McKusick2000-12-121-1/+0
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-21/+21
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-1/+0
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-102-0/+3
* Fix sign extension.Matt Jacob2000-09-121-1/+1
* Add text from NetBSD's rev 1.12 which should have accompaniedSheldon Hearn2000-08-111-0/+22
* Don't try to make files immutable (ie. chflags) before setting access times.David Malone2000-07-162-4/+4
* Update references to disk and tape devices.Kris Kennaway2000-05-071-5/+5
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
* Remove xrefs to obsolete ft driver.Nik Clayton2000-03-011-1/+0
* Use libcrypto instead of libdes.Mark Murray2000-02-241-1/+2
* Committed changes to restore(8) for previously undocumented -N option.Bill Swingle2000-02-171-5/+9
* Add `.Nm rrestore' to NAME section.Alexey Zelkin2000-01-101-1/+2