summaryrefslogtreecommitdiff
path: root/sbin/dump
AgeCommit message (Collapse)Author
1998-02-08y2k fixes; netbsd & Andreas.Gunnarsson@emw.ericsson.seTheo de Raadt
1998-01-03default level is 0, not 9; hnokubi@yyy.or.jpTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-08-25subtract take changing time from estimate; blank@fox.uni-trier.deTheo de Raadt
1997-08-05Save/restore the errno when handling interrupts.Angelos D. Keromytis
1997-07-27Xr rcmd 3Theo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-05Fix some incorrect strncpy usage.Todd C. Miller
From NetBSD (luke@netbsd.org) * verbosity additions displaying total & per-volume transfer times and rates * Add the ability to dump specific files & directories of a single filesystem. This uses fts(3) to access the directory structure (and not the raw device), so the standard access permissions are adhered to (unlike dumping an entire filesystem, which just requires read access to the raw disk device). * Support SIGINFO status reporting. * Remove now unused variables that previously stored the (e)uid. * Be more informative in a couple of error messages. From NetBSD (mrg) * fix NetBSD PR#3710, reported by Tatoku Ogaito <tacha@trap.fukui-med.ac.jp>. don't pass pw->pw_name into functions; make a copy.
1997-06-25(foo *)0 -> NULLkstailey
1997-06-02dump(5) does not exist, markd@Grizzly.COMTheo de Raadt
1997-04-27Correct assumed editing mistakes.Jason Downs
1997-04-16_PATH_DEFTAPE is now defined in <paths.h>Todd C. Miller
Change man page to reflect new default tape drive (/dev/rst0)
1997-02-25-b option was being ignored when used in conjunction with -d.Todd C. Miller
NetBSD PR #3254, fix from Juergen Hannken-Illjes <hannken@eis.cs.tu-bs.de>.
1997-02-10Make dump(8) really honor -a. Fix up formatting in man page and removeTodd C. Miller
duplicate entry.
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
pesky sizing options) -- from FreeBSD. also make -b option aware of MAXPHYS issues (via a little hack)
1996-12-16does noone know how to use strncat correctly?Theo de Raadt
1996-12-0464 bit patches, tih@nhh.noTheo de Raadt
1996-10-12permit ufs filesystem type tooTheo de Raadt
1996-09-15sprintf -> snprintf (how'd that get missed?)Todd C. Miller
Don't complain if setsockopt() fails. It will fail if we used rcmdsh() instead of rcmd() and there's no easy way to detect which we used now.
1996-09-14setgid stuff goes awayTheo de Raadt
1996-09-14not setgid tty anymore.Theo de Raadt
1996-09-14Now uses "wall -g" so no need to be setgid tty. This makes $RSH work.Todd C. Miller
Also fix buf oflow.
1996-09-02don't try to do setsockopt(TCP_MAXSEG) unless we are root.Todd C. Miller
1996-09-01kill setuid, fix setgid holeTheo de Raadt
1996-09-01oflow protectionTheo de Raadt
1996-09-01dialup tty semantic is wrongTheo de Raadt
1996-08-10silence warningTheo de Raadt
1996-08-06whoopsTheo de Raadt
1996-08-06buf oflow, from joshdTheo de Raadt
1996-08-05careful about bufferTheo de Raadt
1996-08-02kill extra DUMP: messageTheo de Raadt
1996-08-02mostly harmless buffer overflowTheo de Raadt
1996-06-23update rcsidTheo de Raadt
1996-06-21only deal with ffs filesystems; netbsd pr#2652, greywolf@starwolf.comTheo de Raadt
(should we deal with mfs?)
1996-05-22from jtk; Adjust the base for time estimates to ignore time we spentTheo de Raadt
waiting for operator input. enhancements from PR #900
1996-03-21From NetBSD: Merge of 960317Niklas Hallqvist
1996-02-22From NetBSD:Niklas Hallqvist
support $TAPE. update manual to reflect reality (#1937 from Matthew Green).
1995-12-01correct typo pointed out by chuck (in the prettiest way possibleTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt