index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
dump
/
traverse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r271411:
hrs
2014-10-09
1
-1
/
+6
*
Fix sbin/ build with a 64-bit ino_t.
mdf
2012-09-27
1
-5
/
+6
*
When using dump to generate level 0 dumps which are then rsync'ed
mckusick
2008-05-23
1
-0
/
+5
*
(bread): For a read that is contained entirely within a block, never copy
thomas
2007-04-05
1
-1
/
+1
*
Fix an error in dumping large sparse files containing extended attributes.
mckusick
2007-02-27
1
-2
/
+2
*
Update the dump program to save extended attributes. Update
mckusick
2007-02-26
1
-18
/
+166
*
Dump keeps a bitmap of the state of various inodes, which is sized
dwmalone
2006-04-11
1
-8
/
+20
*
Make gcc4 happy by making consistent signedness.
delphij
2005-05-02
1
-1
/
+1
*
Avoid casts as lvalues.
kan
2004-07-28
1
-2
/
+8
*
Remove advertising clause from University of California Regent's license,
markm
2004-04-09
1
-4
/
+0
*
In mapdirs(), do not use the `dp' inode pointer after searchdir()
iedowse
2003-11-04
1
-3
/
+3
*
Dump is hard-wired to believe that it can read disks on
mckusick
2003-05-07
1
-4
/
+47
*
Add a caching option to dump. Use -C. Note that NetBSD has a caching option
dillon
2003-01-13
1
-3
/
+4
*
Correct the estimated block count calculated by dump to account
mckusick
2002-12-03
1
-1
/
+4
*
Properly handle UFS2 sparsely allocated inodes. The UFS2 filesystem
mckusick
2002-12-03
1
-25
/
+66
*
Mark snapshots so that dump will dump them as zero length
mckusick
2002-11-30
1
-2
/
+8
*
Use the standardized CHAR_BIT constant instead of NBBY in userland.
mike
2002-09-25
1
-1
/
+2
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-2
/
+2
*
s/filesystem/file system/g as discussed on -developers
trhodes
2002-08-21
1
-3
/
+3
*
Change utimes to set the file creation time (for filesystems that
mckusick
2002-07-17
1
-4
/
+4
*
Oops, the previous revision (1.22) introduced a potential alignment
iedowse
2002-07-08
1
-15
/
+20
*
Use a fixed MAXBSIZE-size auto array instead of a static pointer
iedowse
2002-07-08
1
-6
/
+2
*
Replace the use of %qd with intmax_t/%jd and fix a number of -Wall
iedowse
2002-07-08
1
-12
/
+12
*
Fix some printf format errors.
iedowse
2002-07-07
1
-5
/
+5
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
1
-73
/
+197
*
s/daddr_t/ufs_daddr_t/g
phk
2002-06-06
1
-12
/
+12
*
o remove __P
imp
2002-03-20
1
-53
/
+19
*
Files in subdirectories of directories that have the nodump flag set
obrien
2001-12-05
1
-2
/
+5
*
Zap a number of #ifdef sunos blocks, and all of the `register'
iedowse
2001-11-17
1
-24
/
+17
*
Convert two instances of a lseek()+read() combination to a pread().
mikeh
2001-07-01
1
-8
/
+4
*
Fix bogon with the nodump flag.
jkh
2001-04-19
1
-5
/
+10
*
Support inheritance of the "nodump" flag down a hierarchy.
obrien
2001-03-03
1
-26
/
+66
*
Add include of errno.h where needed, remove extern int errno where not.
imp
2000-04-14
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix nested if/else within an if
billf
1999-07-08
1
-2
/
+3
*
64bit fixes.
dima
1998-10-27
1
-4
/
+4
*
Correct use of .Nm. Add rcsid. Remove unused #includes.
charnier
1998-06-15
1
-1
/
+4
*
Merge Lite2 changes (rather bigish, the dump/restore folks should check)
peter
1997-03-11
1
-6
/
+5
*
Update CHANGEDSINCE macro to conform to -current dinode.h
jkh
1997-02-16
1
-5
/
+0
*
ts_sec -> tv_sec
nate
1996-09-20
1
-1
/
+1
*
When using dump/rdump on large filesytems (my case 3 GB), the lseek
joerg
1995-06-24
1
-2
/
+4
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
BSD 4.4 Lite sbin Sources
rgrimes
1994-05-26
1
-0
/
+613