Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Dec 2023 23:34:39 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7952ffc7c131 - main - devel/freebsd-sysroot: update aarch64, amd64, armv7 and i386 flavors to 13.2-RELEASE
Message-ID:  <202312302334.3BUNYdPf039972@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7952ffc7c131f5420f83a1d3fffe0ee7d38a1cf3

commit 7952ffc7c131f5420f83a1d3fffe0ee7d38a1cf3
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-12-30 20:54:07 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-12-30 23:34:23 +0000

    devel/freebsd-sysroot: update aarch64, amd64, armv7 and i386 flavors to 13.2-RELEASE
    
    Differential review:    https://reviews.freebsd.org/D41445
    Approved by:    mikael
---
 devel/freebsd-sysroot/Makefile          |   23 +-
 devel/freebsd-sysroot/distinfo          |   22 +-
 devel/freebsd-sysroot/pkg-plist.aarch64 |  704 ++++++++++++-------
 devel/freebsd-sysroot/pkg-plist.amd64   |  793 ++++++++++++++--------
 devel/freebsd-sysroot/pkg-plist.armv7   |  703 ++++++++++++-------
 devel/freebsd-sysroot/pkg-plist.i386    |  765 ++++++++++++++-------
 devel/freebsd-sysroot/pkg-plist.powerpc | 1131 ++++++++++++++++---------------
 7 files changed, 2545 insertions(+), 1596 deletions(-)

