summaryrefslogtreecommitdiff
path: root/sbin/dump/traverse.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* (bread): For a read that is contained entirely within a block, never copyThomas Quinot2007-04-051-1/+1
* Fix an error in dumping large sparse files containing extended attributes.Kirk McKusick2007-02-271-2/+2
* Update the dump program to save extended attributes. UpdateKirk McKusick2007-02-261-18/+166
* Dump keeps a bitmap of the state of various inodes, which is sizedDavid Malone2006-04-111-8/+20
* Make gcc4 happy by making consistent signedness.Xin LI2005-05-021-1/+1
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-2/+8
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* In mapdirs(), do not use the `dp' inode pointer after searchdir()Ian Dowse2003-11-041-3/+3
* Dump is hard-wired to believe that it can read disks onKirk McKusick2003-05-071-4/+47
* Add a caching option to dump. Use -C. Note that NetBSD has a caching optionMatthew Dillon2003-01-131-3/+4
* Correct the estimated block count calculated by dump to accountKirk McKusick2002-12-031-1/+4
* Properly handle UFS2 sparsely allocated inodes. The UFS2 filesystemKirk McKusick2002-12-031-25/+66
* Mark snapshots so that dump will dump them as zero lengthKirk McKusick2002-11-301-2/+8
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-1/+2
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-2/+2
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-3/+3
* Change utimes to set the file creation time (for filesystems thatKirk McKusick2002-07-171-4/+4
* Oops, the previous revision (1.22) introduced a potential alignmentIan Dowse2002-07-081-15/+20
* Use a fixed MAXBSIZE-size auto array instead of a static pointerIan Dowse2002-07-081-6/+2
* Replace the use of %qd with intmax_t/%jd and fix a number of -WallIan Dowse2002-07-081-12/+12
* Fix some printf format errors.Ian Dowse2002-07-071-5/+5
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-73/+197
* s/daddr_t/ufs_daddr_t/gPoul-Henning Kamp2002-06-061-12/+12
* o remove __PWarner Losh2002-03-201-53/+19
* Files in subdirectories of directories that have the nodump flag setDavid E. O'Brien2001-12-051-2/+5
* Zap a number of #ifdef sunos blocks, and all of the `register'Ian Dowse2001-11-171-24/+17
* Convert two instances of a lseek()+read() combination to a pread().Mike Heffner2001-07-011-8/+4
* Fix bogon with the nodump flag.Jordan K. Hubbard2001-04-191-5/+10
* Support inheritance of the "nodump" flag down a hierarchy.David E. O'Brien2001-03-031-26/+66
* Add include of errno.h where needed, remove extern int errno where not.Warner Losh2000-04-141-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix nested if/else within an ifBill Fumerola1999-07-081-2/+3
* 64bit fixes.Dima Ruban1998-10-271-4/+4
* Correct use of .Nm. Add rcsid. Remove unused #includes.Philippe Charnier1998-06-151-1/+4
* Merge Lite2 changes (rather bigish, the dump/restore folks should check)Peter Wemm1997-03-111-6/+5
* Update CHANGEDSINCE macro to conform to -current dinode.hJordan K. Hubbard1997-02-161-5/+0
* ts_sec -> tv_secNate Williams1996-09-201-1/+1
* When using dump/rdump on large filesytems (my case 3 GB), the lseekJoerg Wunsch1995-06-241-2/+4
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+613