summaryrefslogtreecommitdiffstats
path: root/sbin/restore
Commit message (Expand)AuthorAgeFilesLines
* MFC r314655:ngie2017-05-301-1/+1
* restore: promote some getfiles() parameters to size_t.pfg2016-05-013-34/+34
* restore: fix resource handle leak.pfg2016-05-011-0/+1
* restore: drop casts for calloc().pfg2016-05-011-3/+2
* restore: fix memory leak.pfg2016-04-301-1/+2
* restore: use our howmany() instead of reinventing the macro.pfg2016-04-301-3/+1
* Use MIN()/MAX() macros from sys/param.h.araujo2016-04-212-3/+3
* restore: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-192-4/+4
* malloc will return NULL if it cannot allocate memory.araujo2016-04-191-1/+1
* Use NULL instead of 0 for pointers.araujo2016-04-181-1/+1
* MFHgjb2016-04-041-0/+1
|\
| * restore(8): fix use of uninitialized value.pfg2016-03-311-0/+1
* | Explicitly add more files to the 'runtime' package.gjb2016-02-091-0/+1
|/
* If you backup a large file that is mostly holes, previously we'd issuejmg2015-11-161-3/+27
* Add META_MODE support.sjg2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-272-21/+23
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-191-3/+5
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Updated dependenciessjg2013-03-111-0/+1
| * | Updated dependenciessjg2013-02-161-2/+0
| | |
| | \
| *-. \ Sync from headsjg2012-11-045-32/+44
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+20
| | |/ / | |/| |
* | | | restore: Preserve timestamps to the nanosecond.jilles2015-03-142-21/+23
| |_|/ |/| |
* | | When restoring a UFS dump onto a ZFS filesystem, an assertion inmckusick2014-07-301-3/+5
| |/ |/|
* | Check the return error of set[e][ug]id. While this can never fail in theeadler2012-10-221-1/+5
* | Fix sbin/ build with a 64-bit ino_t.mdf2012-09-275-31/+39
|/
* Make sure that each va_start has one and only one matching va_end,kevlo2012-05-291-0/+1
* mdoc: move two sentences from synopsis to description (where they reallyjoel2012-05-231-10/+8
* mdoc: make pages render with mandocuqs2010-10-211-1/+0
* Fix grammar in a line of output.brueffer2010-05-121-1/+1
* Fix common misspelling of hierarchyuqs2010-02-201-1/+1
* Don't try to determine tape block size when the -P option is used.jh2010-02-131-1/+1
* - Handle short reads when the -P option is used. Short reads must bejh2010-01-291-8/+3
* - Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd"jh2010-01-295-25/+29
* Make 'struct acl' larger, as required to support NFSv4 ACLs. Providetrasz2009-05-221-1/+1
* Restore necessary NUL termination of locname.imp2009-01-281-0/+1
* Fix nits pointed out in PR bin/39905 that have not already beenmckusick2008-05-231-3/+3
* This fixes the "getfile: lost data" panic when restoring dumpsmckusick2008-05-221-0/+3
* Follow on to fix 1.51 for "Header with wrong dumpdate" message.mckusick2008-05-221-16/+10
* restore(8) does not check for write failure while building two tempmckusick2008-04-141-24/+68
* Avoid printing spurious ``Header with wrong dumpdate.'' message.mckusick2008-04-111-1/+1
* Correctly set file group when restore is run by a user other than root.mckusick2008-04-112-2/+9
* Use safer string handling.imp2008-04-032-11/+8
* Move macros describing extended attributes in UFS frommckusick2007-03-061-0/+1
* Update the dump program to save extended attributes. Updatemckusick2007-02-264-26/+348
* Add a "-D" flag to restore which puts it into "degraded" mode. Thisdwmalone2006-12-055-22/+104
* Mention the -L option of dump(8) that can neutralize negativeru2006-10-121-2/+5
* o Fix style(9) for previous.maxim2006-08-251-1/+1
OpenPOWER on IntegriCloud