diff --git a/devel/freebsd-sysroot/Makefile b/devel/freebsd-sysroot/Makefile
index d3a73d4a03ee..a8a39042cfc6 100644
--- a/devel/freebsd-sysroot/Makefile
+++ b/devel/freebsd-sysroot/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	freebsd-sysroot
-DISTVERSION=	a2023-08-03
+DISTVERSION=	a2023-12-30
 CATEGORIES=	devel
 MASTER_SITES=	${_SYSROOT_DIST:@f@https://download.freebsd.org/$f?dummy=/:${FLAVOR}@} \
 		LOCAL/rust:${FLAVOR}
@@ -40,19 +40,14 @@ PLIST=		${.CURDIR}/pkg-plist.${FLAVOR}
 PLIST_SUB=	ROOT=${_SYSROOT:S,^${PREFIX}/,,}
 
 _SYSROOT=				${PREFIX}/${PORTNAME}/${FLAVOR:S/_/-/g}
-_SYSROOT_VER=				${_SYSROOT_VER_${FLAVOR}:U12.4-RELEASE}
-_SYSROOT_VER_powerpc=			13.2-RELEASE
-_SYSROOT_VER_powerpc64=			13.2-RELEASE
-_SYSROOT_VER_powerpc64le=		13.2-RELEASE
-_SYSROOT_VER_powerpcspe=		13.2-RELEASE
-_SYSROOT_VER_riscv64=			13.2-RELEASE
+_SYSROOT_VER=				13.2-RELEASE
 _SYSROOT_DIST=				${_SYSROOT_DIST_${FLAVOR}}
 _SYSROOT_DIST_aarch64=			releases/arm64/${_SYSROOT_VER}/base.txz
-_SYSROOT_DIST_armv7=			releases/arm/${FLAVOR}/ISO-IMAGES/${_SYSROOT_VER:S/-/ /:[1]}/FreeBSD-${_SYSROOT_VER}-arm-armv7-WANDBOARD.img.xz
+_SYSROOT_DIST_armv7=			releases/arm/${FLAVOR}/ISO-IMAGES/${_SYSROOT_VER:S/-/ /:[1]}/FreeBSD-${_SYSROOT_VER}-arm-armv7-GENERICSD.img.xz
 _SYSROOT_DIST_amd64=			releases/amd64/${_SYSROOT_VER}/base.txz
 _SYSROOT_DIST_i386=			releases/i386/${_SYSROOT_VER}/base.txz
 _SYSROOT_DIST_powerpc=			releases/powerpc/powerpc/${_SYSROOT_VER}/base.txz \
-					gcc12-12.2.0_5.pkg
+					gcc12-12.2.0_7.pkg
 _SYSROOT_DIST_powerpc64=		releases/powerpc/powerpc64/${_SYSROOT_VER}/base.txz
 _SYSROOT_DIST_powerpc64le=		releases/powerpc/powerpc64le/${_SYSROOT_VER}/base.txz
 _SYSROOT_DIST_powerpcspe=		releases/powerpc/powerpcspe/${_SYSROOT_VER}/base.txz
@@ -68,12 +63,8 @@ _SYSROOT_EXCLUDE=			lib/geom/* lib/casper/* lib/libalias_* \
 _SYSROOT_EXCLUDE_armv7=			usr/lib/debug/*
 _SYSROOT_ARCH_amd64=			x86_64
 _SYSROOT_ARCH_i386=			i686
-_SYSROOT_ARCH_powerpc64=		powerpc64
 _SYSROOT_LLVM_TRIPLE=			${_SYSROOT_LLVM_TRIPLE_${FLAVOR}:U${_SYSROOT_ARCH_${FLAVOR}:U${FLAVOR}}-unknown-${OPSYS:tl}}
-_SYSROOT_LLVM_TRIPLE_aarch64=		aarch64-unknown-freebsd12.4
-_SYSROOT_LLVM_TRIPLE_armv7=		armv7-unknown-freebsd12.4-gnueabihf
-_SYSROOT_LLVM_TRIPLE_powerpc=		powerpc-unknown-freebsd13.2 # secure-plt
-_SYSROOT_LLVM_TRIPLE_powerpc64=		powerpc64-unknown-freebsd13.2 # elfv2
+_SYSROOT_LLVM_TRIPLE_armv7=		armv7-unknown-freebsd13.2-gnueabihf
 
 .if make(distclean) || make(makesum)
 MASTER_SITES:=	${FLAVORS:O:@_flavor@${:!${SETENV} FLAVOR=${_flavor} ${MAKE} -VMASTER_SITES!}@}
@@ -91,8 +82,6 @@ BROKEN_powerpc64=	little-endian UFS fails to be read on big-endian architectures
 
 .if ${OPSYS} != FreeBSD
 IGNORE=		is only for FreeBSD
-.elif ${FLAVOR} == powerpc64le && ${OSVERSION} < 1302000
-IGNORE=		is only for FreeBSD 13.2-RELEASE or greater
 .endif
 
 pre-extract:
@@ -106,7 +95,7 @@ pre-extract:
 # check if detected as UFS: unxz -c $img | dd skip=$skip | file -
 do-extract:
 	@unxz -c ${_DISTDIR}/${EXTRACT_ONLY} | \
-		dd skip=118912 >${WRKDIR}/base.img
+		dd skip=104576 >${WRKDIR}/base.img
 	@${MKDIR} ${WRKDIR}/base
 	@cd ${WRKDIR}/base; \
 		dump -0f - ${WRKDIR}/base.img | \
diff --git a/devel/freebsd-sysroot/distinfo b/devel/freebsd-sysroot/distinfo
index 24c868364ca9..2991f6e73558 100644
--- a/devel/freebsd-sysroot/distinfo
+++ b/devel/freebsd-sysroot/distinfo
@@ -1,16 +1,16 @@
-TIMESTAMP = 1682065629
-SHA256 (rust/bootstrap/aarch64/12.4-RELEASE/base.txz) = 6c401819bfb93e810c9f9aa670a1e4685f924df5e7e0c9c6397dd6c16c954fa2
-SIZE (rust/bootstrap/aarch64/12.4-RELEASE/base.txz) = 174337836
-SHA256 (rust/bootstrap/amd64/12.4-RELEASE/base.txz) = 581c7edacfd2fca2bdf5791f667402d22fccd8a5e184635e0cac075564d57aa8
-SIZE (rust/bootstrap/amd64/12.4-RELEASE/base.txz) = 200093028
-SHA256 (rust/bootstrap/armv7/12.4-RELEASE/FreeBSD-12.4-RELEASE-arm-armv7-WANDBOARD.img.xz) = 756ab952e848f00a8917ba880ad934fc2ea81977f28e98165de151b3eba7f224
-SIZE (rust/bootstrap/armv7/12.4-RELEASE/FreeBSD-12.4-RELEASE-arm-armv7-WANDBOARD.img.xz) = 369331464
-SHA256 (rust/bootstrap/i386/12.4-RELEASE/base.txz) = 545535614d5e0cbec6e4222766d6cd487e738c1598d73227ea7df14a130e8e1b
-SIZE (rust/bootstrap/i386/12.4-RELEASE/base.txz) = 187771016
+TIMESTAMP = 1691999020
+SHA256 (rust/bootstrap/aarch64/13.2-RELEASE/base.txz) = 7d1b032a480647a73d6d7331139268a45e628c9f5ae52d22b110db65fdcb30ff
+SIZE (rust/bootstrap/aarch64/13.2-RELEASE/base.txz) = 176939748
+SHA256 (rust/bootstrap/amd64/13.2-RELEASE/base.txz) = 3a9250f7afd730bbe274691859756948b3c57a99bcda30d65d46ae30025906f0
+SIZE (rust/bootstrap/amd64/13.2-RELEASE/base.txz) = 199975288
+SHA256 (rust/bootstrap/armv7/13.2-RELEASE/FreeBSD-13.2-RELEASE-arm-armv7-GENERICSD.img.xz) = 32bd72857a24ec0b215362a1d8692678b8713c484e41debf08d58b88d9c97703
+SIZE (rust/bootstrap/armv7/13.2-RELEASE/FreeBSD-13.2-RELEASE-arm-armv7-GENERICSD.img.xz) = 408264000
+SHA256 (rust/bootstrap/i386/13.2-RELEASE/base.txz) = f784eabacca2eead765b14f664d7775f8f6a12aa74d8c657be851d1e090b187d
+SIZE (rust/bootstrap/i386/13.2-RELEASE/base.txz) = 187400420
 SHA256 (rust/bootstrap/powerpc/13.2-RELEASE/base.txz) = c1db024e0abf00af6f6ae42857683d8119f73af47b04afae90a5061529737cc5
 SIZE (rust/bootstrap/powerpc/13.2-RELEASE/base.txz) = 174316912
-SHA256 (rust/bootstrap/powerpc/13.2-RELEASE/gcc12-12.2.0_5.pkg) = 5dd4b50414dbae7931866277a9e10806895de53ead9d468084c1f9134de3e74e
-SIZE (rust/bootstrap/powerpc/13.2-RELEASE/gcc12-12.2.0_5.pkg) = 66298724
+SHA256 (rust/bootstrap/powerpc/13.2-RELEASE/gcc12-12.2.0_7.pkg) = 1c162e28beb208214893c34c1b2f2d40247447efcf8bde7cf7cb1881dcdf36ba
+SIZE (rust/bootstrap/powerpc/13.2-RELEASE/gcc12-12.2.0_7.pkg) = 66340852
 SHA256 (rust/bootstrap/powerpc64/13.2-RELEASE/base.txz) = 5b17515a21176bfd36f0df65f6125fdb82958c010079574b2e5e7d170080f0ee
 SIZE (rust/bootstrap/powerpc64/13.2-RELEASE/base.txz) = 189013924
 SHA256 (rust/bootstrap/powerpc64le/13.2-RELEASE/base.txz) = d3f6608ba5fc96509c9cab3aed0a0e096864043d90bba0e2c8c7199230b02605
diff --git a/devel/freebsd-sysroot/pkg-plist.aarch64 b/devel/freebsd-sysroot/pkg-plist.aarch64
index 356116f3726b..e2770ea40f0c 100644
--- a/devel/freebsd-sysroot/pkg-plist.aarch64
+++ b/devel/freebsd-sysroot/pkg-plist.aarch64
@@ -15,12 +15,15 @@
 %%ROOT%%/lib/libcxxrt.so.1
 %%ROOT%%/lib/libdevstat.so.7
 %%ROOT%%/lib/libdtrace.so.2
-%%ROOT%%/lib/libedit.so.7
+%%ROOT%%/lib/libedit.so.8
 %%ROOT%%/lib/libelf.so.2
 %%ROOT%%/lib/libgcc_s.so.1
 %%ROOT%%/lib/libgeom.so.5
 %%ROOT%%/lib/libibverbs.so.1
+%%ROOT%%/lib/libicp.so.3
+%%ROOT%%/lib/libicp_rescue.so.3
 %%ROOT%%/lib/libipsec.so.4
+%%ROOT%%/lib/libirdma.so.1
 %%ROOT%%/lib/libjail.so.1
 %%ROOT%%/lib/libkiconv.so.4
 %%ROOT%%/lib/libkvm.so.7
@@ -28,8 +31,7 @@
 %%ROOT%%/lib/libmd.so.6
 %%ROOT%%/lib/libmlx5.so.1
 %%ROOT%%/lib/libmt.so.5
-%%ROOT%%/lib/libncurses.so.8
-%%ROOT%%/lib/libncursesw.so.8
+%%ROOT%%/lib/libncursesw.so.9
 %%ROOT%%/lib/libnv.so.0
 %%ROOT%%/lib/libnvpair.so.2
 %%ROOT%%/lib/libopencsd.so.0
@@ -37,21 +39,27 @@
 %%ROOT%%/lib/libpjdlog.so.0
 %%ROOT%%/lib/librss.so.1
 %%ROOT%%/lib/libsbuf.so.6
+%%ROOT%%/lib/libspl.so.2
 %%ROOT%%/lib/libssp.so.0
+%%ROOT%%/lib/libstats.so.0
 %%ROOT%%/lib/libthr.so.3
-%%ROOT%%/lib/libufs.so.6
+%%ROOT%%/lib/libtpool.so.2
+%%ROOT%%/lib/libufs.so.7
 %%ROOT%%/lib/libulog.so.0
 %%ROOT%%/lib/libumem.so.2
 %%ROOT%%/lib/libutil.so.9
 %%ROOT%%/lib/libuutil.so.2
 %%ROOT%%/lib/libxo.so.0
 %%ROOT%%/lib/libz.so.6
-%%ROOT%%/lib/libzfs.so.3
+%%ROOT%%/lib/libzfs.so.4
 %%ROOT%%/lib/libzfs_core.so.2
+%%ROOT%%/lib/libzfsbootenv.so.1
 %%ROOT%%/lib/libzpool.so.2
+%%ROOT%%/lib/libzutil.so.2
 %%ROOT%%/usr/include/Block.h
 %%ROOT%%/usr/include/Block_private.h
 %%ROOT%%/usr/include/FlexLexer.h
+%%ROOT%%/usr/include/__libunwind_config.h
 %%ROOT%%/usr/include/_ctype.h
 %%ROOT%%/usr/include/_semaphore.h
 %%ROOT%%/usr/include/a.out.h
@@ -110,6 +118,7 @@
 %%ROOT%%/usr/include/bsnmp/snmpagent.h
 %%ROOT%%/usr/include/bsnmp/snmpclient.h
 %%ROOT%%/usr/include/bsnmp/snmpmod.h
+%%ROOT%%/usr/include/byteswap.h
 %%ROOT%%/usr/include/bzlib.h
 %%ROOT%%/usr/include/c++/v1/__algorithm/adjacent_find.h
 %%ROOT%%/usr/include/c++/v1/__algorithm/all_of.h
@@ -138,6 +147,9 @@
 %%ROOT%%/usr/include/c++/v1/__algorithm/generate.h
 %%ROOT%%/usr/include/c++/v1/__algorithm/generate_n.h
 %%ROOT%%/usr/include/c++/v1/__algorithm/half_positive.h
+%%ROOT%%/usr/include/c++/v1/__algorithm/in_in_out_result.h
+%%ROOT%%/usr/include/c++/v1/__algorithm/in_in_result.h
+%%ROOT%%/usr/include/c++/v1/__algorithm/in_out_result.h
 %%ROOT%%/usr/include/c++/v1/__algorithm/includes.h
 %%ROOT%%/usr/include/c++/v1/__algorithm/inplace_merge.h
 %%ROOT%%/usr/include/c++/v1/__algorithm/is_heap.h
@@ -205,23 +217,107 @@
 %%ROOT%%/usr/include/c++/v1/__algorithm/unwrap_iter.h
 %%ROOT%%/usr/include/c++/v1/__algorithm/upper_bound.h
 %%ROOT%%/usr/include/c++/v1/__availability
+%%ROOT%%/usr/include/c++/v1/__bit/bit_cast.h
+%%ROOT%%/usr/include/c++/v1/__bit/byteswap.h
 %%ROOT%%/usr/include/c++/v1/__bit_reference
 %%ROOT%%/usr/include/c++/v1/__bits
 %%ROOT%%/usr/include/c++/v1/__bsd_locale_defaults.h
 %%ROOT%%/usr/include/c++/v1/__bsd_locale_fallbacks.h
+%%ROOT%%/usr/include/c++/v1/__charconv/chars_format.h
+%%ROOT%%/usr/include/c++/v1/__charconv/from_chars_result.h
+%%ROOT%%/usr/include/c++/v1/__charconv/to_chars_result.h
+%%ROOT%%/usr/include/c++/v1/__chrono/calendar.h
+%%ROOT%%/usr/include/c++/v1/__chrono/convert_to_timespec.h
+%%ROOT%%/usr/include/c++/v1/__chrono/duration.h
+%%ROOT%%/usr/include/c++/v1/__chrono/file_clock.h
+%%ROOT%%/usr/include/c++/v1/__chrono/high_resolution_clock.h
+%%ROOT%%/usr/include/c++/v1/__chrono/steady_clock.h
+%%ROOT%%/usr/include/c++/v1/__chrono/system_clock.h
+%%ROOT%%/usr/include/c++/v1/__chrono/time_point.h
+%%ROOT%%/usr/include/c++/v1/__compare/common_comparison_category.h
+%%ROOT%%/usr/include/c++/v1/__compare/compare_partial_order_fallback.h
+%%ROOT%%/usr/include/c++/v1/__compare/compare_strong_order_fallback.h
+%%ROOT%%/usr/include/c++/v1/__compare/compare_three_way.h
+%%ROOT%%/usr/include/c++/v1/__compare/compare_three_way_result.h
+%%ROOT%%/usr/include/c++/v1/__compare/compare_weak_order_fallback.h
+%%ROOT%%/usr/include/c++/v1/__compare/is_eq.h
+%%ROOT%%/usr/include/c++/v1/__compare/ordering.h
+%%ROOT%%/usr/include/c++/v1/__compare/partial_order.h
+%%ROOT%%/usr/include/c++/v1/__compare/strong_order.h
+%%ROOT%%/usr/include/c++/v1/__compare/synth_three_way.h
+%%ROOT%%/usr/include/c++/v1/__compare/three_way_comparable.h
+%%ROOT%%/usr/include/c++/v1/__compare/weak_order.h
+%%ROOT%%/usr/include/c++/v1/__concepts/arithmetic.h
+%%ROOT%%/usr/include/c++/v1/__concepts/assignable.h
+%%ROOT%%/usr/include/c++/v1/__concepts/boolean_testable.h
+%%ROOT%%/usr/include/c++/v1/__concepts/class_or_enum.h
+%%ROOT%%/usr/include/c++/v1/__concepts/common_reference_with.h
+%%ROOT%%/usr/include/c++/v1/__concepts/common_with.h
+%%ROOT%%/usr/include/c++/v1/__concepts/constructible.h
+%%ROOT%%/usr/include/c++/v1/__concepts/convertible_to.h
+%%ROOT%%/usr/include/c++/v1/__concepts/copyable.h
+%%ROOT%%/usr/include/c++/v1/__concepts/derived_from.h
+%%ROOT%%/usr/include/c++/v1/__concepts/destructible.h
+%%ROOT%%/usr/include/c++/v1/__concepts/different_from.h
+%%ROOT%%/usr/include/c++/v1/__concepts/equality_comparable.h
+%%ROOT%%/usr/include/c++/v1/__concepts/invocable.h
+%%ROOT%%/usr/include/c++/v1/__concepts/movable.h
+%%ROOT%%/usr/include/c++/v1/__concepts/predicate.h
+%%ROOT%%/usr/include/c++/v1/__concepts/regular.h
+%%ROOT%%/usr/include/c++/v1/__concepts/relation.h
+%%ROOT%%/usr/include/c++/v1/__concepts/same_as.h
+%%ROOT%%/usr/include/c++/v1/__concepts/semiregular.h
+%%ROOT%%/usr/include/c++/v1/__concepts/swappable.h
+%%ROOT%%/usr/include/c++/v1/__concepts/totally_ordered.h
 %%ROOT%%/usr/include/c++/v1/__config
 %%ROOT%%/usr/include/c++/v1/__config_site
+%%ROOT%%/usr/include/c++/v1/__coroutine/coroutine_handle.h
+%%ROOT%%/usr/include/c++/v1/__coroutine/coroutine_traits.h
+%%ROOT%%/usr/include/c++/v1/__coroutine/noop_coroutine_handle.h
+%%ROOT%%/usr/include/c++/v1/__coroutine/trivial_awaitables.h
 %%ROOT%%/usr/include/c++/v1/__debug
 %%ROOT%%/usr/include/c++/v1/__errc
+%%ROOT%%/usr/include/c++/v1/__filesystem/copy_options.h
+%%ROOT%%/usr/include/c++/v1/__filesystem/directory_entry.h
+%%ROOT%%/usr/include/c++/v1/__filesystem/directory_iterator.h
+%%ROOT%%/usr/include/c++/v1/__filesystem/directory_options.h
+%%ROOT%%/usr/include/c++/v1/__filesystem/file_status.h
+%%ROOT%%/usr/include/c++/v1/__filesystem/file_time_type.h
+%%ROOT%%/usr/include/c++/v1/__filesystem/file_type.h
+%%ROOT%%/usr/include/c++/v1/__filesystem/filesystem_error.h
+%%ROOT%%/usr/include/c++/v1/__filesystem/operations.h
+%%ROOT%%/usr/include/c++/v1/__filesystem/path.h
+%%ROOT%%/usr/include/c++/v1/__filesystem/path_iterator.h
+%%ROOT%%/usr/include/c++/v1/__filesystem/perm_options.h
+%%ROOT%%/usr/include/c++/v1/__filesystem/perms.h
+%%ROOT%%/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h
+%%ROOT%%/usr/include/c++/v1/__filesystem/space_info.h
+%%ROOT%%/usr/include/c++/v1/__filesystem/u8path.h
+%%ROOT%%/usr/include/c++/v1/__format/format_arg.h
+%%ROOT%%/usr/include/c++/v1/__format/format_args.h
+%%ROOT%%/usr/include/c++/v1/__format/format_context.h
 %%ROOT%%/usr/include/c++/v1/__format/format_error.h
+%%ROOT%%/usr/include/c++/v1/__format/format_fwd.h
 %%ROOT%%/usr/include/c++/v1/__format/format_parse_context.h
-%%ROOT%%/usr/include/c++/v1/__function_like.h
+%%ROOT%%/usr/include/c++/v1/__format/format_string.h
+%%ROOT%%/usr/include/c++/v1/__format/format_to_n_result.h
+%%ROOT%%/usr/include/c++/v1/__format/formatter.h
+%%ROOT%%/usr/include/c++/v1/__format/formatter_bool.h
+%%ROOT%%/usr/include/c++/v1/__format/formatter_char.h
+%%ROOT%%/usr/include/c++/v1/__format/formatter_floating_point.h
+%%ROOT%%/usr/include/c++/v1/__format/formatter_integer.h
+%%ROOT%%/usr/include/c++/v1/__format/formatter_integral.h
+%%ROOT%%/usr/include/c++/v1/__format/formatter_pointer.h
+%%ROOT%%/usr/include/c++/v1/__format/formatter_string.h
+%%ROOT%%/usr/include/c++/v1/__format/parser_std_format_spec.h
 %%ROOT%%/usr/include/c++/v1/__functional/binary_function.h
 %%ROOT%%/usr/include/c++/v1/__functional/binary_negate.h
 %%ROOT%%/usr/include/c++/v1/__functional/bind.h
+%%ROOT%%/usr/include/c++/v1/__functional/bind_back.h
 %%ROOT%%/usr/include/c++/v1/__functional/bind_front.h
 %%ROOT%%/usr/include/c++/v1/__functional/binder1st.h
 %%ROOT%%/usr/include/c++/v1/__functional/binder2nd.h
+%%ROOT%%/usr/include/c++/v1/__functional/compose.h
 %%ROOT%%/usr/include/c++/v1/__functional/default_searcher.h
 %%ROOT%%/usr/include/c++/v1/__functional/function.h
 %%ROOT%%/usr/include/c++/v1/__functional/hash.h
@@ -256,6 +352,7 @@
 %%ROOT%%/usr/include/c++/v1/__iterator/erase_if_container.h
 %%ROOT%%/usr/include/c++/v1/__iterator/front_insert_iterator.h
 %%ROOT%%/usr/include/c++/v1/__iterator/incrementable_traits.h
+%%ROOT%%/usr/include/c++/v1/__iterator/indirectly_comparable.h
 %%ROOT%%/usr/include/c++/v1/__iterator/insert_iterator.h
 %%ROOT%%/usr/include/c++/v1/__iterator/istream_iterator.h
 %%ROOT%%/usr/include/c++/v1/__iterator/istreambuf_iterator.h
@@ -273,9 +370,11 @@
 %%ROOT%%/usr/include/c++/v1/__iterator/reverse_access.h
 %%ROOT%%/usr/include/c++/v1/__iterator/reverse_iterator.h
 %%ROOT%%/usr/include/c++/v1/__iterator/size.h
+%%ROOT%%/usr/include/c++/v1/__iterator/unreachable_sentinel.h
 %%ROOT%%/usr/include/c++/v1/__iterator/wrap_iter.h
 %%ROOT%%/usr/include/c++/v1/__libcpp_version
 %%ROOT%%/usr/include/c++/v1/__locale
+%%ROOT%%/usr/include/c++/v1/__mbstate_t.h
 %%ROOT%%/usr/include/c++/v1/__memory/addressof.h
 %%ROOT%%/usr/include/c++/v1/__memory/allocation_guard.h
 %%ROOT%%/usr/include/c++/v1/__memory/allocator.h
@@ -283,24 +382,76 @@
 %%ROOT%%/usr/include/c++/v1/__memory/allocator_traits.h
 %%ROOT%%/usr/include/c++/v1/__memory/auto_ptr.h
 %%ROOT%%/usr/include/c++/v1/__memory/compressed_pair.h
+%%ROOT%%/usr/include/c++/v1/__memory/concepts.h
 %%ROOT%%/usr/include/c++/v1/__memory/construct_at.h
-%%ROOT%%/usr/include/c++/v1/__memory/pointer_safety.h
 %%ROOT%%/usr/include/c++/v1/__memory/pointer_traits.h
+%%ROOT%%/usr/include/c++/v1/__memory/ranges_construct_at.h
+%%ROOT%%/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h
 %%ROOT%%/usr/include/c++/v1/__memory/raw_storage_iterator.h
 %%ROOT%%/usr/include/c++/v1/__memory/shared_ptr.h
 %%ROOT%%/usr/include/c++/v1/__memory/temporary_buffer.h
 %%ROOT%%/usr/include/c++/v1/__memory/uninitialized_algorithms.h
 %%ROOT%%/usr/include/c++/v1/__memory/unique_ptr.h
 %%ROOT%%/usr/include/c++/v1/__memory/uses_allocator.h
+%%ROOT%%/usr/include/c++/v1/__memory/voidify.h
 %%ROOT%%/usr/include/c++/v1/__mutex_base
 %%ROOT%%/usr/include/c++/v1/__node_handle
 %%ROOT%%/usr/include/c++/v1/__nullptr
+%%ROOT%%/usr/include/c++/v1/__numeric/accumulate.h
+%%ROOT%%/usr/include/c++/v1/__numeric/adjacent_difference.h
+%%ROOT%%/usr/include/c++/v1/__numeric/exclusive_scan.h
+%%ROOT%%/usr/include/c++/v1/__numeric/gcd_lcm.h
+%%ROOT%%/usr/include/c++/v1/__numeric/inclusive_scan.h
+%%ROOT%%/usr/include/c++/v1/__numeric/inner_product.h
+%%ROOT%%/usr/include/c++/v1/__numeric/iota.h
+%%ROOT%%/usr/include/c++/v1/__numeric/midpoint.h
+%%ROOT%%/usr/include/c++/v1/__numeric/partial_sum.h
+%%ROOT%%/usr/include/c++/v1/__numeric/reduce.h
+%%ROOT%%/usr/include/c++/v1/__numeric/transform_exclusive_scan.h
+%%ROOT%%/usr/include/c++/v1/__numeric/transform_inclusive_scan.h
+%%ROOT%%/usr/include/c++/v1/__numeric/transform_reduce.h
+%%ROOT%%/usr/include/c++/v1/__random/bernoulli_distribution.h
+%%ROOT%%/usr/include/c++/v1/__random/binomial_distribution.h
+%%ROOT%%/usr/include/c++/v1/__random/cauchy_distribution.h
+%%ROOT%%/usr/include/c++/v1/__random/chi_squared_distribution.h
+%%ROOT%%/usr/include/c++/v1/__random/clamp_to_integral.h
+%%ROOT%%/usr/include/c++/v1/__random/default_random_engine.h
+%%ROOT%%/usr/include/c++/v1/__random/discard_block_engine.h
+%%ROOT%%/usr/include/c++/v1/__random/discrete_distribution.h
+%%ROOT%%/usr/include/c++/v1/__random/exponential_distribution.h
+%%ROOT%%/usr/include/c++/v1/__random/extreme_value_distribution.h
+%%ROOT%%/usr/include/c++/v1/__random/fisher_f_distribution.h
+%%ROOT%%/usr/include/c++/v1/__random/gamma_distribution.h
+%%ROOT%%/usr/include/c++/v1/__random/generate_canonical.h
+%%ROOT%%/usr/include/c++/v1/__random/geometric_distribution.h
+%%ROOT%%/usr/include/c++/v1/__random/independent_bits_engine.h
+%%ROOT%%/usr/include/c++/v1/__random/is_seed_sequence.h
+%%ROOT%%/usr/include/c++/v1/__random/knuth_b.h
+%%ROOT%%/usr/include/c++/v1/__random/linear_congruential_engine.h
+%%ROOT%%/usr/include/c++/v1/__random/log2.h
+%%ROOT%%/usr/include/c++/v1/__random/lognormal_distribution.h
+%%ROOT%%/usr/include/c++/v1/__random/mersenne_twister_engine.h
+%%ROOT%%/usr/include/c++/v1/__random/negative_binomial_distribution.h
+%%ROOT%%/usr/include/c++/v1/__random/normal_distribution.h
+%%ROOT%%/usr/include/c++/v1/__random/piecewise_constant_distribution.h
+%%ROOT%%/usr/include/c++/v1/__random/piecewise_linear_distribution.h
+%%ROOT%%/usr/include/c++/v1/__random/poisson_distribution.h
+%%ROOT%%/usr/include/c++/v1/__random/random_device.h
+%%ROOT%%/usr/include/c++/v1/__random/ranlux.h
+%%ROOT%%/usr/include/c++/v1/__random/seed_seq.h
+%%ROOT%%/usr/include/c++/v1/__random/shuffle_order_engine.h
+%%ROOT%%/usr/include/c++/v1/__random/student_t_distribution.h
+%%ROOT%%/usr/include/c++/v1/__random/subtract_with_carry_engine.h
 %%ROOT%%/usr/include/c++/v1/__random/uniform_int_distribution.h
+%%ROOT%%/usr/include/c++/v1/__random/uniform_random_bit_generator.h
+%%ROOT%%/usr/include/c++/v1/__random/uniform_real_distribution.h
+%%ROOT%%/usr/include/c++/v1/__random/weibull_distribution.h
 %%ROOT%%/usr/include/c++/v1/__ranges/access.h
 %%ROOT%%/usr/include/c++/v1/__ranges/all.h
 %%ROOT%%/usr/include/c++/v1/__ranges/common_view.h
 %%ROOT%%/usr/include/c++/v1/__ranges/concepts.h
 %%ROOT%%/usr/include/c++/v1/__ranges/copyable_box.h
+%%ROOT%%/usr/include/c++/v1/__ranges/counted.h
 %%ROOT%%/usr/include/c++/v1/__ranges/dangling.h
 %%ROOT%%/usr/include/c++/v1/__ranges/data.h
 %%ROOT%%/usr/include/c++/v1/__ranges/drop_view.h
@@ -308,21 +459,31 @@
 %%ROOT%%/usr/include/c++/v1/__ranges/empty_view.h
 %%ROOT%%/usr/include/c++/v1/__ranges/enable_borrowed_range.h
 %%ROOT%%/usr/include/c++/v1/__ranges/enable_view.h
+%%ROOT%%/usr/include/c++/v1/__ranges/iota_view.h
+%%ROOT%%/usr/include/c++/v1/__ranges/join_view.h
 %%ROOT%%/usr/include/c++/v1/__ranges/non_propagating_cache.h
+%%ROOT%%/usr/include/c++/v1/__ranges/owning_view.h
+%%ROOT%%/usr/include/c++/v1/__ranges/range_adaptor.h
 %%ROOT%%/usr/include/c++/v1/__ranges/ref_view.h
+%%ROOT%%/usr/include/c++/v1/__ranges/reverse_view.h
+%%ROOT%%/usr/include/c++/v1/__ranges/single_view.h
 %%ROOT%%/usr/include/c++/v1/__ranges/size.h
 %%ROOT%%/usr/include/c++/v1/__ranges/subrange.h
+%%ROOT%%/usr/include/c++/v1/__ranges/take_view.h
 %%ROOT%%/usr/include/c++/v1/__ranges/transform_view.h
 %%ROOT%%/usr/include/c++/v1/__ranges/view_interface.h
+%%ROOT%%/usr/include/c++/v1/__ranges/views.h
 %%ROOT%%/usr/include/c++/v1/__split_buffer
 %%ROOT%%/usr/include/c++/v1/__std_stream
 %%ROOT%%/usr/include/c++/v1/__string
+%%ROOT%%/usr/include/c++/v1/__thread/poll_with_backoff.h
+%%ROOT%%/usr/include/c++/v1/__thread/timed_backoff_policy.h
 %%ROOT%%/usr/include/c++/v1/__threading_support
 %%ROOT%%/usr/include/c++/v1/__tree
 %%ROOT%%/usr/include/c++/v1/__tuple
 %%ROOT%%/usr/include/c++/v1/__undef_macros
-%%ROOT%%/usr/include/c++/v1/__utility/__decay_copy.h
 %%ROOT%%/usr/include/c++/v1/__utility/as_const.h
+%%ROOT%%/usr/include/c++/v1/__utility/auto_cast.h
 %%ROOT%%/usr/include/c++/v1/__utility/cmp.h
 %%ROOT%%/usr/include/c++/v1/__utility/declval.h
 %%ROOT%%/usr/include/c++/v1/__utility/exchange.h
@@ -332,9 +493,11 @@
 %%ROOT%%/usr/include/c++/v1/__utility/move.h
 %%ROOT%%/usr/include/c++/v1/__utility/pair.h
 %%ROOT%%/usr/include/c++/v1/__utility/piecewise_construct.h
+%%ROOT%%/usr/include/c++/v1/__utility/priority_tag.h
 %%ROOT%%/usr/include/c++/v1/__utility/rel_ops.h
 %%ROOT%%/usr/include/c++/v1/__utility/swap.h
 %%ROOT%%/usr/include/c++/v1/__utility/to_underlying.h
+%%ROOT%%/usr/include/c++/v1/__utility/transaction.h
 %%ROOT%%/usr/include/c++/v1/__variant/monostate.h
 %%ROOT%%/usr/include/c++/v1/algorithm
 %%ROOT%%/usr/include/c++/v1/any
@@ -362,6 +525,7 @@
 %%ROOT%%/usr/include/c++/v1/complex.h
 %%ROOT%%/usr/include/c++/v1/concepts
 %%ROOT%%/usr/include/c++/v1/condition_variable
+%%ROOT%%/usr/include/c++/v1/coroutine
 %%ROOT%%/usr/include/c++/v1/csetjmp
 %%ROOT%%/usr/include/c++/v1/csignal
 %%ROOT%%/usr/include/c++/v1/cstdarg
@@ -471,9 +635,6 @@
 %%ROOT%%/usr/include/c++/v1/typeinfo
 %%ROOT%%/usr/include/c++/v1/unordered_map
 %%ROOT%%/usr/include/c++/v1/unordered_set
-%%ROOT%%/usr/include/c++/v1/unwind-arm.h
-%%ROOT%%/usr/include/c++/v1/unwind-itanium.h
-%%ROOT%%/usr/include/c++/v1/unwind.h
 %%ROOT%%/usr/include/c++/v1/utility
 %%ROOT%%/usr/include/c++/v1/valarray
 %%ROOT%%/usr/include/c++/v1/variant
@@ -503,11 +664,9 @@
 %%ROOT%%/usr/include/cam/scsi/scsi_cd.h
 %%ROOT%%/usr/include/cam/scsi/scsi_ch.h
 %%ROOT%%/usr/include/cam/scsi/scsi_da.h
-%%ROOT%%/usr/include/cam/scsi/scsi_dvcfg.h
 %%ROOT%%/usr/include/cam/scsi/scsi_enc.h
 %%ROOT%%/usr/include/cam/scsi/scsi_enc_internal.h
 %%ROOT%%/usr/include/cam/scsi/scsi_iu.h
-%%ROOT%%/usr/include/cam/scsi/scsi_low.h
 %%ROOT%%/usr/include/cam/scsi/scsi_message.h
 %%ROOT%%/usr/include/cam/scsi/scsi_pass.h
 %%ROOT%%/usr/include/cam/scsi/scsi_pt.h
@@ -519,9 +678,10 @@
 %%ROOT%%/usr/include/camlib.h
 %%ROOT%%/usr/include/capsicum_helpers.h
 %%ROOT%%/usr/include/casper/cap_dns.h
+%%ROOT%%/usr/include/casper/cap_fileargs.h
 %%ROOT%%/usr/include/casper/cap_grp.h
+%%ROOT%%/usr/include/casper/cap_net.h
 %%ROOT%%/usr/include/casper/cap_pwd.h
-%%ROOT%%/usr/include/casper/cap_random.h
 %%ROOT%%/usr/include/casper/cap_sysctl.h
 %%ROOT%%/usr/include/casper/cap_syslog.h
 %%ROOT%%/usr/include/cms_asn1.h
@@ -530,24 +690,7 @@
 %%ROOT%%/usr/include/complex.h
 %%ROOT%%/usr/include/cpio.h
 %%ROOT%%/usr/include/crmf_asn1.h
-%%ROOT%%/usr/include/crypto/_cryptodev.h
-%%ROOT%%/usr/include/crypto/cast.h
-%%ROOT%%/usr/include/crypto/castsb.h
-%%ROOT%%/usr/include/crypto/cbc_mac.h
 %%ROOT%%/usr/include/crypto/cryptodev.h
-%%ROOT%%/usr/include/crypto/cryptosoft.h
-%%ROOT%%/usr/include/crypto/deflate.h
-%%ROOT%%/usr/include/crypto/gfmult.h
-%%ROOT%%/usr/include/crypto/gmac.h
-%%ROOT%%/usr/include/crypto/rijndael.h
-%%ROOT%%/usr/include/crypto/rmd160.h
-%%ROOT%%/usr/include/crypto/skipjack.h
-%%ROOT%%/usr/include/crypto/xform.h
-%%ROOT%%/usr/include/crypto/xform_auth.h
-%%ROOT%%/usr/include/crypto/xform_comp.h
-%%ROOT%%/usr/include/crypto/xform_enc.h
-%%ROOT%%/usr/include/crypto/xform_poly1305.h
-%%ROOT%%/usr/include/crypto/xform_userland.h
 %%ROOT%%/usr/include/ctype.h
 %%ROOT%%/usr/include/curses.h
 %%ROOT%%/usr/include/cuse.h
@@ -560,8 +703,6 @@
 %%ROOT%%/usr/include/dev/agp/agpreg.h
 %%ROOT%%/usr/include/dev/an/if_aironet_ieee.h
 %%ROOT%%/usr/include/dev/an/if_anreg.h
-%%ROOT%%/usr/include/dev/bktr/ioctl_bt848.h
-%%ROOT%%/usr/include/dev/bktr/ioctl_meteor.h
 %%ROOT%%/usr/include/dev/ciss/cissio.h
 %%ROOT%%/usr/include/dev/ciss/cissreg.h
 %%ROOT%%/usr/include/dev/ciss/cissvar.h
@@ -582,16 +723,18 @@
 %%ROOT%%/usr/include/dev/firewire/if_fwevar.h
 %%ROOT%%/usr/include/dev/firewire/if_fwipvar.h
 %%ROOT%%/usr/include/dev/firewire/sbp.h
+%%ROOT%%/usr/include/dev/hid/hid.h
+%%ROOT%%/usr/include/dev/hid/hidraw.h
 %%ROOT%%/usr/include/dev/hwpmc/hwpmc_amd.h
 %%ROOT%%/usr/include/dev/hwpmc/hwpmc_arm64.h
 %%ROOT%%/usr/include/dev/hwpmc/hwpmc_armv7.h
+%%ROOT%%/usr/include/dev/hwpmc/hwpmc_beri.h
 %%ROOT%%/usr/include/dev/hwpmc/hwpmc_core.h
 %%ROOT%%/usr/include/dev/hwpmc/hwpmc_powerpc.h
 %%ROOT%%/usr/include/dev/hwpmc/hwpmc_riscv.h
 %%ROOT%%/usr/include/dev/hwpmc/hwpmc_soft.h
 %%ROOT%%/usr/include/dev/hwpmc/hwpmc_tsc.h
 %%ROOT%%/usr/include/dev/hwpmc/hwpmc_uncore.h
-%%ROOT%%/usr/include/dev/hwpmc/hwpmc_xscale.h
 %%ROOT%%/usr/include/dev/hwpmc/pmc_events.h
 %%ROOT%%/usr/include/dev/hyperv/hv_snapshot.h
 %%ROOT%%/usr/include/dev/hyperv/hyperv.h
@@ -605,7 +748,6 @@
 %%ROOT%%/usr/include/dev/ic/nec765.h
 %%ROOT%%/usr/include/dev/ic/ns16550.h
 %%ROOT%%/usr/include/dev/ic/quicc.h
-%%ROOT%%/usr/include/dev/ic/sab82532.h
 %%ROOT%%/usr/include/dev/ic/via6522reg.h
 %%ROOT%%/usr/include/dev/ic/z8530.h
 %%ROOT%%/usr/include/dev/iicbus/ds1307reg.h
@@ -622,6 +764,7 @@
 %%ROOT%%/usr/include/dev/mlx5/mlx5io.h
 %%ROOT%%/usr/include/dev/mmc/bridge.h
 %%ROOT%%/usr/include/dev/mmc/mmc_fdt_helpers.h
+%%ROOT%%/usr/include/dev/mmc/mmc_helpers.h
 %%ROOT%%/usr/include/dev/mmc/mmc_ioctl.h
 %%ROOT%%/usr/include/dev/mmc/mmc_private.h
 %%ROOT%%/usr/include/dev/mmc/mmc_subr.h
@@ -653,7 +796,6 @@
 %%ROOT%%/usr/include/dev/ofw/ofwvar.h
 %%ROOT%%/usr/include/dev/ofw/openfirm.h
 %%ROOT%%/usr/include/dev/ofw/openfirmio.h
-%%ROOT%%/usr/include/dev/ofw/openpromio.h
 %%ROOT%%/usr/include/dev/pbio/pbioio.h
 %%ROOT%%/usr/include/dev/pci/pcireg.h
 %%ROOT%%/usr/include/dev/ppbus/lpt.h
@@ -663,7 +805,6 @@
 %%ROOT%%/usr/include/dev/ppbus/ppbconf.h
 %%ROOT%%/usr/include/dev/ppbus/ppbio.h
 %%ROOT%%/usr/include/dev/ppbus/ppi.h
-%%ROOT%%/usr/include/dev/ppbus/vpoio.h
 %%ROOT%%/usr/include/dev/pwm/ofw_pwm.h
 %%ROOT%%/usr/include/dev/pwm/pwmbus.h
 %%ROOT%%/usr/include/dev/pwm/pwmc.h
@@ -691,6 +832,7 @@
 %%ROOT%%/usr/include/dev/usb/usb_freebsd_loader.h
 %%ROOT%%/usr/include/dev/usb/usb_generic.h
 %%ROOT%%/usr/include/dev/usb/usb_hub.h
+%%ROOT%%/usr/include/dev/usb/usb_hub_private.h
 %%ROOT%%/usr/include/dev/usb/usb_ioctl.h
 %%ROOT%%/usr/include/dev/usb/usb_mbuf.h
 %%ROOT%%/usr/include/dev/usb/usb_msctest.h
@@ -705,9 +847,12 @@
 %%ROOT%%/usr/include/dev/usb/usbhid.h
 %%ROOT%%/usr/include/dev/veriexec/veriexec_ioctl.h
 %%ROOT%%/usr/include/dev/vkbd/vkbd_var.h
-%%ROOT%%/usr/include/dev/wi/if_wavelan_ieee.h
-%%ROOT%%/usr/include/dev/wi/if_wireg.h
-%%ROOT%%/usr/include/dev/wi/if_wivar.h
+%%ROOT%%/usr/include/dev/wg/compat.h
+%%ROOT%%/usr/include/dev/wg/crypto.h
+%%ROOT%%/usr/include/dev/wg/if_wg.h
+%%ROOT%%/usr/include/dev/wg/version.h
+%%ROOT%%/usr/include/dev/wg/wg_cookie.h
+%%ROOT%%/usr/include/dev/wg/wg_noise.h
 %%ROOT%%/usr/include/devctl.h
 %%ROOT%%/usr/include/devdctl/consumer.h
 %%ROOT%%/usr/include/devdctl/event.h
@@ -724,6 +869,7 @@
 %%ROOT%%/usr/include/dlg_config.h
 %%ROOT%%/usr/include/dlg_keys.h
 %%ROOT%%/usr/include/dpv.h
+%%ROOT%%/usr/include/dtrace.h
 %%ROOT%%/usr/include/dwarf.h
 %%ROOT%%/usr/include/edit/readline/history.h
 %%ROOT%%/usr/include/edit/readline/readline.h
@@ -732,6 +878,7 @@
 %%ROOT%%/usr/include/efivar.h
 %%ROOT%%/usr/include/elf-hints.h
 %%ROOT%%/usr/include/elf.h
+%%ROOT%%/usr/include/endian.h
 %%ROOT%%/usr/include/err.h
 %%ROOT%%/usr/include/errno.h
 %%ROOT%%/usr/include/eti.h
@@ -740,6 +887,7 @@
 %%ROOT%%/usr/include/fenv.h
 %%ROOT%%/usr/include/fetch.h
 %%ROOT%%/usr/include/figpar.h
+%%ROOT%%/usr/include/filecomplete.h
 %%ROOT%%/usr/include/float.h
 %%ROOT%%/usr/include/floatingpoint.h
 %%ROOT%%/usr/include/fmtmsg.h
@@ -757,11 +905,6 @@
 %%ROOT%%/usr/include/fs/msdosfs/direntry.h
 %%ROOT%%/usr/include/fs/msdosfs/fat.h
 %%ROOT%%/usr/include/fs/msdosfs/msdosfsmount.h
-%%ROOT%%/usr/include/fs/nandfs/bmap.h
-%%ROOT%%/usr/include/fs/nandfs/nandfs.h
-%%ROOT%%/usr/include/fs/nandfs/nandfs_fs.h
-%%ROOT%%/usr/include/fs/nandfs/nandfs_mount.h
-%%ROOT%%/usr/include/fs/nandfs/nandfs_subr.h
 %%ROOT%%/usr/include/fs/nfs/nfs.h
 %%ROOT%%/usr/include/fs/nfs/nfs_var.h
 %%ROOT%%/usr/include/fs/nfs/nfscl.h
@@ -797,6 +940,7 @@
 %%ROOT%%/usr/include/geom/gate/g_gate.h
 %%ROOT%%/usr/include/geom/geom.h
 %%ROOT%%/usr/include/geom/geom_ctl.h
+%%ROOT%%/usr/include/geom/geom_dbg.h
 %%ROOT%%/usr/include/geom/geom_disk.h
 %%ROOT%%/usr/include/geom/geom_flashmap.h
 %%ROOT%%/usr/include/geom/geom_int.h
@@ -820,9 +964,6 @@
 %%ROOT%%/usr/include/getarg.h
 %%ROOT%%/usr/include/getopt.h
 %%ROOT%%/usr/include/glob.h
-%%ROOT%%/usr/include/gnu/posix/regex.h
-%%ROOT%%/usr/include/gnu/regex.h
-%%ROOT%%/usr/include/gnuregex.h
 %%ROOT%%/usr/include/grp.h
 %%ROOT%%/usr/include/gssapi.h
 %%ROOT%%/usr/include/gssapi/gssapi.h
@@ -1024,32 +1165,33 @@
 %%ROOT%%/usr/include/langinfo.h
 %%ROOT%%/usr/include/lib80211/lib80211_ioctl.h
 %%ROOT%%/usr/include/lib80211/lib80211_regdomain.h
+%%ROOT%%/usr/include/lib9p/fid.h
+%%ROOT%%/usr/include/lib9p/fs.h
+%%ROOT%%/usr/include/lib9p/lib9p.h
 %%ROOT%%/usr/include/libcasper.h
 %%ROOT%%/usr/include/libcasper_service.h
 %%ROOT%%/usr/include/libdwarf.h
 %%ROOT%%/usr/include/libelf.h
-%%ROOT%%/usr/include/libelftc.h
 %%ROOT%%/usr/include/libgen.h
 %%ROOT%%/usr/include/libgeom.h
 %%ROOT%%/usr/include/libgpio.h
-%%ROOT%%/usr/include/libifconfig.h
 %%ROOT%%/usr/include/libmilter/mfapi.h
 %%ROOT%%/usr/include/libmilter/mfdef.h
 %%ROOT%%/usr/include/libnetmap.h
-%%ROOT%%/usr/include/libnvpair.h
-%%ROOT%%/usr/include/libpfctl.h
-%%ROOT%%/usr/include/libpmcstat.h
 %%ROOT%%/usr/include/libproc.h
 %%ROOT%%/usr/include/libprocstat.h
 %%ROOT%%/usr/include/librss.h
 %%ROOT%%/usr/include/libufs.h
+%%ROOT%%/usr/include/libunwind.h
 %%ROOT%%/usr/include/libusb.h
 %%ROOT%%/usr/include/libusb20.h
 %%ROOT%%/usr/include/libusb20_desc.h
 %%ROOT%%/usr/include/libutil.h
 %%ROOT%%/usr/include/libxo/xo.h
 %%ROOT%%/usr/include/libxo/xo_encoder.h
+%%ROOT%%/usr/include/libzfs.h
 %%ROOT%%/usr/include/libzfs_core.h
+%%ROOT%%/usr/include/libzfsbootenv.h
 %%ROOT%%/usr/include/limits.h
 %%ROOT%%/usr/include/link.h
 %%ROOT%%/usr/include/linker_set.h
@@ -1087,6 +1229,7 @@
 %%ROOT%%/usr/include/machine/counter.h
 %%ROOT%%/usr/include/machine/cpu.h
 %%ROOT%%/usr/include/machine/cpufunc.h
+%%ROOT%%/usr/include/machine/csan.h
 %%ROOT%%/usr/include/machine/db_machdep.h
 %%ROOT%%/usr/include/machine/debug_monitor.h
 %%ROOT%%/usr/include/machine/disassem.h
@@ -1106,6 +1249,7 @@
 %%ROOT%%/usr/include/machine/in_cksum.h
 %%ROOT%%/usr/include/machine/intr.h
 %%ROOT%%/usr/include/machine/iodev.h
+%%ROOT%%/usr/include/machine/iommu.h
 %%ROOT%%/usr/include/machine/kdb.h
 %%ROOT%%/usr/include/machine/machdep.h
 %%ROOT%%/usr/include/machine/md_var.h
@@ -1132,11 +1276,13 @@
 %%ROOT%%/usr/include/machine/runq.h
 %%ROOT%%/usr/include/machine/setjmp.h
 %%ROOT%%/usr/include/machine/sf_buf.h
+%%ROOT%%/usr/include/machine/sigframe.h
 %%ROOT%%/usr/include/machine/signal.h
 %%ROOT%%/usr/include/machine/smp.h
 %%ROOT%%/usr/include/machine/stack.h
 %%ROOT%%/usr/include/machine/stdarg.h
 %%ROOT%%/usr/include/machine/sysarch.h
+%%ROOT%%/usr/include/machine/tls.h
 %%ROOT%%/usr/include/machine/trap.h
 %%ROOT%%/usr/include/machine/ucontext.h
 %%ROOT%%/usr/include/machine/undefined.h
@@ -1181,6 +1327,8 @@
 %%ROOT%%/usr/include/net/bpf_zerocopy.h
 %%ROOT%%/usr/include/net/bpfdesc.h
 %%ROOT%%/usr/include/net/bridgestp.h
+%%ROOT%%/usr/include/net/debugnet.h
+%%ROOT%%/usr/include/net/debugnet_int.h
 %%ROOT%%/usr/include/net/dlt.h
 %%ROOT%%/usr/include/net/ethernet.h
 %%ROOT%%/usr/include/net/firewire.h
@@ -1227,11 +1375,17 @@
 %%ROOT%%/usr/include/net/pfvar.h
 %%ROOT%%/usr/include/net/ppp_defs.h
 %%ROOT%%/usr/include/net/radix.h
-%%ROOT%%/usr/include/net/radix_mpath.h
 %%ROOT%%/usr/include/net/raw_cb.h
 %%ROOT%%/usr/include/net/rndis.h
 %%ROOT%%/usr/include/net/route.h
-%%ROOT%%/usr/include/net/route_var.h
+%%ROOT%%/usr/include/net/route/fib_algo.h
+%%ROOT%%/usr/include/net/route/nhgrp_var.h
+%%ROOT%%/usr/include/net/route/nhop.h
+%%ROOT%%/usr/include/net/route/nhop_utils.h
+%%ROOT%%/usr/include/net/route/nhop_var.h
+%%ROOT%%/usr/include/net/route/route_ctl.h
+%%ROOT%%/usr/include/net/route/route_debug.h
+%%ROOT%%/usr/include/net/route/route_var.h
 %%ROOT%%/usr/include/net/rss_config.h
 %%ROOT%%/usr/include/net/sff8436.h
 %%ROOT%%/usr/include/net/sff8472.h
@@ -1280,7 +1434,6 @@
 %%ROOT%%/usr/include/netgraph/atm/ng_uni.h
 %%ROOT%%/usr/include/netgraph/atm/ngatmbase.h
 %%ROOT%%/usr/include/netgraph/bluetooth/include/ng_bluetooth.h
-%%ROOT%%/usr/include/netgraph/bluetooth/include/ng_bt3c.h
 %%ROOT%%/usr/include/netgraph/bluetooth/include/ng_btsocket.h
 %%ROOT%%/usr/include/netgraph/bluetooth/include/ng_btsocket_hci_raw.h
 %%ROOT%%/usr/include/netgraph/bluetooth/include/ng_btsocket_l2cap.h
@@ -1320,6 +1473,7 @@
 %%ROOT%%/usr/include/netgraph/ng_ksocket.h
 %%ROOT%%/usr/include/netgraph/ng_l2tp.h
 %%ROOT%%/usr/include/netgraph/ng_lmi.h
+%%ROOT%%/usr/include/netgraph/ng_macfilter.h
 %%ROOT%%/usr/include/netgraph/ng_message.h
 %%ROOT%%/usr/include/netgraph/ng_mppc.h
 %%ROOT%%/usr/include/netgraph/ng_nat.h
@@ -1418,6 +1572,7 @@
 %%ROOT%%/usr/include/netinet/sctp_var.h
 %%ROOT%%/usr/include/netinet/sctputil.h
 %%ROOT%%/usr/include/netinet/tcp.h
+%%ROOT%%/usr/include/netinet/tcp_accounting.h
 %%ROOT%%/usr/include/netinet/tcp_debug.h
 %%ROOT%%/usr/include/netinet/tcp_fastopen.h
 %%ROOT%%/usr/include/netinet/tcp_fsm.h
@@ -1427,7 +1582,12 @@
 %%ROOT%%/usr/include/netinet/tcp_lro.h
 %%ROOT%%/usr/include/netinet/tcp_offload.h
 %%ROOT%%/usr/include/netinet/tcp_pcap.h
+%%ROOT%%/usr/include/netinet/tcp_ratelimit.h
 %%ROOT%%/usr/include/netinet/tcp_seq.h
+%%ROOT%%/usr/include/netinet/tcp_stacks/rack_bbr_common.h
+%%ROOT%%/usr/include/netinet/tcp_stacks/sack_filter.h
+%%ROOT%%/usr/include/netinet/tcp_stacks/tcp_bbr.h
+%%ROOT%%/usr/include/netinet/tcp_stacks/tcp_rack.h
 %%ROOT%%/usr/include/netinet/tcp_syncache.h
 %%ROOT%%/usr/include/netinet/tcp_timer.h
 %%ROOT%%/usr/include/netinet/tcp_var.h
@@ -1476,6 +1636,24 @@
 %%ROOT%%/usr/include/netipsec/keydb.h
 %%ROOT%%/usr/include/netipsec/keysock.h
 %%ROOT%%/usr/include/netipsec/xform.h
+%%ROOT%%/usr/include/netlink/netlink.h
+%%ROOT%%/usr/include/netlink/netlink_ctl.h
+%%ROOT%%/usr/include/netlink/netlink_debug.h
+%%ROOT%%/usr/include/netlink/netlink_generic.h
+%%ROOT%%/usr/include/netlink/netlink_linux.h
+%%ROOT%%/usr/include/netlink/netlink_message_parser.h
+%%ROOT%%/usr/include/netlink/netlink_message_writer.h
+%%ROOT%%/usr/include/netlink/netlink_route.h
+%%ROOT%%/usr/include/netlink/netlink_snl.h
+%%ROOT%%/usr/include/netlink/netlink_snl_route.h
+%%ROOT%%/usr/include/netlink/netlink_var.h
+%%ROOT%%/usr/include/netlink/route/common.h
+%%ROOT%%/usr/include/netlink/route/ifaddrs.h
+%%ROOT%%/usr/include/netlink/route/interface.h
+%%ROOT%%/usr/include/netlink/route/neigh.h
+%%ROOT%%/usr/include/netlink/route/nexthop.h
+%%ROOT%%/usr/include/netlink/route/route.h
+%%ROOT%%/usr/include/netlink/route/route_var.h
 %%ROOT%%/usr/include/netnatm/addr.h
 %%ROOT%%/usr/include/netnatm/api/atmapi.h
 %%ROOT%%/usr/include/netnatm/api/ccatm.h
@@ -1498,7 +1676,6 @@
 %%ROOT%%/usr/include/netpfil/pf/pf.h
 %%ROOT%%/usr/include/netpfil/pf/pf_altq.h
 %%ROOT%%/usr/include/netpfil/pf/pf_mtag.h
-%%ROOT%%/usr/include/netpfil/pf/pf_nv.h
 %%ROOT%%/usr/include/netsmb/netbios.h
 %%ROOT%%/usr/include/netsmb/smb.h
 %%ROOT%%/usr/include/netsmb/smb_conn.h
@@ -1509,7 +1686,6 @@
 %%ROOT%%/usr/include/netsmb/smb_trantcp.h
 %%ROOT%%/usr/include/nfs/krpc.h
 %%ROOT%%/usr/include/nfs/nfs_common.h
-%%ROOT%%/usr/include/nfs/nfs_fha.h
 %%ROOT%%/usr/include/nfs/nfs_kdtrace.h
 %%ROOT%%/usr/include/nfs/nfs_lock.h
 %%ROOT%%/usr/include/nfs/nfs_mountcommon.h
@@ -1553,11 +1729,12 @@
 %%ROOT%%/usr/include/opencsd/etmv4/trc_dcd_mngr_etmv4i.h
 %%ROOT%%/usr/include/opencsd/etmv4/trc_etmv4_stack_elem.h
 %%ROOT%%/usr/include/opencsd/etmv4/trc_pkt_decode_etmv4i.h
-%%ROOT%%/usr/include/opencsd/etmv4/trc_pkt_elem_etmv4d.h
 %%ROOT%%/usr/include/opencsd/etmv4/trc_pkt_elem_etmv4i.h
 %%ROOT%%/usr/include/opencsd/etmv4/trc_pkt_proc_etmv4.h
+%%ROOT%%/usr/include/opencsd/etmv4/trc_pkt_proc_etmv4i.h
 %%ROOT%%/usr/include/opencsd/etmv4/trc_pkt_types_etmv4.h
 %%ROOT%%/usr/include/opencsd/ocsd_if_types.h
+%%ROOT%%/usr/include/opencsd/ocsd_if_version.h
 %%ROOT%%/usr/include/opencsd/ptm/ptm_decoder.h
 %%ROOT%%/usr/include/opencsd/ptm/trc_cmp_cfg_ptm.h
 %%ROOT%%/usr/include/opencsd/ptm/trc_dcd_mngr_ptm.h
@@ -1769,6 +1946,7 @@
 %%ROOT%%/usr/include/rpc/rpcb_prot.x
 %%ROOT%%/usr/include/rpc/rpcent.h
 %%ROOT%%/usr/include/rpc/rpcsec_gss.h
+%%ROOT%%/usr/include/rpc/rpcsec_tls.h
 %%ROOT%%/usr/include/rpc/svc.h
 %%ROOT%%/usr/include/rpc/svc_auth.h
 %%ROOT%%/usr/include/rpc/svc_dg.h
@@ -1880,13 +2058,16 @@
 %%ROOT%%/usr/include/sys/_atomic64e.h
 %%ROOT%%/usr/include/sys/_atomic_subword.h
 %%ROOT%%/usr/include/sys/_bitset.h
+%%ROOT%%/usr/include/sys/_blockcount.h
 %%ROOT%%/usr/include/sys/_bus_dma.h
 %%ROOT%%/usr/include/sys/_callout.h
+%%ROOT%%/usr/include/sys/_clock_id.h
 %%ROOT%%/usr/include/sys/_cpuset.h
 %%ROOT%%/usr/include/sys/_domainset.h
+%%ROOT%%/usr/include/sys/_endian.h
+%%ROOT%%/usr/include/sys/_eventhandler.h
 %%ROOT%%/usr/include/sys/_ffcounter.h
 %%ROOT%%/usr/include/sys/_iovec.h
-%%ROOT%%/usr/include/sys/_kstack_cache.h
 %%ROOT%%/usr/include/sys/_lock.h
 %%ROOT%%/usr/include/sys/_lockmgr.h
 %%ROOT%%/usr/include/sys/_mutex.h
@@ -1897,7 +2078,9 @@
 %%ROOT%%/usr/include/sys/_rmlock.h
 %%ROOT%%/usr/include/sys/_rwlock.h
 %%ROOT%%/usr/include/sys/_semaphore.h
+%%ROOT%%/usr/include/sys/_seqc.h
 %%ROOT%%/usr/include/sys/_sigset.h
+%%ROOT%%/usr/include/sys/_smr.h
 %%ROOT%%/usr/include/sys/_sockaddr_storage.h
 %%ROOT%%/usr/include/sys/_stack.h
 %%ROOT%%/usr/include/sys/_stdarg.h
@@ -1907,6 +2090,7 @@
 %%ROOT%%/usr/include/sys/_termios.h
 %%ROOT%%/usr/include/sys/_timespec.h
 %%ROOT%%/usr/include/sys/_timeval.h
+%%ROOT%%/usr/include/sys/_tls_variant_i.h
 %%ROOT%%/usr/include/sys/_types.h
 %%ROOT%%/usr/include/sys/_ucontext.h
 %%ROOT%%/usr/include/sys/_uio.h
@@ -1921,14 +2105,19 @@
 %%ROOT%%/usr/include/sys/aio.h
 %%ROOT%%/usr/include/sys/alq.h
 %%ROOT%%/usr/include/sys/apm.h
+%%ROOT%%/usr/include/sys/arb.h
+%%ROOT%%/usr/include/sys/asan.h
 %%ROOT%%/usr/include/sys/assym.h
 %%ROOT%%/usr/include/sys/ata.h
 %%ROOT%%/usr/include/sys/atomic_common.h
+%%ROOT%%/usr/include/sys/atomic_san.h
 %%ROOT%%/usr/include/sys/auxv.h
+%%ROOT%%/usr/include/sys/backlight.h
 %%ROOT%%/usr/include/sys/bio.h
 %%ROOT%%/usr/include/sys/bitset.h
 %%ROOT%%/usr/include/sys/bitstring.h
 %%ROOT%%/usr/include/sys/blist.h
+%%ROOT%%/usr/include/sys/blockcount.h
 %%ROOT%%/usr/include/sys/boot.h
 %%ROOT%%/usr/include/sys/buf.h
 %%ROOT%%/usr/include/sys/buf_ring.h
@@ -1936,9 +2125,9 @@
 %%ROOT%%/usr/include/sys/bus.h
 %%ROOT%%/usr/include/sys/bus_dma.h
 %%ROOT%%/usr/include/sys/bus_dma_internal.h
+%%ROOT%%/usr/include/sys/bus_san.h
 %%ROOT%%/usr/include/sys/busdma_bufalloc.h
 %%ROOT%%/usr/include/sys/callout.h
-%%ROOT%%/usr/include/sys/capability.h
 %%ROOT%%/usr/include/sys/caprights.h
 %%ROOT%%/usr/include/sys/capsicum.h
 %%ROOT%%/usr/include/sys/cdefs.h
@@ -1956,13 +2145,17 @@
 %%ROOT%%/usr/include/sys/consio.h
 %%ROOT%%/usr/include/sys/copyright.h
 %%ROOT%%/usr/include/sys/counter.h
+%%ROOT%%/usr/include/sys/coverage.h
 %%ROOT%%/usr/include/sys/cpu.h
 %%ROOT%%/usr/include/sys/cpuctl.h
 %%ROOT%%/usr/include/sys/cpuset.h
+%%ROOT%%/usr/include/sys/csan.h
+%%ROOT%%/usr/include/sys/ctf.h
+%%ROOT%%/usr/include/sys/ctf_api.h
 %%ROOT%%/usr/include/sys/ctype.h
+%%ROOT%%/usr/include/sys/devctl.h
 %%ROOT%%/usr/include/sys/devicestat.h
 %%ROOT%%/usr/include/sys/devmap.h
-%%ROOT%%/usr/include/sys/dir.h
 %%ROOT%%/usr/include/sys/dirent.h
 %%ROOT%%/usr/include/sys/disk.h
 %%ROOT%%/usr/include/sys/disk/apm.h
@@ -1977,6 +2170,7 @@
 %%ROOT%%/usr/include/sys/dnv.h
 %%ROOT%%/usr/include/sys/domain.h
 %%ROOT%%/usr/include/sys/domainset.h
+%%ROOT%%/usr/include/sys/dtrace.h
 %%ROOT%%/usr/include/sys/dtrace_bsd.h
 %%ROOT%%/usr/include/sys/dvdio.h
 %%ROOT%%/usr/include/sys/efi.h
@@ -1991,6 +2185,7 @@
 %%ROOT%%/usr/include/sys/errno.h
 %%ROOT%%/usr/include/sys/eui64.h
 %%ROOT%%/usr/include/sys/event.h
+%%ROOT%%/usr/include/sys/eventfd.h
 %%ROOT%%/usr/include/sys/eventhandler.h
 %%ROOT%%/usr/include/sys/eventvar.h
 %%ROOT%%/usr/include/sys/exec.h
@@ -2004,6 +2199,7 @@
 %%ROOT%%/usr/include/sys/filio.h
 %%ROOT%%/usr/include/sys/firmware.h
 %%ROOT%%/usr/include/sys/fnv_hash.h
+%%ROOT%%/usr/include/sys/font.h
 %%ROOT%%/usr/include/sys/gmon.h
 %%ROOT%%/usr/include/sys/gpio.h
 %%ROOT%%/usr/include/sys/gpt.h
@@ -2027,7 +2223,9 @@
 %%ROOT%%/usr/include/sys/ipmi.h
 %%ROOT%%/usr/include/sys/jail.h
 %%ROOT%%/usr/include/sys/joystick.h
+%%ROOT%%/usr/include/sys/kassert.h
 %%ROOT%%/usr/include/sys/kbio.h
+%%ROOT%%/usr/include/sys/kcov.h
 %%ROOT%%/usr/include/sys/kdb.h
 %%ROOT%%/usr/include/sys/kenv.h
 %%ROOT%%/usr/include/sys/kern_prefetch.h
@@ -2038,6 +2236,7 @@
 %%ROOT%%/usr/include/sys/kpilite.h
 %%ROOT%%/usr/include/sys/ksem.h
 %%ROOT%%/usr/include/sys/kthread.h
+%%ROOT%%/usr/include/sys/ktls.h
 %%ROOT%%/usr/include/sys/ktr.h
 %%ROOT%%/usr/include/sys/ktr_class.h
 %%ROOT%%/usr/include/sys/ktrace.h
@@ -2084,7 +2283,6 @@
*** 6354 LINES SKIPPED ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312302334.3BUNYdPf039972>