summaryrefslogtreecommitdiffstats
path: root/sbin/restore/tape.c
Commit message (Expand)AuthorAgeFilesLines
* MFC of r269303:mckusick2014-08-061-3/+5
* Check the return error of set[e][ug]id. While this can never fail in theeadler2012-10-221-1/+5
* Fix sbin/ build with a 64-bit ino_t.mdf2012-09-271-13/+15
* Don't try to determine tape block size when the -P option is used.jh2010-02-131-1/+1
* - Handle short reads when the -P option is used. Short reads must bejh2010-01-291-8/+3
* - Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd"jh2010-01-291-9/+10
* This fixes the "getfile: lost data" panic when restoring dumpsmckusick2008-05-221-0/+3
* Follow on to fix 1.51 for "Header with wrong dumpdate" message.mckusick2008-05-221-16/+10
* Avoid printing spurious ``Header with wrong dumpdate.'' message.mckusick2008-04-111-1/+1
* Correctly set file group when restore is run by a user other than root.mckusick2008-04-111-1/+3
* Move macros describing extended attributes in UFS frommckusick2007-03-061-0/+1
* Update the dump program to save extended attributes. Updatemckusick2007-02-261-13/+290
* Add a "-D" flag to restore which puts it into "degraded" mode. Thisdwmalone2006-12-051-15/+75
* o Fix style(9) for previous.maxim2006-08-251-1/+1
* A bunch of fixes from NetBSD:maxim2006-08-251-17/+23
* rscid -> __FBSDID. Mark parameter as __unused when necessary.charnier2005-05-291-2/+3
* Restore the ability to read FreeBSD 1 tapes (and I think any net2imp2005-03-251-0/+11
* c_tapea and c_firstrec are used for TS_TAPE blocks, so convert themimp2005-03-251-0/+2
* In order to print out the dump dates correctly, the date and ddate fieldsimp2005-03-181-0/+4
* Include <timeconv.h> for time conversion functions.stefanf2004-05-241-0/+1
* Add -P arguments for dump(8) and restore(8) which allow the user togreen2004-04-131-2/+37
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-251-0/+1
* Change utimes to set the file creation time (for filesystems thatmckusick2002-07-171-9/+19
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-160/+117
* more file system > filesystemtrhodes2002-05-161-1/+1
* Address a few minor style and consistency issues in revision 1.32.iedowse2002-05-061-23/+15
* Set the permissions on restored symbolic links.iedowse2002-05-021-1/+19
* o remove __Pimp2002-03-201-92/+47
* Remove 'register' keyword.obrien2002-03-201-9/+9
* Use a more robust scheme for determining how many blocks to skipiedowse2002-02-181-15/+18
* When we reach the end of the dump in findinode(), ask for anotheriedowse2002-02-181-9/+19
* Fix a number of long-standing restore bugs in tape.c, mainly relatingiedowse2002-02-131-18/+19
* Don't refer to findinode()'s `complain' parameter in a comment; itiedowse2002-02-121-1/+1
* I've been meaning to do this for a while. Add an underscore to thedillon2002-01-191-9/+9
* Make the protocol/dumprestore.h header match restore's idea of the dumpdillon2001-10-281-9/+13
* Add 'SKIP' as an action so that verification works for multivolume restores.mjacob2001-06-111-1/+1
* Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,obrien2001-03-081-1/+1
* Stop restore from looping under certain error conditions. Thisiedowse2000-12-121-7/+9
* Don't give up on file write errors. Just log them and continue.mckusick2000-12-121-1/+0
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebywollman2000-10-101-0/+2
* Fix sign extension.mjacob2000-09-121-1/+1
* Don't try to make files immutable (ie. chflags) before setting access times.dwmalone2000-07-161-3/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* 64bit fixes.dima1998-10-271-15/+15
* Commit patch from Tor Egge to fix the "large filesystem restore" problem.imp1998-07-281-6/+12
* Add rcsid. Remove unused #includes. Add missing prototypes and others -Wallcharnier1998-07-281-2/+5
* Fixed printf format errors. Sure is dusty here.bde1998-06-281-15/+16
* Well, nobody objected, so here's my -u (unlink) flag to restore.jkh1998-05-091-0/+6
* The logic in tape.c:getfile() doesn't allow for a filesystemjkh1998-03-231-1/+3
OpenPOWER on IntegriCloud