summaryrefslogtreecommitdiffstats
path: root/sbin/restore
Commit message (Expand)AuthorAgeFilesLines
* Remove a diagnostic message that can't occur: we lost the ability todds2005-10-201-3/+0
* Interpret correctly the glob(3) return value.dds2005-07-211-1/+7
* rscid -> __FBSDID. Mark parameter as __unused when necessary.charnier2005-05-294-9/+13
* Remove debug from last commitimp2005-04-031-2/+0
* /*-imp2005-04-031-1/+1
* Revert bogus += -g change. I needed it to debug the problem.imp2005-03-251-1/+0
* Restore the ability to read FreeBSD 1 tapes (and I think any net2imp2005-03-253-0/+24
* dcvt is unused since the support for converting pre-4.4 tapes wasimp2005-03-252-25/+3
* c_tapea and c_firstrec are used for TS_TAPE blocks, so convert themimp2005-03-251-0/+2
* In order to print out the dump dates correctly, the date and ddate fieldsimp2005-03-181-0/+4
* Sync usage and man page with reality. There's no '-c' command lineimp2005-03-182-19/+10
* Expand *n't contractions.ru2005-02-131-1/+1
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-4/+4
* Sort sections.ru2005-01-181-23/+23
* Mechanically kill hard sentence breaks.ru2004-07-021-4/+8
* Use the correct types for the functions rst_opendir(), glob_readdir() andstefanf2004-05-243-9/+11
* Include <timeconv.h> for time conversion functions.stefanf2004-05-241-0/+1
* Assorted markup, grammar, and spelling fixes.ru2004-05-171-1/+1
* Add -P arguments for dump(8) and restore(8) which allow the user togreen2004-04-134-19/+92
* Remove advertising clause from University of California Regent's license,markm2004-04-0910-40/+0
* style.Makefile(5):johan2004-02-231-1/+1
* Fix gcc warnings. If NAME_MAX is 255, and d_namlen is a uint8_t, thenpeter2003-10-261-2/+7
* Localize 'ls' outputache2003-08-062-4/+8
* Add section number to .Xrcharnier2003-06-081-1/+1
* Removed all vestiges of KerberosIV.ru2003-05-013-14/+11
* Style.ru2003-05-011-2/+3
* De-Kerberise (KerberosIV). KerberosIV is no longer present, andmarkm2003-05-013-29/+0
* Add TAPE to the ENVIRONMENT section.sheldonh2003-01-101-0/+2
* Add an ENVIRONMENT section so that the reader knows that the TMPDIR envarsheldonh2003-01-101-0/+5
* Fixed the abuses of .Ql visible on stderr in troff mode.ru2002-12-231-1/+1
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-258-2/+11
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-252-3/+3
* Use '0' instead of NULL when we mean the integer constant 0 and not aimp2002-08-211-1/+1
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-215-21/+21
* Change utimes to set the file creation time (for filesystems thatmckusick2002-07-173-15/+33
* The .Nm utility.charnier2002-07-061-14/+19
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-215-240/+179
* more file system > filesystemtrhodes2002-05-166-21/+22
* Address a few minor style and consistency issues in revision 1.32.iedowse2002-05-061-23/+15
* Set the permissions on restored symbolic links.iedowse2002-05-021-1/+19
* Replaced exists() tests with two equivalent defined().ru2002-04-181-1/+1
* restore(8) manual page does not explain rrestore.trhodes2002-04-121-0/+4
* o remove __Pimp2002-03-208-385/+221
* Remove 'register' keyword.obrien2002-03-206-77/+77
* Use a more robust scheme for determining how many blocks to skipiedowse2002-02-181-15/+18
* When we reach the end of the dump in findinode(), ask for anotheriedowse2002-02-181-9/+19
* In createfiles(), properly handle a number of cases where no furtheriedowse2002-02-141-16/+24
* Fix a number of long-standing restore bugs in tape.c, mainly relatingiedowse2002-02-131-18/+19
* Don't refer to findinode()'s `complain' parameter in a comment; itiedowse2002-02-121-1/+1
* I've been meaning to do this for a while. Add an underscore to thedillon2002-01-191-9/+9
OpenPOWER on IntegriCloud