aboutsummaryrefslogtreecommitdiff
path: root/sbin/restore/tape.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up global variable declarations in the dump and restoreKirk McKusick2020-04-041-0/+2
* Re-enable reading byte swapped NFS_MAGIC dumps.Alexander Leidinger2018-08-111-2/+2
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-171-9/+9
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-171-9/+9
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-1/+1
* restore(8): Handle extended attribute names correctlyConrad Meyer2017-01-181-137/+56
* restore: promote some getfiles() parameters to size_t.Pedro F. Giffuni2016-05-011-23/+23
* Use MIN()/MAX() macros from sys/param.h.Marcelo Araujo2016-04-211-2/+2
* restore(8): fix use of uninitialized value.Pedro F. Giffuni2016-03-311-0/+1
* If you backup a large file that is mostly holes, previously we'd issueJohn-Mark Gurney2015-11-161-3/+27
* restore: Preserve timestamps to the nanosecond.Jilles Tjoelker2015-03-141-13/+15
* When restoring a UFS dump onto a ZFS filesystem, an assertion inKirk McKusick2014-07-301-3/+5
* Check the return error of set[e][ug]id. While this can never fail in theEitan Adler2012-10-221-1/+5
* Fix sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-13/+15
* Don't try to determine tape block size when the -P option is used.Jaakko Heinonen2010-02-131-1/+1
* - Handle short reads when the -P option is used. Short reads must beJaakko Heinonen2010-01-291-8/+3
* - Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd"Jaakko Heinonen2010-01-291-9/+10
* This fixes the "getfile: lost data" panic when restoring dumpsKirk McKusick2008-05-221-0/+3
* Follow on to fix 1.51 for "Header with wrong dumpdate" message.Kirk McKusick2008-05-221-16/+10
* Avoid printing spurious ``Header with wrong dumpdate.'' message.Kirk McKusick2008-04-111-1/+1
* Correctly set file group when restore is run by a user other than root.Kirk McKusick2008-04-111-1/+3
* Move macros describing extended attributes in UFS fromKirk McKusick2007-03-061-0/+1
* Update the dump program to save extended attributes. UpdateKirk McKusick2007-02-261-13/+290
* Add a "-D" flag to restore which puts it into "degraded" mode. ThisDavid Malone2006-12-051-15/+75
* o Fix style(9) for previous.Maxim Konovalov2006-08-251-1/+1
* A bunch of fixes from NetBSD:Maxim Konovalov2006-08-251-17/+23
* rscid -> __FBSDID. Mark parameter as __unused when necessary.Philippe Charnier2005-05-291-2/+3
* Restore the ability to read FreeBSD 1 tapes (and I think any net2Warner Losh2005-03-251-0/+11
* c_tapea and c_firstrec are used for TS_TAPE blocks, so convert themWarner Losh2005-03-251-0/+2
* In order to print out the dump dates correctly, the date and ddate fieldsWarner Losh2005-03-181-0/+4
* Include <timeconv.h> for time conversion functions.Stefan Farfeleder2004-05-241-0/+1
* Add -P arguments for dump(8) and restore(8) which allow the user toBrian Feldman2004-04-131-2/+37
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-0/+1
* Change utimes to set the file creation time (for filesystems thatKirk McKusick2002-07-171-9/+19
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-160/+117
* more file system > filesystemTom Rhodes2002-05-161-1/+1
* Address a few minor style and consistency issues in revision 1.32.Ian Dowse2002-05-061-23/+15
* Set the permissions on restored symbolic links.Ian Dowse2002-05-021-1/+19
* o remove __PWarner Losh2002-03-201-92/+47
* Remove 'register' keyword.David E. O'Brien2002-03-201-9/+9
* Use a more robust scheme for determining how many blocks to skipIan Dowse2002-02-181-15/+18
* When we reach the end of the dump in findinode(), ask for anotherIan Dowse2002-02-181-9/+19
* Fix a number of long-standing restore bugs in tape.c, mainly relatingIan Dowse2002-02-131-18/+19
* Don't refer to findinode()'s `complain' parameter in a comment; itIan Dowse2002-02-121-1/+1
* I've been meaning to do this for a while. Add an underscore to theMatthew Dillon2002-01-191-9/+9
* Make the protocol/dumprestore.h header match restore's idea of the dumpMatthew Dillon2001-10-281-9/+13
* Add 'SKIP' as an action so that verification works for multivolume restores.Matt Jacob2001-06-111-1/+1