index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
dump
Age
Commit message (
Expand
)
Author
2015-05-23
Canonicalize all devices to DUIDs in order to make -w and -W output consistent.
Philip Guenther
2015-05-03
Eliminate the -U flag and make usage of DUID in /etc/dumpdates the default.
Philip Guenther
2015-03-15
tzfile.h is an internal header that should never have been installed.
Todd C. Miller
2015-01-20
Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-09-03
Kill off compat for systems that don't define NAME_MAX or that lack stuff
Philip Guenther
2014-07-17
files-to-dump can be a duid;
Jason McIntyre
2014-07-11
make dump support DUIDs for command line arguments and /etc/dumpdates (using
Alexander Hall
2014-07-10
Add internal buffering when dumping a device with non-512 byte
Kenneth R Westerback
2014-06-13
Type cleanup:
Christian Weisgerber
2014-05-31
Oops. We're reporting DEV_BSIZE values in error messages, so call
Kenneth R Westerback
2014-05-31
Cast daddr_t variable (blkno) to (long long) when printing with %lld.
Kenneth R Westerback
2014-05-31
add -S to usage();
Jason McIntyre
2014-05-30
Add option -S to have dump(8) only estimate backup size and number of tapes
Stephan A. Rickauer
2014-05-27
Where trying to pread() a single disk sector, the i/o must be for the
Kenneth R Westerback
2014-05-24
Nuke last of the illusionary 'dev_bsize' and 'dev_bshift' variables in
Kenneth R Westerback
2014-05-21
Nuke some trailing whitespace and break some long lines to shrink
Kenneth R Westerback
2014-05-20
As suggested by guenther@ and millert@, replace seek+[read|write] with
Kenneth R Westerback
2013-11-22
Whole bunch of (unsigned char) casts carefully added for ctype calls.
Theo de Raadt
2013-11-12
add a variety of missing prototypes
Theo de Raadt
2013-11-02
No need to cast constants or simple variables to (daddr_t). Use
Kenneth R Westerback
2013-06-11
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
Theo de Raadt
2013-04-25
big int_t/time_t fixes; ok deraadt@ krw@
Otto Moerbeek
2013-04-23
handle large ino_t; ok tedu
Theo de Raadt
2013-04-16
remove casts to time_t * which are not needed
Theo de Raadt
2013-04-16
do not need to cast type to same type
Theo de Raadt
2013-04-04
Make our dump(8) honour the "nodump" flag for directories, effectively
Vadim Zhukov
2013-01-06
The 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 a
Alexander Hall
2011-04-25
do not use stdio in the (stupid) SIGSEGV handler
Theo de Raadt
2009-11-12
free flagsp if flags variable indicates it was not used, found by parfait; ok...
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-01-26
the kids want I/O;
Jason McIntyre
2008-01-11
compute transfer rate using 64-bit arithmetic, ok sthen@ millert@
Otto Moerbeek
2008-01-02
remove unused functions
Charles Longeau
2007-11-19
put the SIGINFO blurb in a saner place;
Jason McIntyre
2007-11-18
do not confuse the reader telling he should use a towers of hanoi
Otto Moerbeek
2007-09-10
Proper use of fseek/fseeko macros.
Tobias Stoeckmann
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2007-06-15
don't use static data in recursive functions; from FreeBSD; fixes PR 5509
Otto Moerbeek
2007-06-11
When dumping ffs1, store old_atime and old_mtime too.
Todd C. Miller
2007-06-03
Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes.
Todd C. Miller
2007-05-31
convert to new .Dd format;
Jason McIntyre
2007-04-10
Rewrite ITITERATE macro to prevent out-of-bounds memory access.
Moritz Jodeit
2007-03-19
Add FFS2 fields to the superblock, change file system tools to keep
Pedro Martelletto
2007-03-06
Add and fix /* FALLTHROUGH */ comments.
Ray Lai
2007-03-04
memory leak found by coverity; Jim Razmus
Theo de Raadt
2007-03-04
delete sunos junk; Jim Razmus
Theo de Raadt
2007-02-25
shuffle the text slightly into a more logical order;
Jason McIntyre
2007-02-25
the -W and -w flags do not need a separate synopsis;
Jason McIntyre
[next]