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
/
restore
/
tape.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
This fixes the "getfile: lost data" panic when restoring dumps
mckusick
2008-05-22
1
-0
/
+3
*
Follow on to fix 1.51 for "Header with wrong dumpdate" message.
mckusick
2008-05-22
1
-16
/
+10
*
Avoid printing spurious ``Header with wrong dumpdate.'' message.
mckusick
2008-04-11
1
-1
/
+1
*
Correctly set file group when restore is run by a user other than root.
mckusick
2008-04-11
1
-1
/
+3
*
Move macros describing extended attributes in UFS from
mckusick
2007-03-06
1
-0
/
+1
*
Update the dump program to save extended attributes. Update
mckusick
2007-02-26
1
-13
/
+290
*
Add a "-D" flag to restore which puts it into "degraded" mode. This
dwmalone
2006-12-05
1
-15
/
+75
*
o Fix style(9) for previous.
maxim
2006-08-25
1
-1
/
+1
*
A bunch of fixes from NetBSD:
maxim
2006-08-25
1
-17
/
+23
*
rscid -> __FBSDID. Mark parameter as __unused when necessary.
charnier
2005-05-29
1
-2
/
+3
*
Restore the ability to read FreeBSD 1 tapes (and I think any net2
imp
2005-03-25
1
-0
/
+11
*
c_tapea and c_firstrec are used for TS_TAPE blocks, so convert them
imp
2005-03-25
1
-0
/
+2
*
In order to print out the dump dates correctly, the date and ddate fields
imp
2005-03-18
1
-0
/
+4
*
Include <timeconv.h> for time conversion functions.
stefanf
2004-05-24
1
-0
/
+1
*
Add -P arguments for dump(8) and restore(8) which allow the user to
green
2004-04-13
1
-2
/
+37
*
Remove advertising clause from University of California Regent's license,
markm
2004-04-09
1
-4
/
+0
*
Use the standardized CHAR_BIT constant instead of NBBY in userland.
mike
2002-09-25
1
-0
/
+1
*
Change utimes to set the file creation time (for filesystems that
mckusick
2002-07-17
1
-9
/
+19
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
1
-160
/
+117
*
more file system > filesystem
trhodes
2002-05-16
1
-1
/
+1
*
Address a few minor style and consistency issues in revision 1.32.
iedowse
2002-05-06
1
-23
/
+15
*
Set the permissions on restored symbolic links.
iedowse
2002-05-02
1
-1
/
+19
*
o remove __P
imp
2002-03-20
1
-92
/
+47
*
Remove 'register' keyword.
obrien
2002-03-20
1
-9
/
+9
*
Use a more robust scheme for determining how many blocks to skip
iedowse
2002-02-18
1
-15
/
+18
*
When we reach the end of the dump in findinode(), ask for another
iedowse
2002-02-18
1
-9
/
+19
*
Fix a number of long-standing restore bugs in tape.c, mainly relating
iedowse
2002-02-13
1
-18
/
+19
*
Don't refer to findinode()'s `complain' parameter in a comment; it
iedowse
2002-02-12
1
-1
/
+1
*
I've been meaning to do this for a while. Add an underscore to the
dillon
2002-01-19
1
-9
/
+9
*
Make the protocol/dumprestore.h header match restore's idea of the dump
dillon
2001-10-28
1
-9
/
+13
*
Add 'SKIP' as an action so that verification works for multivolume restores.
mjacob
2001-06-11
1
-1
/
+1
*
Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,
obrien
2001-03-08
1
-1
/
+1
*
Stop restore from looping under certain error conditions. This
iedowse
2000-12-12
1
-7
/
+9
*
Don't give up on file write errors. Just log them and continue.
mckusick
2000-12-12
1
-1
/
+0
*
Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby
wollman
2000-10-10
1
-0
/
+2
*
Fix sign extension.
mjacob
2000-09-12
1
-1
/
+1
*
Don't try to make files immutable (ie. chflags) before setting access times.
dwmalone
2000-07-16
1
-3
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
64bit fixes.
dima
1998-10-27
1
-15
/
+15
*
Commit patch from Tor Egge to fix the "large filesystem restore" problem.
imp
1998-07-28
1
-6
/
+12
*
Add rcsid. Remove unused #includes. Add missing prototypes and others -Wall
charnier
1998-07-28
1
-2
/
+5
*
Fixed printf format errors. Sure is dusty here.
bde
1998-06-28
1
-15
/
+16
*
Well, nobody objected, so here's my -u (unlink) flag to restore.
jkh
1998-05-09
1
-0
/
+6
*
The logic in tape.c:getfile() doesn't allow for a filesystem
jkh
1998-03-23
1
-1
/
+3
*
Typo fix in the message displayed.
max
1997-12-21
1
-1
/
+1
*
Merge from Lite2
peter
1997-03-11
1
-34
/
+50
*
Fix a minor problem with restore from tapes from big endian machines.
imp
1997-02-25
1
-1
/
+4
*
Yet another buffer overflow.
guido
1997-01-01
1
-2
/
+6
*
Various security related deltas from OpenBSD
imp
1997-01-01
1
-1
/
+2
*
ts_sec -> tv_sec
nate
1996-09-20
1
-7
/
+7
[next]