Age | Commit message (Expand) | Author |
2016-08-31 | Delete SIGTRAP, SIGFPE, SIGBUS, and SIGSEGV handlers. Such patterns | Theo de Raadt |
2016-06-07 | per trending style, add continue to emtpy loop bodies. | Ted Unangst |
2015-08-20 | <stdlib.h> is included, so do not need to cast result from | Theo de Raadt |
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-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-07-11 | make dump support DUIDs for command line arguments and /etc/dumpdates (using | Alexander Hall |
2014-06-13 | Type cleanup: | Christian Weisgerber |
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 |
2013-04-16 | do not need to cast type to same type | Theo de Raadt |
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 |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-06-03 | Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes. | Todd C. Miller |
2007-03-04 | delete sunos junk; Jim Razmus | Theo de Raadt |
2007-02-25 | the -W and -w flags do not need a separate synopsis; | Jason McIntyre |
2005-05-24 | fix minor ouput glitch, by using strtonum instead of strtol. | Moritz Jodeit |
2004-11-04 | very basic de-lints | Theo de Raadt |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-07-28 | rcsid should say openbsd. make 'em const while here. | Ted Unangst |
2003-06-26 | ansi and protos | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-25 | string cleanup | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-05 | kill more registers; | Mike Pechkin |
2000-10-09 | do not coredump if can't get raw device name, e.g. /tmp on mfs; millert@ ok | Michael Shalayeff |
2000-01-04 | Fix format string typo when printing estimated number of blocks; | Todd C. Miller |
1999-12-24 | Use correct printf formatting (dwmalone@maths.tcd.ie) | Angelos D. Keromytis |
1999-02-20 | quit() wants the \n | Theo de Raadt |
1998-11-24 | Wall, and do not let tapesize overflow | Theo de Raadt |
1998-08-22 | fix usage | Michael Shalayeff |
1998-08-11 | Better fix. Now print mount point in both the statfs and fstab cases. | Todd C. Miller |
1998-08-11 | Fix unitialized value use introduce in last change; problem noted by hgweigan... | Todd C. Miller |
1998-08-07 | Use strlcpy() instead of strncpy(). | Todd C. Miller |
1998-07-28 | make dump work on filesystems not listed in fstab | Todd C. Miller |
1998-07-14 | fix exit codes, adding X_STARTUP; jkoshy@freebsd | Theo de Raadt |
1998-02-08 | y2k fixes; netbsd & Andreas.Gunnarsson@emw.ericsson.se | Theo de Raadt |
1997-07-05 | Fix 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-10 | Make dump(8) really honor -a. Fix up formatting in man page and remove | Todd C. Miller |
1997-02-04 | maxbsize hack i did was not portable | Theo de Raadt |
1997-02-03 | new -a option autosizes, meaning it runs till it hits EOM (no need for | Theo de Raadt |
1996-12-16 | does noone know how to use strncat correctly? | Theo de Raadt |
1996-09-14 | setgid stuff goes away | Theo de Raadt |