summaryrefslogtreecommitdiff
path: root/sbin/dump
AgeCommit message (Expand)Author
2003-05-14Minor format string correctness.Chad Loder
2003-04-25string cleanupTheo de Raadt
2003-04-09document that rewind/eject features of tape devices depend on name ofJason McIntyre
2003-04-08missing .Fl macro for -a option;Jason McIntyre
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-02-01typos;Jason McIntyre
2002-05-22remove crudTheo de Raadt
2002-03-14fix a few overflows by using off_t, not 32bit longs; some parts are from lucq...Michael Shalayeff
2002-02-22typo; jslag@prop.walkerart.orgTheo de Raadt
2002-02-21Fix signal handlers to take an int arg even though it is not used.Todd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-11Initial patch.Mike Pechkin
2001-12-13o) start new sentence on a new line;Mike Pechkin
2001-11-05kill more registers;Mike Pechkin
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
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
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 don...Theo de Raadt
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-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
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 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-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 value...Theo de Raadt