| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to possible breakages in the catalog handling code. Since then, that
code has been replaced by the secure code from NetBSD but NLS in libc
remained turned off. Tests have shown that the feature is stable and
working so we can now turn it on again.
- Add several new catalog files:
- ca_ES.ISO8859-1
- de_DE.ISO8859-1
- el_GR.ISO8859-7 (by manolis@ and keramida@)
- es_ES.ISO8859-1 (kern/123179, by carvay@)
- fi_FI.ISO8859-1
- fr_FR.ISO8859-1 (kern/78756, by thierry@)
- hu_HU.ISO8859-2 (by gabor@)
- it_IT.ISO8859-15
- nl_NL.ISO8859-1 (corrections by rene@)
- no_NO.ISO8859-1
- mn_MN.UTF-8 (by ganbold@)
- sk_SK.ISO8859-2
- sv_SE.ISO8859-1
(The catalogs without explicit source has been obtained from NetBSD.)
Approved by: attilio
|
| |
|
|
|
|
| |
it seems to be badly broken on ZFS.
|
|
|
|
| |
Obtained from: NetBSD
|
| |
|
|
|
|
| |
Submitted by: Hans Petter Selasky
|
|
|
|
| |
Spotted by: rdivacky
|
|
|
|
| |
directory name.
|
|
|
|
|
|
|
|
|
| |
ports tree so that programs use libusb from the base by default. Thanks to
Stanislav Sedov for sorting out the ports build.
Bump __FreeBSD_version to 800069
Help and testing by: stas
|
|
|
|
|
|
| |
WITHOUT_SYSCALL_COMPAT is not defined.
Reviewed by: deischen
|
|
|
|
|
|
| |
defined.
Submitted by: Pawel Worach "pawel dot worach at gmail dot com"
|
|
|
|
|
| |
libarchive.googlecode.com r745. (Except for the lzma/xz support,
which needs a little more attention before it can be merged.)
|
|
|
|
|
| |
mtree writer now supports a variety of checksum keys; it also provides
option hooks to set what keys get written.
|
|
|
|
|
| |
tests of restoring files to disk with unusual characters, specifically
to exercise Windows issues.
|
| |
|
|
|
|
|
| |
conversions if there aren't any. In particular, Cygwin's "C" locale
has no invalid inputs for wctomb().
|
|
|
|
| |
warning fixes for test_read_pax_truncated.c.
|
|
|
|
|
|
|
|
|
| |
conditioning tests on HAVE_ZLIB, etc, just ask libarchive for the
service and handle the failure coming back from libarchive. This
gives us better test coverage of common client usage where clients
simply try to use libarchive services and handle the errors coming
back instead of trying to second-guess which libarchive services are
compiled in.
|
|
|
|
|
|
| |
test improvements, including some work on Windows compatibility and an
extra check to verify that no test leaves open file descriptors
around.
|
|
|
|
| |
either. <sigh>
|
|
|
|
| |
owner or SUID bits on Windows; just ignore them.
|
|
|
|
|
| |
tweaks: Support nanosecond timestamps, handle attributes broken
across multiple lines.
|
|
|
|
|
| |
use external "gunzip" instead. With this in place, we can unconditionally
enable gzip read support.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Refactor the read_compression_program to add two new abilities:
* Public API: You can now include a signature string when you
register a program; the program will run only on input that
matches the signature string.
* Internal API: You can use the init() function to instantiate
an external program as part of a filter pipeline. This
can be used for graceful fallback (if zlib is unavailable, use
external gzip instead) and to use external programs with
bidders that are more sophisticated than a static signature check.
|
| |
|
|
|
|
|
|
|
| |
Support Joliet extensions. This currently ignores Rockridge extensions
if both exist on the same disk unless the '!joliet' option is provided.
e.g.: tar -xvf example.iso --options '!joliet'
Thanks to: Andreas Henriksson
|
|
|
|
| |
file if it was actually opened. Test for this case.
|
|
|
|
|
| |
Don't crash if client does not provide a skip function. Extend one
of the test cases to use archive_read_open2() with only a read callback.
|
|
|
|
| |
bidder object.
|
|
|
|
|
| |
specifying an option and the current format doesn't have an
options handler.
|
|
|
|
| |
libarchive APIs to read extended attributes from disk on FreeBSD.
|
| |
|
|
|
|
| |
timestamps on Tru64, AIX, and GNU Hurd. Thanks to Björn Jacke.
|
|
|
|
| |
for Linux.
|
|
|
|
|
|
| |
as the compression name when no other read filter bid. Add some
assertions to various tests to verify that read filters are properly
setting the textual name as well as the compression code.
|
|
|
|
|
| |
Discussed with: Iain Hibbert plunky -at- rya-online -dot- net of NetBSD
MFC after: 1 month
|
|
|
|
|
| |
'ar' reader: Don't redefine 'isdigit' and don't create a macro that's
only used once.
|
|
|
|
| |
in the Zip reader.
|
|
|
|
|
| |
This implements the new generic options framework that provides a way
to override format- and compression-specific parameters.
|
|
|
|
| |
failures on Windows for now. Someday this will be revisited.
|
|
|
|
|
| |
pathnames on Windows by mapping '\\' to '/' and converting
illegal characters to '_'.
|
|
|
|
|
|
| |
the code here a bit by making the int formatting functions static to
archive_string_sprintf.c, which is the only place this has ever been
used.
|
|
|
|
|
|
|
| |
information to error strings. This caused a lot of unnecessary
duplication in error messages; in particular, there are a few cases
where error messages get copied from one archive object to another
and this would cause the strerror() info to get appended each time.
|
|
|
|
|
| |
harness a bit: remove a dead comment, tweak the wording of the
summary report.
|
|
|
|
| |
include path; this makes it easier to support multiple build frameworks.
|
|
|
|
|
|
|
| |
Restoring POSIX.1e Extended Attributes on FreeBSD, part 1
This implements the basic ability to restore extended attributes
on FreeBSD, including a test suite.
|
|
|
|
|
|
|
|
|
|
| |
Zip entries that are zero length but stored with deflate. This
is arguably a silly thing to do (deflating a zero-length file actually
makes it bigger) but apparently quite a few Zip writers do this.
This was broken in two places: archive_write_disk disliked being asked
to write data to zero-length files (even if the write was zero-length)
and zip_read_file_header tripped over itself when non-regular files
had compressed bodies.
|