aboutsummaryrefslogtreecommitdiff
path: root/sbin/restore
Commit message (Expand)AuthorAgeFilesLines
* Clean up global variable declarations in the dump and restoreKirk McKusick2020-04-042-1/+3
* Re-enable reading byte swapped NFS_MAGIC dumps.Alexander Leidinger2018-08-111-2/+2
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-173-13/+13
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-173-13/+13
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-209-7/+25
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* restore(8): Prevent some heap overflowsConrad Meyer2017-04-141-5/+6
* sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
* Renumber copyright clause 4Warner Losh2017-02-2810-10/+10
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-157-32/+32
* By default, when doing incremental restores the restore programKirk McKusick2017-01-221-0/+2
* restore(8): Handle extended attribute names correctlyConrad Meyer2017-01-183-139/+63
* restore: promote some getfiles() parameters to size_t.Pedro F. Giffuni2016-05-013-34/+34
* restore: fix resource handle leak.Pedro F. Giffuni2016-05-011-0/+1
* restore: drop casts for calloc().Pedro F. Giffuni2016-05-011-3/+2
* restore: fix memory leak.Pedro F. Giffuni2016-04-301-1/+2
* restore: use our howmany() instead of reinventing the macro.Pedro F. Giffuni2016-04-301-3/+1
* Use MIN()/MAX() macros from sys/param.h.Marcelo Araujo2016-04-212-3/+3
* restore: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-192-4/+4
* malloc will return NULL if it cannot allocate memory.Marcelo Araujo2016-04-191-1/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-1/+1
* MFHGlen Barber2016-04-041-0/+1
|\
| * restore(8): fix use of uninitialized value.Pedro F. Giffuni2016-03-311-0/+1
* | Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
|/
* 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