summaryrefslogtreecommitdiff
path: root/sbin/restore
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-04-15Reduce reliance on sys/sysproto.h pollutionBrooks Davis
2024-02-13restore(8): Fix typo in restore.hYu-Sheng Ma
2023-11-26sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26sbin: Remove ancient SCCS tags.Warner Losh
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-12-12restore: fix restore of NFS4 ACLsChuck Silvers
2022-10-26pkgbase: Put ufs related tools and lib in their own packageEmmanuel Vadot
2020-04-04Clean up global variable declarations in the dump and restoreKirk McKusick
2018-08-11Re-enable reading byte swapped NFS_MAGIC dumps.Alexander Leidinger
2018-03-17Revert r313780 (UFS_ prefix)Ed Maste
2018-03-17Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-04-14restore(8): Prevent some heap overflowsConrad Meyer
2017-03-04sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper
2017-02-28Renumber copyright clause 4Warner Losh
2017-02-15prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste
2017-01-22By default, when doing incremental restores the restore programKirk McKusick
2017-01-18restore(8): Handle extended attribute names correctlyConrad Meyer
2016-05-01restore: promote some getfiles() parameters to size_t.Pedro F. Giffuni
2016-05-01restore: fix resource handle leak.Pedro F. Giffuni
2016-05-01restore: drop casts for calloc().Pedro F. Giffuni
2016-04-30restore: fix memory leak.Pedro F. Giffuni
2016-04-30restore: use our howmany() instead of reinventing the macro.Pedro F. Giffuni
2016-04-21Use MIN()/MAX() macros from sys/param.h.Marcelo Araujo
2016-04-19restore: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni
2016-04-19malloc will return NULL if it cannot allocate memory.Marcelo Araujo
2016-04-18Use NULL instead of 0 for pointers.Marcelo Araujo
2016-04-04MFHGlen Barber
2016-03-31restore(8): fix use of uninitialized value.Pedro F. Giffuni
2016-02-09Explicitly add more files to the 'runtime' package.Glen Barber
2015-11-16If you backup a large file that is mostly holes, previously we'd issueJohn-Mark Gurney
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-03-14restore: Preserve timestamps to the nanosecond.Jilles Tjoelker
2014-11-19Merge from head@274682Simon J. Gerraty
2014-07-30When restoring a UFS dump onto a ZFS filesystem, an assertion inKirk McKusick
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-11-04Sync from headSimon J. Gerraty