summaryrefslogtreecommitdiff
path: root/sbin/dump/traverse.c
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-01Fix byteswapping issues in dirindir(); mostly from Enami Tsugutomo.fvdl
2003-05-01Swap the right disk block in mapdirs() for the UFS1 case. From Enami.fvdl
2003-04-08Since the size passed in may be different from the fs blocksize, justfvdl
2003-04-08dblk should be static. Fixes PR 21020, by Geoff Wing. Patch suppliedfvdl
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2002-09-30Add fix from FreeBSD traverse.c 1.16:lukem
2001-12-23unifdef sunoslukem
2001-11-01fix -Wshadow warningslukem
2001-08-14s/filesystem/file system/dump.hlukem
2001-05-28* improve parsing of file-systems-to-dump when a path is given:lukem
2001-05-28unifdef !__STDC__ (missed in previous)lukem
2001-05-27knf to ansilukem
1999-10-01Working version of aborted dump{,_lfs} join.perseant
1999-09-30Back out changes made on the 29th, not at all the changes I intended to commit.perseant
1999-09-29Adapt dump(8) to use filestore-independent (but still ufs-specific)perseant
1999-05-05Avoid byte overflow in block estimate for large filessommerfe
1999-03-23Implement a read cache, as announced on tech-userlevel. Default is 32kbouyer
1999-03-09Handle "nodump" flag on directories, by not dumping any files or directoriesbouyer
1998-12-28fix estimate of blocks for subsets.lukem
1998-08-25from Erik Bertelsen <erik@mediator.uni-c.dk>ross
1998-03-18Add support for non-native byte order FFS. The dump is in filesystem bytebouyer
1997-09-16resolve conflicts from lite-2 importlukem
1997-09-15* cleanup for WARNS=1lukem
1997-06-05* Add the ability to dump specific files & directories of a singlelukem
1997-04-15remove use of "register".lukem
1996-11-30patches from Tom I Helbekkmo <tih@nhh.no> to deal with type-size issues,cgd
1995-06-18update for posixified stat structurecgd
1995-06-11Back out previous change.mycroft
1995-06-07typeof(timeval.tv_sec) != time_tcgd
1995-03-27Fix another bogus cast.mycroft
1995-03-27Remove incorrect cast on lseek() return value.mycroft
1995-03-18convert to new RCS Id conventions; reduce my headachecgd
1995-01-30Don't mix stat flags and inode flags.mycroft
1994-09-23Eliminate uses of some obsolete functions.mycroft
1994-09-17Correct typo; IFMT -> S_IFMT.mycroft
1994-06-14Fix compatibility with old fastlinks.mycroft
1994-06-08Update from 4.4-Lite, with local changes.mycroft
1994-04-25change some #ifdef's.cgd
1994-01-14fix for() starting condition in mapfiles()cgd
1993-12-22new version from CSRG, via BSDI, with fixescgd