aboutsummaryrefslogtreecommitdiff
path: root/sbin/restore
Commit message (Expand)AuthorAgeFilesLines
* rscid -> __FBSDID. Mark parameter as __unused when necessary.Philippe Charnier2005-05-294-9/+13
* Remove debug from last commitWarner Losh2005-04-031-2/+0
* /*-Warner Losh2005-04-031-1/+1
* Revert bogus += -g change. I needed it to debug the problem.Warner Losh2005-03-251-1/+0
* Restore the ability to read FreeBSD 1 tapes (and I think any net2Warner Losh2005-03-253-0/+24
* dcvt is unused since the support for converting pre-4.4 tapes wasWarner Losh2005-03-252-25/+3
* c_tapea and c_firstrec are used for TS_TAPE blocks, so convert themWarner Losh2005-03-251-0/+2
* In order to print out the dump dates correctly, the date and ddate fieldsWarner Losh2005-03-181-0/+4
* Sync usage and man page with reality. There's no '-c' command lineWarner Losh2005-03-182-19/+10
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-4/+4
* Sort sections.Ruslan Ermilov2005-01-181-23/+23
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-4/+8
* Use the correct types for the functions rst_opendir(), glob_readdir() andStefan Farfeleder2004-05-243-9/+11
* Include <timeconv.h> for time conversion functions.Stefan Farfeleder2004-05-241-0/+1
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-05-171-1/+1
* Add -P arguments for dump(8) and restore(8) which allow the user toBrian Feldman2004-04-134-19/+92
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-0910-40/+0
* 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