summaryrefslogtreecommitdiff
path: root/sbin/dump
AgeCommit message (Collapse)Author
2001-12-13o) start new sentence on a new line;Mike Pechkin
o) wrap long lines; o) fix bogus .Xr usage; o) we don't like blank lines; o) always close .Bl tags; o) OpenBSD -> .Ox; o) don't like .Pp before .Ss; millert@ ok;
2001-11-05kill more registers;Mike Pechkin
millert@ ok
2001-10-04Mention that dump uses the TAPE variable.Hakan Olsson
2001-06-13more va_start/end fixes, ok deraadt@Markus Friedl
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.
2001-01-19mark signal races i cannot fix at the momentTheo de Raadt
2000-10-09do not coredump if can't get raw device name, e.g. /tmp on mfs; millert@ okMichael Shalayeff
2000-03-24Correct the HISTORY section to note that this command appeared in Version 5Aaron Campbell
of AT&T UNIX, not Version 6. Verified by strings(1)'ing a .dsk file (PDP-11 executable) containing the v5 sources, obtainable at gatekeeper.dec.com in the directory /pub/DEC/sim/software. Idea from NetBSD PR/4790.
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be ↵Theo de Raadt
done later.. contact me if you want to help)
2000-01-04Fix format string typo when printing estimated number of blocks;Todd C. Miller
naddy@unix-ag.uni-kl.de
1999-12-24Use correct printf formatting (dwmalone@maths.tcd.ie)Angelos D. Keromytis
1999-10-17Use the AT&T UNIX macros.Aaron Campbell
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-05-26Xr st(4); from NetBSDAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-02-28if we kill, do not kill againTheo de Raadt
1999-02-21some -WallTodd C. Miller
1999-02-20quit() wants the \nTheo de Raadt
1999-01-04use TCP_NODELAY; giannici@neomedia.itTheo de Raadt
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28kill redundant .Nm macro arguments; other misc fixesAaron Campbell
1998-11-24Wall, and do not let tapesize overflowTheo de Raadt
1998-09-23alphabetize SEE ALSO entries and order them numerically according to sectionAaron Campbell
1998-09-17sbin/ man page fixesAaron Campbell
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 ↵Todd C. Miller
hgweigand@wiesbaden.netsurf.de
1998-08-07Use strlcpy() instead of strncpy().Todd C. Miller
Change the order of name -> raw device conversions 1) statfs the name and use that info iff the name is the mount point 2) look up name in fstab 3) treat as a device The reason for this is that the mounted filesystems may not agree with what fstab says. Anyone who has ever moved disks around and accidentally dumped and empty filesystem will know what I mean.
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-05-06correct operational description; ksulliva@psc.eduTheo de Raadt
1998-04-26handle ENOSPC as an end-of-tape marker; gibbs@narnia.plutotech.comTheo de Raadt
1998-04-26extract errno from rmt operation, assuming other machine has same errno ↵Theo de Raadt
values; gibbs@narnia.plutotech.com
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.