summaryrefslogtreecommitdiff
path: root/sbin/dump/itime.c
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2015-12-22assign pointers to NULL rather than 0, remove a needless castmmcc
2015-08-20<stdlib.h> is included, so do not need to cast result fromTheo de Raadt
2015-05-23Canonicalize all devices to DUIDs in order to make -w and -W output consistent.Philip Guenther
2015-05-03Eliminate the -U flag and make usage of DUID in /etc/dumpdates the default.Philip Guenther
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-07-11make dump support DUIDs for command line arguments and /etc/dumpdates (usingAlexander Hall
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-09-10Proper use of fseek/fseeko macros.Tobias Stoeckmann
2007-06-03Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes.Todd C. Miller
2007-03-04memory leak found by coverity; Jim RazmusTheo de Raadt
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
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
1998-08-07Use strlcpy() instead of strncpy().Todd C. Miller
1998-02-08y2k fixes; netbsd & Andreas.Gunnarsson@emw.ericsson.seTheo de Raadt
1997-07-05Fix some incorrect strncpy usage.Todd C. Miller
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt