summaryrefslogtreecommitdiffstats
path: root/sbin/dump
AgeCommit message (Expand)AuthorFilesLines
2021-01-21Rearrange variables in dump / restore to handle -fno-common.mortimer6-71/+93
2020-10-01Only count the proper node types. Avoid out of-bound access for largeotto1-2/+5
2019-12-19Spell "mount point" as other man pages do, with a space.bentley1-3/+3
2019-09-02More correction of section 3 layout. directory->opendir, fts->fts_open,deraadt1-4/+4
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt4-17/+17
2019-01-22Don't use dangerous idiom for qsort comparison function; ok deraadt@otto1-2/+3
2018-06-07add some EXIT STATUS sections; from matthew martinjmc1-5/+5
2018-04-26Cast a multiplicand to ino_t to avoid overflow in 32*32=64 calculationsguenther2-4/+4
2017-12-08Convert snprintf+write into dprintf. It is simply easier to read, andderaadt1-4/+3
2016-10-06fix HISTORY;schwarze1-3/+3
2016-08-31Delete SIGTRAP, SIGFPE, SIGBUS, and SIGSEGV handlers. Such patternsderaadt1-18/+1
2016-06-07per trending style, add continue to emtpy loop bodies.tedu1-2/+2
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-2/+1
2015-12-22assign pointers to NULL rather than 0, remove a needless castmmcc1-6/+6
2015-11-21add missing NAME entries; ok schwarzejmc1-3/+4
2015-10-12Annotate an pretty obvious signal race... no time to fix it now.deraadt1-1/+2
2015-08-20<stdlib.h> is included, so do not need to cast result fromderaadt4-16/+13
2015-05-23Canonicalize all devices to DUIDs in order to make -w and -W output consistent.guenther4-8/+61
2015-05-03Eliminate the -U flag and make usage of DUID in /etc/dumpdates the default.guenther4-38/+29
2015-03-15tzfile.h is an internal header that should never have been installed.millert1-2/+3
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt3-6/+6
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt6-17/+24
2014-09-03Kill off compat for systems that don't define NAME_MAX or that lack stuffguenther1-27/+6
2014-07-17files-to-dump can be a duid;jmc1-4/+6
2014-07-11make dump support DUIDs for command line arguments and /etc/dumpdates (usinghalex5-16/+59
2014-07-10Add internal buffering when dumping a device with non-512 bytekrw1-8/+50
2014-06-13Type cleanup:naddy4-40/+42
2014-05-31Oops. We're reporting DEV_BSIZE values in error messages, so callkrw1-3/+3
2014-05-31Cast daddr_t variable (blkno) to (long long) when printing with %lld.krw1-3/+3
2014-05-31add -S to usage();jmc1-2/+2
2014-05-30Add option -S to have dump(8) only estimate backup size and number of tapesstephan2-5/+19
2014-05-27Where trying to pread() a single disk sector, the i/o must be for thekrw2-10/+21
2014-05-24Nuke last of the illusionary 'dev_bsize' and 'dev_bshift' variables inkrw4-24/+20
2014-05-21Nuke some trailing whitespace and break some long lines to shrinkkrw2-12/+15
2014-05-20As suggested by guenther@ and millert@, replace seek+[read|write] withkrw1-7/+5
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.deraadt1-2/+2
2013-11-12add a variety of missing prototypesderaadt4-4/+19
2013-11-02No need to cast constants or simple variables to (daddr_t). Usekrw1-2/+2
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt3-19/+19
2013-04-25big int_t/time_t fixes; ok deraadt@ krw@otto2-7/+9
2013-04-23handle large ino_t; ok teduderaadt2-5/+6
2013-04-16remove casts to time_t * which are not neededderaadt1-2/+2
2013-04-16do not need to cast type to same typederaadt2-4/+4
2013-04-04Make our dump(8) honour the "nodump" flag for directories, effectivelyzhuk2-39/+73
2013-01-06The sparc optimization bug is believed to be fixed. OK naddy@.martynas1-5/+1
2012-08-22- open a remote file/device with the same flags we use when opening ahalex1-4/+4
2011-04-25do not use stdio in the (stupid) SIGSEGV handlerderaadt1-2/+4
2009-11-12free flagsp if flags variable indicates it was not used, found by parfait; ok millertderaadt1-3/+4
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt6-60/+6
2008-01-26the kids want I/O;jmc1-3/+3