aboutsummaryrefslogtreecommitdiff
path: root/sbin/restore
Commit message (Expand)AuthorAgeFilesLines
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Fix gcc warnings. If NAME_MAX is 255, and d_namlen is a uint8_t, thenPeter Wemm2003-10-261-2/+7
* Localize 'ls' outputAndrey A. Chernov2003-08-062-4/+8
* Add section number to .XrPhilippe Charnier2003-06-081-1/+1
* Removed all vestiges of KerberosIV.Ruslan Ermilov2003-05-013-14/+11
* Style.Ruslan Ermilov2003-05-011-2/+3
* De-Kerberise (KerberosIV). KerberosIV is no longer present, andMark Murray2003-05-013-29/+0
* Add TAPE to the ENVIRONMENT section.Sheldon Hearn2003-01-101-0/+2
* Add an ENVIRONMENT section so that the reader knows that the TMPDIR envarSheldon Hearn2003-01-101-0/+5
* Fixed the abuses of .Ql visible on stderr in troff mode.Ruslan Ermilov2002-12-231-1/+1
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-258-2/+11
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-252-3/+3
* Use '0' instead of NULL when we mean the integer constant 0 and not aWarner Losh2002-08-211-1/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-215-21/+21
* Change utimes to set the file creation time (for filesystems thatKirk McKusick2002-07-173-15/+33
* The .Nm utility.Philippe Charnier2002-07-061-14/+19
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-215-240/+179
* 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