summaryrefslogtreecommitdiff
path: root/sbin/dump/traverse.c
AgeCommit message (Expand)Author
2013-11-12add a variety of missing prototypesTheo de Raadt
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-04-23handle large ino_t; ok teduTheo de Raadt
2013-04-04Make our dump(8) honour the "nodump" flag for directories, effectivelyVadim Zhukov
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-06-15don't use static data in recursive functions; from FreeBSD; fixes PR 5509Otto Moerbeek
2007-06-11When dumping ffs1, store old_atime and old_mtime too.Todd C. Miller
2007-06-03Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes.Todd C. Miller
2007-03-19Add FFS2 fields to the superblock, change file system tools to keepPedro Martelletto
2007-03-06Add and fix /* FALLTHROUGH */ comments.Ray Lai
2007-03-04delete sunos junk; Jim RazmusTheo de Raadt
2006-12-26fts_read returning NULL and errno set is an error. ok ray@Otto Moerbeek
2006-04-02use SEEK_* for lseek()Theo de Raadt
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
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-05-14Minor format string correctness.Chad Loder
2002-03-14fix a few overflows by using off_t, not 32bit longs; some parts are from lucq...Michael Shalayeff
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
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be don...Theo de Raadt
1998-11-24Wall, and do not let tapesize overflowTheo de Raadt
1997-07-05Fix some incorrect strncpy usage.Todd C. Miller
1996-12-0464 bit patches, tih@nhh.noTheo de Raadt
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt