aboutsummaryrefslogtreecommitdiff
path: root/sbin/restore
Commit message (Expand)AuthorAgeFilesLines
* Reduce reliance on sys/sysproto.h pollutionBrooks Davis8 days1-0/+1
* restore(8): Fix typo in restore.hYu-Sheng Ma2024-02-131-2/+2
* sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-276-21/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-10/+0
* sbin: Remove ancient SCCS tags.Warner Losh2023-11-2711-28/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-253-6/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* restore: fix restore of NFS4 ACLsChuck Silvers2022-12-122-13/+13
* pkgbase: Put ufs related tools and lib in their own packageEmmanuel Vadot2022-10-261-1/+1
* 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
| |/ |/|