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