summaryrefslogtreecommitdiff
path: root/sbin/dump/Makefile
AgeCommit message (Collapse)Author
2001-04-10Disable optimization on sparc; ok deraadt@Christian Weisgerber
If tape.c is compiled with -O or higher, dump runs on _some_ systems will _sometimes_ become stuck. All five dump processes (tty, master, slaves) will just sleep. This has been observed on some sun4c and sun4m systems.
1998-02-08y2k fixes; netbsd & Andreas.Gunnarsson@emw.ericsson.seTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
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-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-09-14not setgid tty anymore.Theo de Raadt
1996-09-01kill setuid, fix setgid holeTheo de Raadt
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt