summaryrefslogtreecommitdiffstats
path: root/sbin/dump/traverse.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r271411:hrs2014-10-091-1/+6
* Fix sbin/ build with a 64-bit ino_t.mdf2012-09-271-5/+6
* When using dump to generate level 0 dumps which are then rsync'edmckusick2008-05-231-0/+5
* (bread): For a read that is contained entirely within a block, never copythomas2007-04-051-1/+1
* Fix an error in dumping large sparse files containing extended attributes.mckusick2007-02-271-2/+2
* Update the dump program to save extended attributes. Updatemckusick2007-02-261-18/+166
* Dump keeps a bitmap of the state of various inodes, which is sizeddwmalone2006-04-111-8/+20
* Make gcc4 happy by making consistent signedness.delphij2005-05-021-1/+1
* Avoid casts as lvalues.kan2004-07-281-2/+8
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* In mapdirs(), do not use the `dp' inode pointer after searchdir()iedowse2003-11-041-3/+3
* Dump is hard-wired to believe that it can read disks onmckusick2003-05-071-4/+47
* Add a caching option to dump. Use -C. Note that NetBSD has a caching optiondillon2003-01-131-3/+4
* Correct the estimated block count calculated by dump to accountmckusick2002-12-031-1/+4
* Properly handle UFS2 sparsely allocated inodes. The UFS2 filesystemmckusick2002-12-031-25/+66
* Mark snapshots so that dump will dump them as zero lengthmckusick2002-11-301-2/+8
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-251-1/+2
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-2/+2
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-3/+3
* Change utimes to set the file creation time (for filesystems thatmckusick2002-07-171-4/+4
* Oops, the previous revision (1.22) introduced a potential alignmentiedowse2002-07-081-15/+20
* Use a fixed MAXBSIZE-size auto array instead of a static pointeriedowse2002-07-081-6/+2
* Replace the use of %qd with intmax_t/%jd and fix a number of -Walliedowse2002-07-081-12/+12
* Fix some printf format errors.iedowse2002-07-071-5/+5
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-73/+197
* s/daddr_t/ufs_daddr_t/gphk2002-06-061-12/+12
* o remove __Pimp2002-03-201-53/+19
* Files in subdirectories of directories that have the nodump flag setobrien2001-12-051-2/+5
* Zap a number of #ifdef sunos blocks, and all of the `register'iedowse2001-11-171-24/+17
* Convert two instances of a lseek()+read() combination to a pread().mikeh2001-07-011-8/+4
* Fix bogon with the nodump flag.jkh2001-04-191-5/+10
* Support inheritance of the "nodump" flag down a hierarchy.obrien2001-03-031-26/+66
* Add include of errno.h where needed, remove extern int errno where not.imp2000-04-141-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix nested if/else within an ifbillf1999-07-081-2/+3
* 64bit fixes.dima1998-10-271-4/+4
* Correct use of .Nm. Add rcsid. Remove unused #includes.charnier1998-06-151-1/+4
* Merge Lite2 changes (rather bigish, the dump/restore folks should check)peter1997-03-111-6/+5
* Update CHANGEDSINCE macro to conform to -current dinode.hjkh1997-02-161-5/+0
* ts_sec -> tv_secnate1996-09-201-1/+1
* When using dump/rdump on large filesytems (my case 3 GB), the lseekjoerg1995-06-241-2/+4
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+613
OpenPOWER on IntegriCloud