/freebsd/contrib/libarchive/libarchive/test/ |
HD | test_compat_zip_2.zip.uu | e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|
H A D | test_compat_zip.c | diff e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_util.3 | diff e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|
H A D | cpio.5 | diff e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|
H A D | archive_read_extract.c | diff e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|
H A D | archive_read.3 | diff e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|
H A D | tar.5 | diff e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|
H A D | archive_write.3 | diff e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|
H A D | archive_virtual.c | diff e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|
H A D | archive_entry.3 | diff e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|
H A D | libarchive.3 | diff e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|
H A D | archive_read_disk.3 | diff e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|
H A D | archive_write_disk.3 | diff e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|
H A D | libarchive-formats.5 | diff e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|
H A D | archive_write_set_format_cpio.c | diff e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|
H A D | archive_private.h | diff e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|
H A D | archive_write.c | diff e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|
H A D | archive_read.c | diff e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|
H A D | archive_read_support_format_cpio.c | diff e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|
H A D | archive.h | diff e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|
H A D | archive_read_support_format_zip.c | diff e2f3482b4e44d7a44185ac038d30c1712b3d26f5 Wed Dec 21 16:18:52 CET 2011 Martin Matuska <mm@FreeBSD.org> Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs): Fix common misspelling of hierarchy
r208027 (uqs): mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
r208291 (uqs): mdoc: consistently spell our email addresses <foo@FreeBSD.org>
r209031 (uqs): mdoc nitpicking: the title argument shall be uppercase
r214822 (kientzle): Clarify the naming: Methods that free an object should be called "free". Retain the old "finish" names to preserve source compatibility for now.
r214905 (kientzle): If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip archives that have been modified in-place.
Thanks to: Gleb Kurtsou for sending me a sample archive
r216258 (kientzle): Don't write data into an empty "file."
In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents.
r225525 (kientzle): Fix cpio on ARM.
MFC after: 2 weeks
|