aboutsummaryrefslogtreecommitdiff
path: root/sbin/restore
Commit message (Expand)AuthorAgeFilesLines
* If you backup a large file that is mostly holes, previously we'd issueJohn-Mark Gurney2015-11-161-3/+27
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-21/+23
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-3/+5
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync from headSimon J. Gerraty2012-11-045-32/+44
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | restore: Preserve timestamps to the nanosecond.Jilles Tjoelker2015-03-142-21/+23
| |_|/ |/| |
* | | When restoring a UFS dump onto a ZFS filesystem, an assertion inKirk McKusick2014-07-301-3/+5
| |/ |/|
* | Check the return error of set[e][ug]id. While this can never fail in theEitan Adler2012-10-221-1/+5
* | Fix sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-275-31/+39
|/
* Make sure that each va_start has one and only one matching va_end,Kevin Lo2012-05-291-0/+1
* mdoc: move two sentences from synopsis to description (where they reallyJoel Dahl2012-05-231-10/+8
* mdoc: make pages render with mandocUlrich Spörlein2010-10-211-1/+0
* 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