summaryrefslogtreecommitdiff
path: root/sbin/restore
AgeCommit message (Expand)Author
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2022-12-12apply this commit from FreeBSD:chs
2022-12-10apply this change from FreeBSD:chs
2022-05-05include the filename in the panic message for missing data.mrg
2021-08-29Fix reversed test (thanks phone@)christos
2021-08-29fix wrong size (thanks mlelstv@)christos
2021-06-23restore(8): Mark fail_dirtmp __dead to fix clang build.riastradh
2021-06-19Add external attribute dumping and restoring support from FreeBSD.christos
2021-03-11s/skiping/skipping/msaitoh
2020-09-03If we hit an unknown header type (likely to be a corrupt record), andbouyer
2020-04-05Fix depenency on common symbols in sbin.joerg
2019-12-27s/opration/operation/msaitoh
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2018-07-18Remove superfluous macro.wiz
2018-07-15Document what rrestore is (was once) for. PR 53442.dholland
2017-07-03Remove workaround for ancient HTML generation code.wiz
2015-03-02Don't truncate at microseconds while preserving timestamps.enami
2013-06-09Stick UFS_ in front of these symbols:dholland
2013-03-30s/user code/user mode/1rodent
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland
2011-09-16NULL does not need a cast, hereplunky
2011-08-29Use __deadjoerg
2011-08-06Add wrapper functions around hash algorithm operations to avoiddholland
2011-08-06Simplify silly code and make it closer to type-safe. This causes amd64dholland
2011-06-20remove most of the remaining HAVE_GCC tests that are always true inmrg
2011-01-04Fix fd leak. Found by cppcheck.wiz
2010-05-12Fix grammar in a line of output.mbalmer
2009-04-07fix sign-compare issueslukem
2009-02-22remove a useless cast.yamt
2009-02-18remove a useless cast.yamt
2009-01-30Use indent-synopsis instead of iS register. The latter is a registerenami
2008-12-26Make restore work for Linux dump volumes by ignoring extended attributehannken
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-02-16Fix some inconsisent/conflicting definitions and missing parametersmatt
2007-04-30Bump date because of last change.tron
2007-04-30Improve example of restoring a complete filesystem with "restore -r":tron
2007-02-09Add support for Solaris ufsdump volumes with more than 512*1024 inodes.hannken
2006-12-18Convert a couple of "(void)&" constructs to volatile.christos
2006-10-30find rmd160.hchristos
2006-10-16c99 iniitializerchristos
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2006-03-20Coverity CID 2305: Fix memory leak.christos
2005-09-25Use crypto/rmd160.h.elad
2005-08-19use d_fileno instead of d_ino for consistencychristos
2005-08-1964 bit inode changeschristos
2005-06-27add constchristos
2005-06-27sprinkle const.christos
2005-02-17Kill __P(), use ANSI function declarations.xtraeme