History log of /netbsd-src/external/bsd/libarchive/include/config_netbsd.h (Results 1 – 15 of 15)
Revision Date Author Comments
# 7c5d5dfd 30-Oct-2024 christos <christos@NetBSD.org>

Hook zstd to the build and enable it for libarchive and file.


# ed66d5db 17-Oct-2024 christos <christos@NetBSD.org>

merge conflicts (4 tests still fail)


# 97f7d7b6 09-Jun-2024 christos <christos@NetBSD.org>

Merge conflicts from 3.4.0 to 3.7.4


# 9aa2a9c3 16-May-2020 christos <christos@NetBSD.org>

Add ACL support for FFS. From FreeBSD.


# 77a1ad5f 24-Oct-2019 kamil <kamil@NetBSD.org>

Switch the iconv(3) prototype to the POSIX conformant variation

Remove const from the 2nd argument.

const char ** and char ** are incompatible types and it was a cost to keep
the technically incomp

Switch the iconv(3) prototype to the POSIX conformant variation

Remove const from the 2nd argument.

const char ** and char ** are incompatible types and it was a cost to keep
the technically incompatible form for a more purist variation. NetBSD was
almost the last alive OS to still keep the const argument (known leftovers:
Minix and Illumos).

Keep the const form for the internal purposes inside citrus and rump.

Address the build breakage fallout in the same change.

There are no ABI changes.

Change accepted by core@.

show more ...


# ebb4ff5f 24-Jul-2019 joerg <joerg@NetBSD.org>

Update build glue and configuration for libarchive 3.4.0.


# 46bb0cb9 21-May-2017 kamil <kamil@NetBSD.org>

Simplify linking libarchive with libcrypto


# 4c074ab7 22-Apr-2017 christos <christos@NetBSD.org>

Obey MKCRYPTO.


# da0c2d9d 20-Apr-2017 joerg <joerg@NetBSD.org>

Update build system for libarchive-3.3.2pre.


# 46c2733f 12-Jan-2017 christos <christos@NetBSD.org>

we JAVE_SSIZE max.


# 5ca507b9 02-Nov-2010 joerg <joerg@NetBSD.org>

Enable direct XZ support


# 3c0c4333 14-Jul-2010 joerg <joerg@NetBSD.org>

Regen for libarchive 2.8.4


# cd633b37 30-Mar-2010 joerg <joerg@NetBSD.org>

Update for libarchive 2.8.2


# 966b72ab 20-Feb-2010 joerg <joerg@NetBSD.org>

Update build infrastructure for libarchive 2.8.0.


# fc01aacd 19-Sep-2008 joerg <joerg@NetBSD.org>

Add build glue for libarchive and the frontends. cpio and tar are still
disabled.