aboutsummaryrefslogtreecommitdiff
path: root/sbin/restore
Commit message (Expand)AuthorAgeFilesLines
* Fix grammar in a line of output.Christian Brueffer2010-05-121-1/+1
* Fix common misspelling of hierarchyUlrich Spörlein2010-02-201-1/+1
* Don't try to determine tape block size when the -P option is used.Jaakko Heinonen2010-02-131-1/+1
* - Handle short reads when the -P option is used. Short reads must beJaakko Heinonen2010-01-291-8/+3
* - Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd"Jaakko Heinonen2010-01-295-25/+29
* Make 'struct acl' larger, as required to support NFSv4 ACLs. ProvideEdward Tomasz Napierala2009-05-221-1/+1
* Restore necessary NUL termination of locname.Warner Losh2009-01-281-0/+1
* Fix nits pointed out in PR bin/39905 that have not already beenKirk McKusick2008-05-231-3/+3
* This fixes the "getfile: lost data" panic when restoring dumpsKirk McKusick2008-05-221-0/+3
* Follow on to fix 1.51 for "Header with wrong dumpdate" message.Kirk McKusick2008-05-221-16/+10
* restore(8) does not check for write failure while building two tempKirk McKusick2008-04-141-24/+68
* Avoid printing spurious ``Header with wrong dumpdate.'' message.Kirk McKusick2008-04-111-1/+1
* Correctly set file group when restore is run by a user other than root.Kirk McKusick2008-04-112-2/+9
* Use safer string handling.Warner Losh2008-04-032-11/+8
* Move macros describing extended attributes in UFS fromKirk McKusick2007-03-061-0/+1
* Update the dump program to save extended attributes. UpdateKirk McKusick2007-02-264-26/+348
* Add a "-D" flag to restore which puts it into "degraded" mode. ThisDavid Malone2006-12-055-22/+104
* Mention the -L option of dump(8) that can neutralize negativeRuslan Ermilov2006-10-121-2/+5
* o Fix style(9) for previous.Maxim Konovalov2006-08-251-1/+1
* A bunch of fixes from NetBSD:Maxim Konovalov2006-08-251-17/+23
* Remove a diagnostic message that can't occur: we lost the ability toDiomidis Spinellis2005-10-201-3/+0
* Interpret correctly the glob(3) return value.Diomidis Spinellis2005-07-211-1/+7
* 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