summaryrefslogtreecommitdiff
path: root/sbin/dump/traverse.c
AgeCommit message (Expand)Author
2024-09-15remove unused variablesJonathan Gray
2024-02-03Remove Softdep.Bob Beck
2024-01-09Delete support for FFS filesystems before the in-inode symlinkPhilip Guenther
2023-02-08dump/fsck_ffs: convert two function definitions to ansi, missedTheo Buehler
2018-04-26Cast a multiplicand to ino_t to avoid overflow in 32*32=64 calculationsPhilip Guenther
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-07-10Add internal buffering when dumping a device with non-512 byteKenneth R Westerback
2014-06-13Type cleanup:Christian Weisgerber
2014-05-31Oops. We're reporting DEV_BSIZE values in error messages, so callKenneth R Westerback
2014-05-31Cast daddr_t variable (blkno) to (long long) when printing with %lld.Kenneth R Westerback
2014-05-27Where trying to pread() a single disk sector, the i/o must be for theKenneth R Westerback
2014-05-24Nuke last of the illusionary 'dev_bsize' and 'dev_bshift' variables inKenneth R Westerback
2014-05-21Nuke some trailing whitespace and break some long lines to shrinkKenneth R Westerback
2014-05-20As suggested by guenther@ and millert@, replace seek+[read|write] withKenneth R Westerback
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