summaryrefslogtreecommitdiff
path: root/sbin/dump
AgeCommit message (Expand)Author
2005-08-02$TAPE Ev may refer to a number of things, not just a physical tape device:Jason McIntyre
2005-05-24fix minor ouput glitch, by using strtonum instead of strtol.Moritz Jodeit
2005-03-13Use pid_t where appropriate. From Bruno Rohee (thanks).Chad Loder
2005-01-23"caught" should be volatile sig_atomic_t; lukem@netbsd.orgTodd C. Miller
2005-01-23Avoid signal race condition. If a slave gets SIGUSR2 between theTodd C. Miller
2004-11-04very basic de-lintsTheo de Raadt
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-07-29spacesTheo de Raadt
2003-07-28rcsid should say openbsd. make 'em const while here.Ted Unangst
2003-07-15.Ql Fl -> .Sq Fl where literal makes no sense;Jason McIntyre
2003-07-07I never committed the fix for PR 3296, "Dump prints negative numbers for time"Todd C. Miller
2003-06-26ansi and protosTheo de Raadt
2003-06-04fix some more UCB term 3Theo de Raadt
2003-06-03- section reorderJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
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