aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump/traverse.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build break from dump incompatibility I introduced in -r340411Kirk McKusick2018-11-141-4/+4
* Plug build break after r340411.Gleb Smirnoff2018-11-131-4/+4
* Add asserts to prevent overflows of c_addr.Warner Losh2018-06-111-0/+4
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-171-10/+10
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-171-10/+10
* In preparation for converting to libufs to read the superblock,Kirk McKusick2017-12-271-10/+10
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-19/+18
* Use NULL instead of 0.Marcelo Araujo2016-04-191-1/+1
* Fix a bug which could break extended attributes in a dump output.Hiroki Sato2014-09-101-1/+6
* Fix sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-5/+6
* When using dump to generate level 0 dumps which are then rsync'edKirk McKusick2008-05-231-0/+5
* (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