summaryrefslogtreecommitdiff
path: root/sbin/dump
AgeCommit message (Expand)Author
2017-12-08Convert snprintf+write into dprintf. It is simply easier to read, andTheo de Raadt
2016-10-06fix HISTORY;Ingo Schwarze
2016-08-31Delete SIGTRAP, SIGFPE, SIGBUS, and SIGSEGV handlers. Such patternsTheo de Raadt
2016-06-07per trending style, add continue to emtpy loop bodies.Ted Unangst
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-12-22assign pointers to NULL rather than 0, remove a needless castmmcc
2015-11-21add missing NAME entries; ok schwarzeJason McIntyre
2015-10-12Annotate an pretty obvious signal race... no time to fix it now.Theo de Raadt
2015-08-20<stdlib.h> is included, so do not need to cast result fromTheo de Raadt
2015-05-23Canonicalize all devices to DUIDs in order to make -w and -W output consistent.Philip Guenther
2015-05-03Eliminate the -U flag and make usage of DUID in /etc/dumpdates the default.Philip Guenther
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-09-03Kill off compat for systems that don't define NAME_MAX or that lack stuffPhilip Guenther
2014-07-17files-to-dump can be a duid;Jason McIntyre
2014-07-11make dump support DUIDs for command line arguments and /etc/dumpdates (usingAlexander Hall
2014-07-10Add internal buffering when dumping a device with non-512 byteKenneth R Westerback
2014-06-13Type cleanup:Christian Weisgerber
2014-05-31Oops. We're reporting DEV_BSIZE values in error messages, so callKenneth R Westerback
2014-05-31Cast daddr_t variable (blkno) to (long long) when printing with %lld.Kenneth R Westerback
2014-05-31add -S to usage();Jason McIntyre
2014-05-30Add option -S to have dump(8) only estimate backup size and number of tapesStephan A. Rickauer
2014-05-27Where trying to pread() a single disk sector, the i/o must be for theKenneth R Westerback
2014-05-24Nuke last of the illusionary 'dev_bsize' and 'dev_bshift' variables inKenneth R Westerback
2014-05-21Nuke some trailing whitespace and break some long lines to shrinkKenneth R Westerback
2014-05-20As suggested by guenther@ and millert@, replace seek+[read|write] withKenneth R Westerback
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.Theo de Raadt
2013-11-12add a variety of missing prototypesTheo de Raadt
2013-11-02No need to cast constants or simple variables to (daddr_t). UseKenneth R Westerback
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-04-25big int_t/time_t fixes; ok deraadt@ krw@Otto Moerbeek
2013-04-23handle large ino_t; ok teduTheo de Raadt
2013-04-16remove casts to time_t * which are not neededTheo de Raadt
2013-04-16do not need to cast type to same typeTheo de Raadt
2013-04-04Make our dump(8) honour the "nodump" flag for directories, effectivelyVadim Zhukov
2013-01-06The sparc optimization bug is believed to be fixed. OK naddy@.Martynas Venckus
2012-08-22- open a remote file/device with the same flags we use when opening aAlexander Hall
2011-04-25do not use stdio in the (stupid) SIGSEGV handlerTheo de Raadt
2009-11-12free flagsp if flags variable indicates it was not used, found by parfait; ok...Theo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-01-26the kids want I/O;Jason McIntyre
2008-01-11compute transfer rate using 64-bit arithmetic, ok sthen@ millert@Otto Moerbeek
2008-01-02remove unused functionsCharles Longeau
2007-11-19put the SIGINFO blurb in a saner place;Jason McIntyre
2007-11-18do not confuse the reader telling he should use a towers of hanoiOtto Moerbeek
2007-09-10Proper use of fseek/fseeko macros.Tobias Stoeckmann
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-06-15don't use static data in recursive functions; from FreeBSD; fixes PR 5509Otto Moerbeek
2007-06-11When dumping ffs1, store old_atime and old_mtime too.Todd C. Miller