summaryrefslogtreecommitdiffstats
path: root/sbin/dump (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange variables in dump / restore to handle -fno-common.mortimer2021-01-216-71/+93
* Only count the proper node types. Avoid out of-bound access for largeotto2020-10-011-2/+5
* Spell "mount point" as other man pages do, with a space.bentley2019-12-191-3/+3
* More correction of section 3 layout. directory->opendir, fts->fts_open,deraadt2019-09-021-4/+4
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-284-17/+17
* Don't use dangerous idiom for qsort comparison function; ok deraadt@otto2019-01-221-2/+3
* add some EXIT STATUS sections; from matthew martinjmc2018-06-071-5/+5
* Cast a multiplicand to ino_t to avoid overflow in 32*32=64 calculationsguenther2018-04-262-4/+4
* Convert snprintf+write into dprintf. It is simply easier to read, andderaadt2017-12-081-4/+3
* fix HISTORY;schwarze2016-10-061-3/+3
* Delete SIGTRAP, SIGFPE, SIGBUS, and SIGSEGV handlers. Such patternsderaadt2016-08-311-18/+1
* per trending style, add continue to emtpy loop bodies.tedu2016-06-071-2/+2
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* assign pointers to NULL rather than 0, remove a needless castmmcc2015-12-221-6/+6
* add missing NAME entries; ok schwarzejmc2015-11-211-3/+4
* Annotate an pretty obvious signal race... no time to fix it now.deraadt2015-10-121-1/+2
* <stdlib.h> is included, so do not need to cast result fromderaadt2015-08-204-16/+13
* Canonicalize all devices to DUIDs in order to make -w and -W output consistent.guenther2015-05-234-8/+61
* Eliminate the -U flag and make usage of DUID in /etc/dumpdates the default.guenther2015-05-034-38/+29
* tzfile.h is an internal header that should never have been installed.millert2015-03-151-2/+3
* Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt2015-01-203-6/+6
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-166-17/+24
* Kill off compat for systems that don't define NAME_MAX or that lack stuffguenther2014-09-031-27/+6
* files-to-dump can be a duid;jmc2014-07-171-4/+6
* make dump support DUIDs for command line arguments and /etc/dumpdates (usinghalex2014-07-115-16/+59
* Add internal buffering when dumping a device with non-512 bytekrw2014-07-101-8/+50
* Type cleanup:naddy2014-06-134-40/+42
* Oops. We're reporting DEV_BSIZE values in error messages, so callkrw2014-05-311-3/+3
* Cast daddr_t variable (blkno) to (long long) when printing with %lld.krw2014-05-311-3/+3
* add -S to usage();jmc2014-05-311-2/+2
* Add option -S to have dump(8) only estimate backup size and number of tapesstephan2014-05-302-5/+19
* Where trying to pread() a single disk sector, the i/o must be for thekrw2014-05-272-10/+21
* Nuke last of the illusionary 'dev_bsize' and 'dev_bshift' variables inkrw2014-05-244-24/+20
* Nuke some trailing whitespace and break some long lines to shrinkkrw2014-05-212-12/+15
* As suggested by guenther@ and millert@, replace seek+[read|write] withkrw2014-05-201-7/+5
* Whole bunch of (unsigned char) casts carefully added for ctype calls.deraadt2013-11-221-2/+2
* add a variety of missing prototypesderaadt2013-11-124-4/+19
* No need to cast constants or simple variables to (daddr_t). Usekrw2013-11-021-2/+2
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-113-19/+19
* big int_t/time_t fixes; ok deraadt@ krw@otto2013-04-252-7/+9
* handle large ino_t; ok teduderaadt2013-04-232-5/+6
* remove casts to time_t * which are not neededderaadt2013-04-161-2/+2
* do not need to cast type to same typederaadt2013-04-162-4/+4
* Make our dump(8) honour the "nodump" flag for directories, effectivelyzhuk2013-04-042-39/+73
* The sparc optimization bug is believed to be fixed. OK naddy@.martynas2013-01-061-5/+1
* - open a remote file/device with the same flags we use when opening ahalex2012-08-221-4/+4
* do not use stdio in the (stupid) SIGSEGV handlerderaadt2011-04-251-2/+4
* free flagsp if flags variable indicates it was not used, found by parfait; ok millertderaadt2009-11-121-3/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-276-60/+6
* the kids want I/O;jmc2008-01-261-3/+3