summaryrefslogtreecommitdiff
path: root/sbin/dump/dumprmt.c
AgeCommit message (Expand)Author
2021-01-21Rearrange variables in dump / restore to handle -fno-common.mortimer
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.Theo de Raadt
2013-11-12add a variety of missing prototypesTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-01-02remove unused functionsCharles Longeau
2007-03-04delete sunos junk; Jim RazmusTheo de Raadt
2004-11-04very basic de-lintsTheo de Raadt
2003-07-28rcsid should say openbsd. make 'em const while here.Ted Unangst
2003-06-26ansi and protosTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo 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-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-05kill more registers;Mike Pechkin
2001-01-19mark signal races i cannot fix at the momentTheo de Raadt
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be don...Theo de Raadt
1999-01-04use TCP_NODELAY; giannici@neomedia.itTheo de Raadt
1998-11-24Wall, and do not let tapesize overflowTheo de Raadt
1998-07-14fix exit codes, adding X_STARTUP; jkoshy@freebsdTheo de Raadt
1998-04-26extract errno from rmt operation, assuming other machine has same errno value...Theo de Raadt
1997-07-05Fix some incorrect strncpy usage.Todd C. Miller
1997-06-25(foo *)0 -> NULLkstailey
1996-09-15sprintf -> snprintf (how'd that get missed?)Todd C. Miller
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-08-06buf oflow, from joshdTheo de Raadt
1996-03-21From NetBSD: Merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt