summaryrefslogtreecommitdiff
path: root/sbin/dump/main.c
AgeCommit message (Expand)Author
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
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-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-07-11make dump support DUIDs for command line arguments and /etc/dumpdates (usingAlexander Hall
2014-06-13Type cleanup:Christian Weisgerber
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
2013-04-16do not need to cast type to same typeTheo de Raadt
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
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-06-03Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes.Todd C. Miller
2007-03-04delete sunos junk; Jim RazmusTheo de Raadt
2007-02-25the -W and -w flags do not need a separate synopsis;Jason McIntyre
2005-05-24fix minor ouput glitch, by using strtonum instead of strtol.Moritz Jodeit
2004-11-04very basic de-lintsTheo de Raadt
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-07-28rcsid should say openbsd. make 'em const while here.Ted Unangst
2003-06-26ansi and protosTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-25string cleanupTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-05kill more registers;Mike Pechkin
2000-10-09do not coredump if can't get raw device name, e.g. /tmp on mfs; millert@ okMichael Shalayeff
2000-01-04Fix format string typo when printing estimated number of blocks;Todd C. Miller
1999-12-24Use correct printf formatting (dwmalone@maths.tcd.ie)Angelos D. Keromytis
1999-02-20quit() wants the \nTheo de Raadt
1998-11-24Wall, and do not let tapesize overflowTheo de Raadt
1998-08-22fix usageMichael Shalayeff
1998-08-11Better fix. Now print mount point in both the statfs and fstab cases.Todd C. Miller
1998-08-11Fix unitialized value use introduce in last change; problem noted by hgweigan...Todd C. Miller
1998-08-07Use strlcpy() instead of strncpy().Todd C. Miller
1998-07-28make dump work on filesystems not listed in fstabTodd C. Miller
1998-07-14fix exit codes, adding X_STARTUP; jkoshy@freebsdTheo de Raadt
1998-02-08y2k fixes; netbsd & Andreas.Gunnarsson@emw.ericsson.seTheo de Raadt
1997-07-05Fix some incorrect strncpy usage.Todd C. Miller
1997-04-16_PATH_DEFTAPE is now defined in <paths.h>Todd C. Miller
1997-02-25-b option was being ignored when used in conjunction with -d.Todd C. Miller
1997-02-10Make dump(8) really honor -a. Fix up formatting in man page and removeTodd C. Miller
1997-02-04maxbsize hack i did was not portableTheo de Raadt
1997-02-03new -a option autosizes, meaning it runs till it hits EOM (no need forTheo de Raadt
1996-12-16does noone know how to use strncat correctly?Theo de Raadt
1996-09-14setgid stuff goes awayTheo de Raadt